From d27f2408be8af14e19210bfdd1ced20aa2ed7c7d Mon Sep 17 00:00:00 2001 From: Scott Fryer <60462088+steelhead31@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:25:57 +0100 Subject: [PATCH 1/2] Inventory: Remove Win2012 machines (#3762) --- ansible/inventory.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible/inventory.yml b/ansible/inventory.yml index 65e6e9a39d..a8266c7c94 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -44,8 +44,6 @@ hosts: ubuntu1804-armv8-2: {ip: 159.138.100.163} - azure: - win2012r2-x64-1: {ip: 20.108.178.21, user: adoptopenjdk} - win2012r2-x64-2: {ip: 20.108.176.36, user: adoptopenjdk} win2022-x64-1: {ip: 172.187.129.163, user: adoptopenjdk} win2022-x64-2: {ip: 172.187.176.15, user: adoptopenjdk} win2022-x64-3: {ip: 51.142.8.47, user: adoptopenjdk} From 45cb204a23fe1d1197a87364c481de9ad81ee65e Mon Sep 17 00:00:00 2001 From: Scott Fryer <60462088+steelhead31@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:44:31 +0100 Subject: [PATCH 2/2] VPC: Fix whitespace --- ansible/pbTestScripts/vmDestroy.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ansible/pbTestScripts/vmDestroy.sh b/ansible/pbTestScripts/vmDestroy.sh index e9a4312fd4..d98f477ef7 100755 --- a/ansible/pbTestScripts/vmDestroy.sh +++ b/ansible/pbTestScripts/vmDestroy.sh @@ -61,9 +61,8 @@ checkOS() { osToDestroy="D8" ;; "Debian10" | "debian10" | "D10" | "d10" ) osToDestroy="D10" ;; - "Fedora40" | "fedora40" | "F40" | "F40" ) - osToDestroy="F40" ;; - + "Fedora40" | "fedora40" | "F40" | "f40" ) + osToDestroy="F40" ;; "FreeBSD12" | "freebsd12" | "F12" | "f12" ) osToDestroy="FBSD12" ;; "Solaris10" | "solaris10" | "Sol10" | "sol10" )