Skip to content

Commit 7146be0

Browse files
authored
PYTHON-3721 Stop Testing on AWS Linux 2018 (#1226)
1 parent 1ad0df0 commit 7146be0

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.evergreen/config.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2284,14 +2284,6 @@ axes:
22842284
- id: platform
22852285
display_name: OS
22862286
values:
2287-
- id: awslinux
2288-
display_name: "Amazon Linux 2018 (Enterprise)"
2289-
run_on: amazon1-2018-test
2290-
batchtime: 10080 # 7 days
2291-
variables:
2292-
skip_crypt_shared: true
2293-
python3_binary: "/opt/python/3.8/bin/python3"
2294-
libmongocrypt_url: https://s3.amazonaws.com/mciuploads/libmongocrypt/linux-64-amazon-ami/master/latest/libmongocrypt.tar.gz
22952287
- id: archlinux-test
22962288
display_name: "Archlinux"
22972289
run_on: archlinux-test
@@ -2330,6 +2322,12 @@ axes:
23302322
skip_web_identity_auth_test: true
23312323
python3_binary: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3
23322324
libmongocrypt_url: https://s3.amazonaws.com/mciuploads/libmongocrypt/macos/master/latest/libmongocrypt.tar.gz
2325+
- id: rhel76
2326+
display_name: "RHEL 7.6"
2327+
run_on: rhel76-small
2328+
batchtime: 10080 # 7 days
2329+
variables:
2330+
libmongocrypt_url: https://s3.amazonaws.com/mciuploads/libmongocrypt/rhel-70-64-bit/master/latest/libmongocrypt.tar.gz
23332331
- id: rhel84
23342332
display_name: "RHEL 8.4"
23352333
run_on: rhel84-small
@@ -2990,7 +2988,7 @@ buildvariants:
29902988

29912989
- matrix_name: "tests-python-version-supports-openssl-102-test-ssl"
29922990
matrix_spec:
2993-
platform: awslinux
2991+
platform: rhel76
29942992
# Python 3.10+ requires OpenSSL 1.1.1+
29952993
python-version: ["3.7", "3.8", "3.9", "pypy3.7", "pypy3.8"]
29962994
auth-ssl: "*"

0 commit comments

Comments
 (0)