Skip to content

Commit 27d9475

Browse files
committed
PYTHON-1412 - Add 3.6 to Evergreen testing matrix
1 parent 99aefd6 commit 27d9475

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.evergreen/config.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,33 @@ tasks:
647647
TOPOLOGY: "sharded_cluster"
648648
- func: "run tests"
649649

650+
- name: "test-3.6-standalone"
651+
tags: ["3.6", "standalone"]
652+
commands:
653+
- func: "bootstrap mongo-orchestration"
654+
vars:
655+
VERSION: "3.6"
656+
TOPOLOGY: "server"
657+
- func: "run tests"
658+
659+
- name: "test-3.6-replica_set"
660+
tags: ["3.6", "replica_set"]
661+
commands:
662+
- func: "bootstrap mongo-orchestration"
663+
vars:
664+
VERSION: "3.6"
665+
TOPOLOGY: "replica_set"
666+
- func: "run tests"
667+
668+
- name: "test-3.6-sharded_cluster"
669+
tags: ["3.6", "sharded_cluster"]
670+
commands:
671+
- func: "bootstrap mongo-orchestration"
672+
vars:
673+
VERSION: "3.6"
674+
TOPOLOGY: "sharded_cluster"
675+
- func: "run tests"
676+
650677
- name: "test-latest-standalone"
651678
tags: ["latest", "standalone"]
652679
commands:
@@ -749,6 +776,10 @@ axes:
749776
display_name: "latest"
750777
variables:
751778
VERSION: "latest"
779+
- id: "3.6"
780+
display_name: "3.6"
781+
variables:
782+
VERSION: "3.6"
752783
- id: "3.4"
753784
display_name: "3.4"
754785
variables:
@@ -1051,6 +1082,7 @@ buildvariants:
10511082
display_name: "${os-fully-featured} ${auth-ssl}"
10521083
tasks:
10531084
- ".latest"
1085+
- ".3.6"
10541086
- ".3.4"
10551087
- ".3.2"
10561088
- ".3.0"
@@ -1061,6 +1093,7 @@ buildvariants:
10611093
display_name: "${os-nossl} ${auth} ${ssl}"
10621094
tasks:
10631095
- ".latest"
1096+
- ".3.6"
10641097
- ".3.4"
10651098
- ".3.2"
10661099
- ".3.0"
@@ -1071,6 +1104,7 @@ buildvariants:
10711104
display_name: "${os-requires-32} ${auth-ssl}"
10721105
tasks:
10731106
- ".latest"
1107+
- ".3.6"
10741108
- ".3.4"
10751109
- ".3.2"
10761110

@@ -1079,6 +1113,7 @@ buildvariants:
10791113
display_name: "${os-ssl-requires-32} ${auth} ${ssl}"
10801114
tasks:
10811115
- ".latest"
1116+
- ".3.6"
10821117
- ".3.4"
10831118
- ".3.2"
10841119

@@ -1087,6 +1122,7 @@ buildvariants:
10871122
display_name: "${os-requires-34} ${auth-ssl}"
10881123
tasks:
10891124
- ".latest"
1125+
- ".3.6"
10901126
- ".3.4"
10911127

10921128
- matrix_name: "tests-python-version-rhel62-test-ssl"
@@ -1110,6 +1146,7 @@ buildvariants:
11101146
run_on: rhel62-small
11111147
tasks:
11121148
- ".latest"
1149+
- ".3.6"
11131150
- ".3.4"
11141151
- ".3.2"
11151152
- ".3.0"
@@ -1128,6 +1165,7 @@ buildvariants:
11281165
run_on: rhel62-small
11291166
tasks:
11301167
- ".latest"
1168+
- ".3.6"
11311169
- ".3.4"
11321170
- ".3.2"
11331171
- ".3.0"
@@ -1144,6 +1182,7 @@ buildvariants:
11441182
run_on: rhel62-small
11451183
tasks:
11461184
- ".latest"
1185+
- ".3.6"
11471186
- ".3.4"
11481187
- ".3.2"
11491188
- ".3.0"
@@ -1157,6 +1196,7 @@ buildvariants:
11571196
run_on: windows-64-vs2010-test
11581197
tasks:
11591198
- ".latest"
1199+
- ".3.6"
11601200
- ".3.4"
11611201
- ".3.2"
11621202
- ".3.0"
@@ -1170,6 +1210,7 @@ buildvariants:
11701210
run_on: windows-64-vs2015-test
11711211
tasks:
11721212
- ".latest"
1213+
- ".3.6"
11731214
- ".3.4"
11741215
- ".3.2"
11751216
- ".3.0"
@@ -1187,6 +1228,7 @@ buildvariants:
11871228
then:
11881229
add_tasks:
11891230
- "test-latest-standalone"
1231+
- "test-3.6-standalone"
11901232
- "test-3.4-standalone"
11911233
- "test-3.2-standalone"
11921234
- if:

0 commit comments

Comments
 (0)