@@ -647,6 +647,33 @@ tasks:
647
647
TOPOLOGY : " sharded_cluster"
648
648
- func : " run tests"
649
649
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
+
650
677
- name : " test-latest-standalone"
651
678
tags : ["latest", "standalone"]
652
679
commands :
@@ -749,6 +776,10 @@ axes:
749
776
display_name : " latest"
750
777
variables :
751
778
VERSION : " latest"
779
+ - id : " 3.6"
780
+ display_name : " 3.6"
781
+ variables :
782
+ VERSION : " 3.6"
752
783
- id : " 3.4"
753
784
display_name : " 3.4"
754
785
variables :
@@ -1051,6 +1082,7 @@ buildvariants:
1051
1082
display_name : " ${os-fully-featured} ${auth-ssl}"
1052
1083
tasks :
1053
1084
- " .latest"
1085
+ - " .3.6"
1054
1086
- " .3.4"
1055
1087
- " .3.2"
1056
1088
- " .3.0"
@@ -1061,6 +1093,7 @@ buildvariants:
1061
1093
display_name : " ${os-nossl} ${auth} ${ssl}"
1062
1094
tasks :
1063
1095
- " .latest"
1096
+ - " .3.6"
1064
1097
- " .3.4"
1065
1098
- " .3.2"
1066
1099
- " .3.0"
@@ -1071,6 +1104,7 @@ buildvariants:
1071
1104
display_name : " ${os-requires-32} ${auth-ssl}"
1072
1105
tasks :
1073
1106
- " .latest"
1107
+ - " .3.6"
1074
1108
- " .3.4"
1075
1109
- " .3.2"
1076
1110
@@ -1079,6 +1113,7 @@ buildvariants:
1079
1113
display_name : " ${os-ssl-requires-32} ${auth} ${ssl}"
1080
1114
tasks :
1081
1115
- " .latest"
1116
+ - " .3.6"
1082
1117
- " .3.4"
1083
1118
- " .3.2"
1084
1119
@@ -1087,6 +1122,7 @@ buildvariants:
1087
1122
display_name : " ${os-requires-34} ${auth-ssl}"
1088
1123
tasks :
1089
1124
- " .latest"
1125
+ - " .3.6"
1090
1126
- " .3.4"
1091
1127
1092
1128
- matrix_name : " tests-python-version-rhel62-test-ssl"
@@ -1110,6 +1146,7 @@ buildvariants:
1110
1146
run_on : rhel62-small
1111
1147
tasks :
1112
1148
- " .latest"
1149
+ - " .3.6"
1113
1150
- " .3.4"
1114
1151
- " .3.2"
1115
1152
- " .3.0"
@@ -1128,6 +1165,7 @@ buildvariants:
1128
1165
run_on : rhel62-small
1129
1166
tasks :
1130
1167
- " .latest"
1168
+ - " .3.6"
1131
1169
- " .3.4"
1132
1170
- " .3.2"
1133
1171
- " .3.0"
@@ -1144,6 +1182,7 @@ buildvariants:
1144
1182
run_on : rhel62-small
1145
1183
tasks :
1146
1184
- " .latest"
1185
+ - " .3.6"
1147
1186
- " .3.4"
1148
1187
- " .3.2"
1149
1188
- " .3.0"
@@ -1157,6 +1196,7 @@ buildvariants:
1157
1196
run_on : windows-64-vs2010-test
1158
1197
tasks :
1159
1198
- " .latest"
1199
+ - " .3.6"
1160
1200
- " .3.4"
1161
1201
- " .3.2"
1162
1202
- " .3.0"
@@ -1170,6 +1210,7 @@ buildvariants:
1170
1210
run_on : windows-64-vs2015-test
1171
1211
tasks :
1172
1212
- " .latest"
1213
+ - " .3.6"
1173
1214
- " .3.4"
1174
1215
- " .3.2"
1175
1216
- " .3.0"
@@ -1187,6 +1228,7 @@ buildvariants:
1187
1228
then :
1188
1229
add_tasks :
1189
1230
- " test-latest-standalone"
1231
+ - " test-3.6-standalone"
1190
1232
- " test-3.4-standalone"
1191
1233
- " test-3.2-standalone"
1192
1234
- if :
0 commit comments