Skip to content

Commit 3e57bde

Browse files
authored
PYTHON-3230 Migrate to newer zSeries, POWER8, and ARM platforms (mongodb#942)
1 parent aa16f1c commit 3e57bde

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
@@ -1882,17 +1882,17 @@ axes:
18821882
batchtime: 10080 # 7 days
18831883
variables:
18841884
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
18881888
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
18921892
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
18961896
batchtime: 10080 # 7 days
18971897
variables:
18981898
libmongocrypt_url: https://s3.amazonaws.com/mciuploads/libmongocrypt/ubuntu1804-arm64/master/latest/libmongocrypt.tar.gz
@@ -2306,17 +2306,17 @@ buildvariants:
23062306
- ".4.2"
23072307
- ".4.0"
23082308

2309-
# Test one server version (4.2) with zSeries, POWER8, and ARM.
2309+
# Test one server version with zSeries, POWER8, and ARM.
23102310
- matrix_name: "test-different-cpu-architectures"
23112311
matrix_spec:
23122312
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)
23162316
auth-ssl: "*"
23172317
display_name: "${platform} ${auth-ssl}"
23182318
tasks:
2319-
- ".4.2"
2319+
- ".6.0"
23202320

23212321
- matrix_name: "tests-python-version-ubuntu18-test-ssl"
23222322
matrix_spec:

0 commit comments

Comments
 (0)