@@ -1139,22 +1139,21 @@ axes:
1139
1139
- id : rhel90
1140
1140
display_name : " RHEL 9.0"
1141
1141
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
1149
1154
- id : rhel76
1150
1155
display_name : " RHEL 7.6"
1151
1156
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
1158
1157
1159
1158
# Ubuntu LTS
1160
1159
- id : ubuntu2204
@@ -1209,16 +1208,17 @@ axes:
1209
1208
1210
1209
1211
1210
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
1213
1212
- matrix_name : " test-php-versions"
1214
1213
matrix_spec :
1215
1214
os :
1216
1215
- debian11
1217
1216
- debian10
1218
1217
- 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
1222
1222
- rhel76
1223
1223
- ubuntu2204-arm64
1224
1224
- ubuntu2204
@@ -1253,15 +1253,6 @@ buildvariants:
1253
1253
- name : " test-replicaset-auth"
1254
1254
- name : " test-sharded"
1255
1255
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
-
1265
1256
# Test alternative storage engines on MongoDB 4.0
1266
1257
- matrix_name : " test-storage-engines"
1267
1258
matrix_spec : { "os": "debian92", "mongodb-versions": "4.0", "php-edge-versions": "latest-stable", "storage-engine": ["inmemory", "mmapv1"] }
0 commit comments