Skip to content

Commit fc37bf8

Browse files
committed
PYTHON-1859 Stop testing 3.6 on Ubuntu 12 | Stop all testing on Ubuntu 14
1 parent 960509e commit fc37bf8

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

.evergreen/config.yml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -877,16 +877,20 @@ axes:
877877
run_on: amazon1-2018-test
878878
batchtime: 10080 # 7 days
879879

880-
- id: ubuntu-14.04
881-
display_name: "Ubuntu 14.04"
882-
run_on: ubuntu1404-test
883-
batchtime: 10080 # 7 days
884-
885880
- id: rhel70
886881
display_name: "RHEL 7.0"
887882
run_on: rhel70-small
888883
batchtime: 10080 # 7 days
889884

885+
# OSes that support versions of MongoDB>=2.6 and <3.6 with SSL.
886+
- id: os-no-36-plus
887+
display_name: OS
888+
values:
889+
- id: ubuntu-12.04
890+
display_name: "Ubuntu 12.04"
891+
run_on: ubuntu1204-test
892+
batchtime: 10080 # 7 days
893+
890894
# OSes that support versions of MongoDB>=2.6 and <4.0 with SSL.
891895
- id: os-no-40-plus
892896
display_name: OS
@@ -896,11 +900,6 @@ axes:
896900
run_on: debian71-test
897901
batchtime: 10080 # 7 days
898902

899-
- id: ubuntu-12.04
900-
display_name: "Ubuntu 12.04"
901-
run_on: ubuntu1204-test
902-
batchtime: 10080 # 7 days
903-
904903
# OSes that support versions of MongoDB without SSL.
905904
- id: os-nossl
906905
display_name: OS
@@ -1179,6 +1178,15 @@ buildvariants:
11791178
- ".3.0"
11801179
- ".2.6"
11811180

1181+
- matrix_name: "tests-no-36-plus"
1182+
matrix_spec: {"os-no-36-plus": "*", auth-ssl: "*"}
1183+
display_name: "${os-no-36-plus} ${auth-ssl}"
1184+
tasks:
1185+
- ".3.4"
1186+
- ".3.2"
1187+
- ".3.0"
1188+
- ".2.6"
1189+
11821190
- matrix_name: "tests-no-40-plus"
11831191
matrix_spec: {"os-no-40-plus": "*", auth-ssl: "*"}
11841192
display_name: "${os-no-40-plus} ${auth-ssl}"
@@ -1515,7 +1523,6 @@ buildvariants:
15151523

15161524
# Platform notes
15171525
# i386 builds of OpenSSL or Cyrus SASL are not available
1518-
# Ubuntu14.04 only supports 2.6+ with SSL
15191526
# Ubuntu16.04 ppc64le is only supported by MongoDB 3.4+
15201527
# Ubuntu16.04 aarch64 is only supported by MongoDB 3.4+
15211528
# Ubuntu16.04 s390x is only supported by MongoDB 3.4+

0 commit comments

Comments
 (0)