@@ -994,10 +994,6 @@ axes:
994
994
- id : version
995
995
display_name : MongoDB Version
996
996
values :
997
- - id : " latest"
998
- display_name : " latest"
999
- variables :
1000
- VERSION : " latest"
1001
997
- id : " 4.4"
1002
998
display_name : " 4.4"
1003
999
variables :
@@ -1124,7 +1120,7 @@ buildvariants:
1124
1120
- name : test-netstandard20
1125
1121
1126
1122
- matrix_name : " tests-zlib-compression"
1127
- matrix_spec : { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "latest" ], topology: "standalone", os: "*" }
1123
+ matrix_spec : { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4"], topology: "standalone", os: "*" }
1128
1124
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
1129
1125
tags : ["tests-variant"]
1130
1126
tasks :
@@ -1133,7 +1129,7 @@ buildvariants:
1133
1129
- name : test-netstandard20
1134
1130
1135
1131
- matrix_name : " tests-snappy-compression"
1136
- matrix_spec : { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "latest" ], topology: "standalone", os: "*" }
1132
+ matrix_spec : { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4"], topology: "standalone", os: "*" }
1137
1133
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
1138
1134
tags : ["tests-variant"]
1139
1135
tasks :
@@ -1142,7 +1138,7 @@ buildvariants:
1142
1138
- name : test-netstandard20
1143
1139
1144
1140
- matrix_name : " tests-zstandard-compression"
1145
- matrix_spec : { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "latest" ], topology: "standalone", os: "*" }
1141
+ matrix_spec : { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4"], topology: "standalone", os: "*" }
1146
1142
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
1147
1143
tags : ["tests-variant"]
1148
1144
tasks :
@@ -1151,14 +1147,14 @@ buildvariants:
1151
1147
- name : test-netstandard20
1152
1148
1153
1149
- matrix_name : " ocsp-tests"
1154
- matrix_spec : { version: ["4.4", "latest" ], auth: "noauth", ssl: "ssl", topology: "standalone", os: "*" } # matrix_spec: { version: ["latest"], os-ssl-32: ["ubuntu1604-64-go-1-12"] }
1150
+ matrix_spec : { version: ["4.4"], auth: "noauth", ssl: "ssl", topology: "standalone", os: "*" }
1155
1151
display_name : " OCSP ${version} ${os}" # display_name: "OCSP ${version} ${os-ssl-32}"
1156
1152
batchtime : 20160 # 14 days
1157
1153
tasks :
1158
1154
- name : " .ocsp"
1159
1155
1160
1156
- matrix_name : aws-auth-tests
1161
- matrix_spec : { version: ["latest "], topology: "standalone", os: "*" }
1157
+ matrix_spec : { version: ["4.4 "], topology: "standalone", os: "*" }
1162
1158
display_name : " MONGODB-AWS Auth test"
1163
1159
run_on :
1164
1160
- windows-64-vs2017-test
0 commit comments