Skip to content

Commit 69f4d14

Browse files
committed
PYTHON-3230 Migrate to newer zSeries, POWER8, and ARM platforms (#942)
(cherry picked from commit 3e57bde)
1 parent e27601e commit 69f4d14

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.evergreen/config.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,17 +1899,17 @@ axes:
18991899
batchtime: 10080 # 7 days
19001900
variables:
19011901
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
19051905
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
19091909
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
19131913
batchtime: 10080 # 7 days
19141914
variables:
19151915
libmongocrypt_url: https://s3.amazonaws.com/mciuploads/libmongocrypt/ubuntu1804-arm64/master/latest/libmongocrypt.tar.gz
@@ -2418,17 +2418,17 @@ buildvariants:
24182418
- ".3.6"
24192419
- ".3.4"
24202420

2421-
# Test one server version (4.2) with zSeries, POWER8, and ARM.
2421+
# Test one server version with zSeries, POWER8, and ARM.
24222422
- matrix_name: "test-different-cpu-architectures"
24232423
matrix_spec:
24242424
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)
24282428
auth-ssl: "*"
24292429
display_name: "${platform} ${auth-ssl}"
24302430
tasks:
2431-
- ".4.2"
2431+
- ".5.0"
24322432

24332433
- matrix_name: "tests-python-version-amazon1-test-ssl"
24342434
matrix_spec:

0 commit comments

Comments
 (0)