@@ -1882,17 +1882,17 @@ axes:
1882
1882
batchtime : 10080 # 7 days
1883
1883
variables :
1884
1884
python3_binary : python3
1885
- - id : ubuntu1804 -zseries
1886
- display_name : " Ubuntu 18.04 (zSeries)"
1887
- run_on : ubuntu1804 -zseries-small
1885
+ - id : rhel83 -zseries
1886
+ display_name : " RHEL 8.3 (zSeries)"
1887
+ run_on : rhel83 -zseries-small
1888
1888
batchtime : 10080 # 7 days
1889
- - id : ubuntu1804 -power8
1890
- display_name : " Ubuntu 18.04 (POWER8)"
1891
- run_on : ubuntu1804 -power8-small
1889
+ - id : rhel81 -power8
1890
+ display_name : " RHEL 8.1 (POWER8)"
1891
+ run_on : rhel81 -power8-small
1892
1892
batchtime : 10080 # 7 days
1893
- - id : ubuntu1804 -arm64
1894
- display_name : " Ubuntu 18.04 (ARM64)"
1895
- run_on : ubuntu1804 -arm64-small
1893
+ - id : rhel82 -arm64
1894
+ display_name : " RHEL 8.2 (ARM64)"
1895
+ run_on : rhel82 -arm64-small
1896
1896
batchtime : 10080 # 7 days
1897
1897
variables :
1898
1898
libmongocrypt_url : https://s3.amazonaws.com/mciuploads/libmongocrypt/ubuntu1804-arm64/master/latest/libmongocrypt.tar.gz
@@ -2306,17 +2306,17 @@ buildvariants:
2306
2306
- " .4.2"
2307
2307
- " .4.0"
2308
2308
2309
- # Test one server version (4.2) with zSeries, POWER8, and ARM.
2309
+ # Test one server version with zSeries, POWER8, and ARM.
2310
2310
- matrix_name : " test-different-cpu-architectures"
2311
2311
matrix_spec :
2312
2312
platform :
2313
- - ubuntu1804 -zseries # Ubuntu 18 or RHEL 8.x?
2314
- - ubuntu1804 -power8 # Ubuntu 18 or RHEL 7?
2315
- - ubuntu1804 -arm64
2313
+ - rhel83 -zseries # Added in 5.0.8 (SERVER-44074)
2314
+ - rhel81 -power8 # Added in 4.2.7 (SERVER-44072)
2315
+ - rhel82 -arm64 # Added in 4.4.2 (SERVER-48282)
2316
2316
auth-ssl : " *"
2317
2317
display_name : " ${platform} ${auth-ssl}"
2318
2318
tasks :
2319
- - " .4.2 "
2319
+ - " .6.0 "
2320
2320
2321
2321
- matrix_name : " tests-python-version-ubuntu18-test-ssl"
2322
2322
matrix_spec :
0 commit comments