Skip to content

Commit e347299

Browse files
authored
PYTHON-2774 Migrate snappy testing to from Ubuntu 18 to amazon1-2018 (#672)
1 parent a8f626d commit e347299

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2399,28 +2399,13 @@ buildvariants:
23992399
display_name: "${c-extensions} ${python-version} ${platform} ${auth} ${ssl} ${coverage}"
24002400
tasks: *all-server-versions
24012401

2402-
- matrix_name: "tests-python-version-ubuntu18-compression"
2402+
- matrix_name: "tests-python-version-compression"
24032403
matrix_spec:
2404-
platform: [awslinux, ubuntu-18.04]
2404+
platform: [awslinux]
24052405
python-version: ["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "pypy", "pypy3.5", "pypy3.6", "pypy3.7", "jython2.7"]
24062406
c-extensions: "*"
24072407
compression: "*"
24082408
exclude_spec:
2409-
# Only test snappy on Ubuntu-18.04 as Ubuntu 18.04 images have libsnappy-dev installed
2410-
- platform: awslinux
2411-
python-version: "*"
2412-
c-extensions: "*"
2413-
compression: ["snappy"]
2414-
# Ubuntu-18.04 does not have Python 3.4 installed
2415-
- platform: ubuntu-18.04
2416-
python-version: ["3.4"]
2417-
c-extensions: "*"
2418-
compression: ["snappy"]
2419-
# Only test zlib and zstd on Amazon Linux
2420-
- platform: ubuntu-18.04
2421-
python-version: "*"
2422-
c-extensions: "*"
2423-
compression: ["zlib", "zstd"]
24242409
# These interpreters are always tested without extensions.
24252410
- platform: "*"
24262411
python-version: ["pypy", "pypy3.5", "pypy3.6", "pypy3.7", "jython2.7"]
@@ -2445,12 +2430,12 @@ buildvariants:
24452430
rules:
24462431
# Server versions 3.6+ support snappy and zlib.
24472432
- if:
2433+
platform: "*"
24482434
python-version: "*"
24492435
c-extensions: "*"
24502436
compression: ["snappy", "zlib"]
24512437
then:
24522438
add_tasks:
2453-
- "test-5.0-standalone"
24542439
- "test-4.0-standalone"
24552440
- "test-3.6-standalone"
24562441

0 commit comments

Comments
 (0)