PYTHON-1859 Stop testing 3.6 on Ubuntu 12 | Stop all testing on Ubuntu 14
This commit is contained in:
parent
960509e0ff
commit
fc37bf883b
@ -877,16 +877,20 @@ axes:
|
||||
run_on: amazon1-2018-test
|
||||
batchtime: 10080 # 7 days
|
||||
|
||||
- id: ubuntu-14.04
|
||||
display_name: "Ubuntu 14.04"
|
||||
run_on: ubuntu1404-test
|
||||
batchtime: 10080 # 7 days
|
||||
|
||||
- id: rhel70
|
||||
display_name: "RHEL 7.0"
|
||||
run_on: rhel70-small
|
||||
batchtime: 10080 # 7 days
|
||||
|
||||
# OSes that support versions of MongoDB>=2.6 and <3.6 with SSL.
|
||||
- id: os-no-36-plus
|
||||
display_name: OS
|
||||
values:
|
||||
- id: ubuntu-12.04
|
||||
display_name: "Ubuntu 12.04"
|
||||
run_on: ubuntu1204-test
|
||||
batchtime: 10080 # 7 days
|
||||
|
||||
# OSes that support versions of MongoDB>=2.6 and <4.0 with SSL.
|
||||
- id: os-no-40-plus
|
||||
display_name: OS
|
||||
@ -896,11 +900,6 @@ axes:
|
||||
run_on: debian71-test
|
||||
batchtime: 10080 # 7 days
|
||||
|
||||
- id: ubuntu-12.04
|
||||
display_name: "Ubuntu 12.04"
|
||||
run_on: ubuntu1204-test
|
||||
batchtime: 10080 # 7 days
|
||||
|
||||
# OSes that support versions of MongoDB without SSL.
|
||||
- id: os-nossl
|
||||
display_name: OS
|
||||
@ -1179,6 +1178,15 @@ buildvariants:
|
||||
- ".3.0"
|
||||
- ".2.6"
|
||||
|
||||
- matrix_name: "tests-no-36-plus"
|
||||
matrix_spec: {"os-no-36-plus": "*", auth-ssl: "*"}
|
||||
display_name: "${os-no-36-plus} ${auth-ssl}"
|
||||
tasks:
|
||||
- ".3.4"
|
||||
- ".3.2"
|
||||
- ".3.0"
|
||||
- ".2.6"
|
||||
|
||||
- matrix_name: "tests-no-40-plus"
|
||||
matrix_spec: {"os-no-40-plus": "*", auth-ssl: "*"}
|
||||
display_name: "${os-no-40-plus} ${auth-ssl}"
|
||||
@ -1515,7 +1523,6 @@ buildvariants:
|
||||
|
||||
# Platform notes
|
||||
# i386 builds of OpenSSL or Cyrus SASL are not available
|
||||
# Ubuntu14.04 only supports 2.6+ with SSL
|
||||
# Ubuntu16.04 ppc64le is only supported by MongoDB 3.4+
|
||||
# Ubuntu16.04 aarch64 is only supported by MongoDB 3.4+
|
||||
# Ubuntu16.04 s390x is only supported by MongoDB 3.4+
|
||||
|
||||
Loading…
Reference in New Issue
Block a user