Skip to content

Commit b3e65e2

Browse files
committed
ansible: add rhel9 machines for Node.js >= 27
Signed-off-by: Richard Lau <richard.lau@ibm.com>
1 parent 18f4a33 commit b3e65e2

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

ansible/inventory.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ hosts:
3737

3838
- digitalocean:
3939
rhel8-x64-1: {ip: 159.203.115.217, swap_file_size_mb: 2048}
40+
rhel9-x64-1: {ip: 174.138.56.45, swap_file_size_mb: 4096}
4041

4142
- ibm:
4243
aix72-ppc64_be-1:
@@ -46,12 +47,15 @@ hosts:
4647
server_jobs: 8
4748
rhel8-s390x-1: {ip: 148.100.84.45, swap_file_size_mb: 2048, user: linux1}
4849
rhel8-x64-1: {ip: 169.62.77.228}
49-
rhel8-x64-2: {ip: 52.117.26.5}
50+
rhel9-x64-1: {ip: 52.117.26.5, swap_file_size_mb: 4096}
5051
ubuntu2404_docker-x64-1: {ip: 169.62.77.227}
5152

5253
- iinthecloud:
5354
ibmi73-ppc64_be-1: {ip: 65.183.160.62, user: nodejs}
5455

56+
- linuxonecc:
57+
rhel9-s390x-1: {ip: 148.100.85.61, swap_file_size_mb: 4096, user: linux1}
58+
5559
- marist:
5660
zos24-s390x-1: {ip: 148.100.36.157, user: unix1}
5761

@@ -69,6 +73,15 @@ hosts:
6973
swap_file_size_mb: 4096
7074
rhel8-ppc64_le-1: {ip: 140.211.168.185, swap_file_size_mb: 2048, user: cloud-user}
7175
rhel8-ppc64_le-2: {ip: 140.211.168.70, swap_file_size_mb: 4096, user: cloud-user}
76+
rhel9-arm64-1:
77+
ip: 140.211.11.55
78+
server_jobs: 2
79+
swap_file_size_mb: 4096
80+
user: cloud-user
81+
rhel9-ppc64_le-1:
82+
ip: 140.211.168.14
83+
swap_file_size_mb: 4096
84+
user: cloud-user
7285

7386

7487
- test:

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ def buildExclusions = [
2323
[ /debian11/, anyType, gte(24) ],
2424
[ /rhel8-ppc64le/, anyType, gte(26) ], // Power 8 was dropped in v26
2525
[ /rhel8-power9le/, releaseType, lt(26) ], // Power 8 was dropped in v26
26+
[ /rhel8/, releaseType, gte(27) ], // Build releases on RHEL 9 for >=27
27+
[ /rhel9/, releaseType, lt(27) ], // Build releases on RHEL 9 for >=27
2628

2729
// ARM --------------------------------------------------
2830
[ /^cross-compiler-rhel8-armv7-gcc-8-glibc-2.28/, anyType, gte(22) ],

0 commit comments

Comments
 (0)