From 329e1b3fd75f2206e83bbd761e851e3447a13d83 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Fri, 13 Sep 2024 17:20:52 +0100 Subject: [PATCH] ansible: repurpose test-ibm-ubuntu2204-x64-2 Repurpose test-ibm-ubuntu2204-x64-2 as test-ibm-rhel9-x64-2 to rebalance the number of machines per Linux distribution. --- ansible/inventory.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventory.yml b/ansible/inventory.yml index fa3e90d7f..aec99ff9e 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -160,8 +160,8 @@ hosts: rhel8-x64-2: {ip: 169.61.75.58, build_test_v8: yes} rhel8-x64-3: {ip: 52.117.26.13, build_test_v8: yes} rhel9-x64-1: {ip: 169.60.150.92, swap_file_size_mb: 2048} + rhel9-x64-2: {ip: 169.44.168.2} ubuntu2204-x64-1: {ip: 169.60.150.82} - ubuntu2204-x64-2: {ip: 169.44.168.2} # when adding, removing or changing the IPs for any # `jenkins-workspace-*` machine, remember to rerun # the `ansible/playbooks/create-github-bot.yml` playbook