Skip to content

Commit 417bb47

Browse files
authored
Inventory: Replace defunct marist build host with replacement (adoptium#4265)
* Inventory: Replace defunct marist build host with replacement Removed rhel79-s390x-1 and added rhel8-s390x-2 with user details. * GHA: Unpin github action from defunct marist host
1 parent 387d150 commit 417bb47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
cd ansible
5858
# Check that the inventory is valid
59-
ansible-inventory --host build-marist-rhel79-s390x-1
59+
ansible-inventory --host build-marist-rhel8-s390x-1
6060
6161
# Check Playbook syntax.
6262
ansible-playbook playbooks/AdoptOpenJDK_Unix_Playbook/main.yml --syntax-check

ansible/inventory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ hosts:
3838
centos69-x64-2: {ip: 167.71.130.191}
3939

4040
- marist:
41-
rhel79-s390x-1: {ip: 148.100.75.212, user: linux1}
4241
rhel8-s390x-1: {ip: 148.100.75.98, user: linux1}
42+
rhel8-s390x-2: {ip: 148.100.75.210, user: linux1}
4343

4444
- osuosl:
4545
aix72-ppc64-1: {ip: 140.211.9.166, description: p8-java1-adopt10.osuosl.org, 7200-02-04-1914}

0 commit comments

Comments
 (0)