Skip to content

Commit b8383c9

Browse files
committed
Enable builds on RHEL 8.x
1 parent 83042fd commit b8383c9

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

.evergreen/config.yml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,13 +1139,18 @@ axes:
11391139
- id: rhel90
11401140
display_name: "RHEL 9.0"
11411141
run_on: rhel90-small
1142-
# TODO: RHEL 8.x is not working yet
1143-
# - id: rhel82-arm64
1144-
# display_name: "RHEL 8.2 ARM64"
1145-
# run_on: rhel82-arm64-small
1146-
# - id: rhel80
1147-
# display_name: "RHEL 8.0"
1148-
# run_on: rhel80-small
1142+
- id: rhel83-zseries
1143+
display_name: "RHEL 8.3 Zseries"
1144+
run_on: rhel83-zseries-small
1145+
- id: rhel82-arm64
1146+
display_name: "RHEL 8.2 ARM64"
1147+
run_on: rhel82-arm64-small
1148+
- id: rhel81-power8
1149+
display_name: "RHEL 8.1 Power8"
1150+
run_on: rhel81-power8-large
1151+
- id: rhel80
1152+
display_name: "RHEL 8.0"
1153+
run_on: rhel80-small
11491154
- id: rhel76
11501155
display_name: "RHEL 7.6"
11511156
run_on: rhel76-small
@@ -1209,16 +1214,17 @@ axes:
12091214

12101215

12111216
buildvariants:
1212-
# Test all PHP versions with latest-stable MongoDB on Debian 11, Debian 10, RHEL 8.0, Ubuntu 20.04
1217+
# Test all PHP versions with latest-stable MongoDB on all operating systems
12131218
- matrix_name: "test-php-versions"
12141219
matrix_spec:
12151220
os:
12161221
- debian11
12171222
- debian10
12181223
- rhel90
1219-
# TODO: RHEL 8.x is not working yet
1220-
# - rhel82-arm64
1221-
# - rhel80
1224+
- rhel83-zseries
1225+
- rhel82-arm64
1226+
- rhel81-power8
1227+
- rhel80
12221228
- rhel76
12231229
- ubuntu2204-arm64
12241230
- ubuntu2204

0 commit comments

Comments
 (0)