Skip to content

Commit d99b026

Browse files
committed
PYTHON-1299 - Don't test MongoDB 2.4 in Evergreen
1 parent aa03551 commit d99b026

File tree

1 file changed

+5
-62
lines changed

1 file changed

+5
-62
lines changed

.evergreen/config.yml

Lines changed: 5 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -539,33 +539,6 @@ tasks:
539539
TOPOLOGY: "replica_set"
540540
- func: "run doctests"
541541

542-
- name: "test-2.4-standalone"
543-
tags: ["2.4", "standalone"]
544-
commands:
545-
- func: "bootstrap mongo-orchestration"
546-
vars:
547-
VERSION: "2.4"
548-
TOPOLOGY: "server"
549-
- func: "run tests"
550-
551-
- name: "test-2.4-replica_set"
552-
tags: ["2.4", "replica_set"]
553-
commands:
554-
- func: "bootstrap mongo-orchestration"
555-
vars:
556-
VERSION: "2.4"
557-
TOPOLOGY: "replica_set"
558-
- func: "run tests"
559-
560-
- name: "test-2.4-sharded_cluster"
561-
tags: ["2.4", "sharded_cluster"]
562-
commands:
563-
- func: "bootstrap mongo-orchestration"
564-
vars:
565-
VERSION: "2.4"
566-
TOPOLOGY: "sharded_cluster"
567-
- func: "run tests"
568-
569542
- name: "test-2.6-standalone"
570543
tags: ["2.6", "standalone"]
571544
commands:
@@ -792,13 +765,8 @@ axes:
792765
display_name: "2.6"
793766
variables:
794767
VERSION: "2.6"
795-
- id: "2.4"
796-
display_name: "2.4"
797-
variables:
798-
VERSION: "2.4"
799-
800768

801-
# OSes that support versions of MongoDB>=2.4 with SSL.
769+
# OSes that support versions of MongoDB>=2.6 with SSL.
802770
- id: os-fully-featured
803771
display_name: OS
804772
values:
@@ -1078,7 +1046,6 @@ buildvariants:
10781046
- ".3.2"
10791047
- ".3.0"
10801048
- ".2.6"
1081-
- ".2.4"
10821049

10831050
- matrix_name: "tests-nossl"
10841051
matrix_spec: {"os-nossl": "*", auth: "*", ssl: "nossl"}
@@ -1089,7 +1056,6 @@ buildvariants:
10891056
- ".3.2"
10901057
- ".3.0"
10911058
- ".2.6"
1092-
- ".2.4"
10931059

10941060
- matrix_name: "tests-os-requires-26"
10951061
matrix_spec: {"os-requires-26": "*", auth: "*", ssl: "*"}
@@ -1141,7 +1107,6 @@ buildvariants:
11411107
- ".3.2"
11421108
- ".3.0"
11431109
- ".2.6"
1144-
- ".2.4"
11451110

11461111
- matrix_name: "tests-python-version-ubuntu1204-without-c-extensions"
11471112
matrix_spec: {"python-version": "*", "c-extensions": "without-c-extensions", auth: "noauth", ssl: "nossl", coverage: "*"}
@@ -1160,7 +1125,6 @@ buildvariants:
11601125
- ".3.2"
11611126
- ".3.0"
11621127
- ".2.6"
1163-
- ".2.4"
11641128

11651129
- matrix_name: "tests-python-version-green-framework-ubuntu1204"
11661130
matrix_spec: {"python-version": "*", "green-framework": "*", auth: "*", ssl: "*"}
@@ -1178,9 +1142,8 @@ buildvariants:
11781142
- ".3.2"
11791143
- ".3.0"
11801144
- ".2.6"
1181-
- ".2.4"
11821145

1183-
# Test CPython 3.3 and 3.4 against all versions on MongoDB >= 2.4
1146+
# Test CPython 3.3 and 3.4 against all versions on MongoDB >= 2.6
11841147
# on Windows with Visual Studio 2010.
11851148
- matrix_name: "tests-windows-vs2010-python-version-nossl"
11861149
matrix_spec: {windows-vs2010-python-version: "*", auth: "*", ssl: "*"}
@@ -1192,17 +1155,8 @@ buildvariants:
11921155
- ".3.2"
11931156
- ".3.0"
11941157
- ".2.6"
1195-
rules:
1196-
# Windows MongoDB 2.4 does not support SSL.
1197-
- if:
1198-
windows-vs2010-python-version: "*"
1199-
auth: "*"
1200-
ssl: "nossl"
1201-
then:
1202-
add_tasks:
1203-
- ".2.4"
1204-
1205-
# Test CPython 2.6, 2.7, 3.5 and 3.6 against all versions on MongoDB >= 2.4
1158+
1159+
# Test CPython 2.6, 2.7, 3.5 and 3.6 against all versions on MongoDB >= 2.6
12061160
# on Windows with the Microsoft Visual C++ Compiler for Python 2.7 or Visual Studio 2015.
12071161
- matrix_name: "tests-windows-vs2015-python-version-nossl"
12081162
matrix_spec: {windows-vs2015-python-version: "*", auth: "*", ssl: "*"}
@@ -1214,15 +1168,6 @@ buildvariants:
12141168
- ".3.2"
12151169
- ".3.0"
12161170
- ".2.6"
1217-
rules:
1218-
# Windows MongoDB 2.4 does not support SSL.
1219-
- if:
1220-
windows-vs2015-python-version: "*"
1221-
auth: "*"
1222-
ssl: "nossl"
1223-
then:
1224-
add_tasks:
1225-
- ".2.4"
12261171

12271172
# Storage engine tests on Ubuntu 12.04 (x86_64) with Python 2.7.
12281173
- matrix_name: "tests-storage-engines"
@@ -1327,9 +1272,7 @@ buildvariants:
13271272
# RHEL 7.1 ppc64le is only supported by MongoDB 3.2+
13281273
# RHEL 7.2 s390x is only supported by MongoDB 3.4+
13291274
# Solaris MongoDB SSL builds are not available
1330-
# Darwin MongoDB SSL builds are not available for 2.4 and 2.6
1331-
# Windows does not support MongoDB 2.4 with SSL
1332-
# Debian 7.1 does not support MongoDB 2.4
1275+
# Darwin MongoDB SSL builds are not available for 2.6
13331276
# SUSE12 x86_64 is only supported by MongoDB 3.2+
13341277
# vim: set et sw=2 ts=2 :
13351278

0 commit comments

Comments
 (0)