Skip to content

Commit b7da376

Browse files
authored
PHPLIB-1098: Test on RHEL 8.x (#1444)
* Enable builds on RHEL 8.x * Drop tests for RHEL 7.x on Z and Power architectures
1 parent 83042fd commit b7da376

File tree

1 file changed

+17
-26
lines changed

1 file changed

+17
-26
lines changed

.evergreen/config.yml

Lines changed: 17 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,22 +1139,21 @@ 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
1152-
- id: rhel71-power8
1153-
display_name: "RHEL 7.1 Power 8"
1154-
run_on: rhel71-power8-build
1155-
- id: rhel72-zseries
1156-
display_name: "RHEL 7.2 zSeries"
1157-
run_on: rhel72-zseries-build
11581157

11591158
# Ubuntu LTS
11601159
- id: ubuntu2204
@@ -1209,16 +1208,17 @@ axes:
12091208

12101209

12111210
buildvariants:
1212-
# Test all PHP versions with latest-stable MongoDB on Debian 11, Debian 10, RHEL 8.0, Ubuntu 20.04
1211+
# Test all PHP versions with latest-stable MongoDB on all operating systems
12131212
- matrix_name: "test-php-versions"
12141213
matrix_spec:
12151214
os:
12161215
- debian11
12171216
- debian10
12181217
- rhel90
1219-
# TODO: RHEL 8.x is not working yet
1220-
# - rhel82-arm64
1221-
# - rhel80
1218+
- rhel83-zseries
1219+
- rhel82-arm64
1220+
- rhel81-power8
1221+
- rhel80
12221222
- rhel76
12231223
- ubuntu2204-arm64
12241224
- ubuntu2204
@@ -1253,15 +1253,6 @@ buildvariants:
12531253
- name: "test-replicaset-auth"
12541254
- name: "test-sharded"
12551255

1256-
# Test RHEL Power8 and zSeries architectures with MongoDB 4.4
1257-
- matrix_name: "test-alt-archs"
1258-
matrix_spec: { "os": ["rhel71-power8", "rhel72-zseries"], "mongodb-versions": "4.4", "php-edge-versions": "oldest-supported" }
1259-
display_name: "${os}, ${mongodb-versions}, ${php-edge-versions}"
1260-
tasks:
1261-
- name: "test-standalone-ssl"
1262-
- name: "test-replicaset-auth"
1263-
- name: "test-sharded"
1264-
12651256
# Test alternative storage engines on MongoDB 4.0
12661257
- matrix_name: "test-storage-engines"
12671258
matrix_spec: { "os": "debian92", "mongodb-versions": "4.0", "php-edge-versions": "latest-stable", "storage-engine": ["inmemory", "mmapv1"] }

0 commit comments

Comments
 (0)