Skip to content

Commit

Permalink
Merge branch 'fix_issue_3599' of https://github.com/steelhead31/infra…
Browse files Browse the repository at this point in the history
…structure into fix_issue_3599
  • Loading branch information
steelhead31 committed Oct 4, 2024
2 parents 630d784 + 45cb204 commit ab35b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
5 changes: 2 additions & 3 deletions ansible/pbTestScripts/vmDestroy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
Expand Down

0 comments on commit ab35b58

Please sign in to comment.