@@ -1899,17 +1899,17 @@ axes:
1899
1899
batchtime : 10080 # 7 days
1900
1900
variables :
1901
1901
python3_binary : python3
1902
- - id : ubuntu1804 -zseries
1903
- display_name : " Ubuntu 18.04 (zSeries)"
1904
- run_on : ubuntu1804 -zseries-small
1902
+ - id : rhel83 -zseries
1903
+ display_name : " RHEL 8.3 (zSeries)"
1904
+ run_on : rhel83 -zseries-small
1905
1905
batchtime : 10080 # 7 days
1906
- - id : ubuntu1804 -power8
1907
- display_name : " Ubuntu 18.04 (POWER8)"
1908
- run_on : ubuntu1804 -power8-small
1906
+ - id : rhel81 -power8
1907
+ display_name : " RHEL 8.1 (POWER8)"
1908
+ run_on : rhel81 -power8-small
1909
1909
batchtime : 10080 # 7 days
1910
- - id : ubuntu1804 -arm64
1911
- display_name : " Ubuntu 18.04 (ARM64)"
1912
- run_on : ubuntu1804 -arm64-small
1910
+ - id : rhel82 -arm64
1911
+ display_name : " RHEL 8.2 (ARM64)"
1912
+ run_on : rhel82 -arm64-small
1913
1913
batchtime : 10080 # 7 days
1914
1914
variables :
1915
1915
libmongocrypt_url : https://s3.amazonaws.com/mciuploads/libmongocrypt/ubuntu1804-arm64/master/latest/libmongocrypt.tar.gz
@@ -2418,17 +2418,17 @@ buildvariants:
2418
2418
- " .3.6"
2419
2419
- " .3.4"
2420
2420
2421
- # Test one server version (4.2) with zSeries, POWER8, and ARM.
2421
+ # Test one server version with zSeries, POWER8, and ARM.
2422
2422
- matrix_name : " test-different-cpu-architectures"
2423
2423
matrix_spec :
2424
2424
platform :
2425
- - ubuntu1804 -zseries # Ubuntu 18 or RHEL 8.x?
2426
- - ubuntu1804 -power8 # Ubuntu 18 or RHEL 7?
2427
- - ubuntu1804 -arm64
2425
+ - rhel83 -zseries # Added in 5.0.8 (SERVER-44074)
2426
+ - rhel81 -power8 # Added in 4.2.7 (SERVER-44072)
2427
+ - rhel82 -arm64 # Added in 4.4.2 (SERVER-48282)
2428
2428
auth-ssl : " *"
2429
2429
display_name : " ${platform} ${auth-ssl}"
2430
2430
tasks :
2431
- - " .4.2 "
2431
+ - " .5.0 "
2432
2432
2433
2433
- matrix_name : " tests-python-version-amazon1-test-ssl"
2434
2434
matrix_spec :
0 commit comments