@@ -426,7 +426,7 @@ functions:
426
426
script : |-
427
427
set -o errexit
428
428
echo "Preparing CSFLE venv environment..."
429
- if [[ "${distro_id}" =~ windows-64-vs2015 -* ]]; then
429
+ if [[ "${distro_id}" =~ windows64-vsMulti -* ]]; then
430
430
# Python: ImportError: DLL load failed while importing _rust: The specified procedure could not be found.
431
431
echo "Preparing CSFLE venv environment... skipped."
432
432
exit 0
@@ -445,7 +445,7 @@ functions:
445
445
script : |-
446
446
set -o errexit
447
447
echo "Starting mock KMS servers..."
448
- if [[ "${distro_id}" =~ windows-64-vs2015 -* ]]; then
448
+ if [[ "${distro_id}" =~ windows64-vsMulti -* ]]; then
449
449
# Python: ImportError: DLL load failed while importing _rust: The specified procedure could not be found.
450
450
echo "Starting mock KMS servers... skipped."
451
451
exit 0
@@ -2196,40 +2196,43 @@ buildvariants:
2196
2196
- name : test_versioned_api_accept_version_two
2197
2197
2198
2198
- name : windows-2k8-release
2199
+ disable : true # DEVPROD-16074
2199
2200
display_name : " Windows (VS 2015) Release (MongoDB 4.2)"
2200
2201
expansions :
2201
2202
build_type : " Release"
2202
2203
mongodb_version : " 4.2"
2203
2204
generator : Visual Studio 14 2015
2204
2205
platform : x64
2205
2206
run_on :
2206
- - windows-64-vs2015-compile
2207
+ - windows64-vsMulti-small
2207
2208
tasks :
2208
2209
- name : compile_without_tests
2209
2210
- name : uninstall_check_windows
2210
2211
2211
2212
- name : windows-2k8-debug
2213
+ disable : true # DEVPROD-16074
2212
2214
display_name : " Windows (VS 2015) Debug Static (MongoDB 4.2)"
2213
2215
expansions :
2214
2216
build_type : " Debug"
2215
2217
mongodb_version : " 4.2"
2216
2218
generator : Visual Studio 14 2015
2217
2219
platform : x64
2218
2220
run_on :
2219
- - windows-64-vs2015-compile
2221
+ - windows64-vsMulti-small
2220
2222
tasks :
2221
2223
- name : compile_without_tests
2222
2224
- name : uninstall_check_windows
2223
2225
2224
2226
- name : windows-msvc2015-debug
2227
+ disable : true # DEVPROD-16074
2225
2228
display_name : " Windows (VS 2015) Debug (MongoDB 4.2)"
2226
2229
expansions :
2227
2230
build_type : " Debug"
2228
2231
generator : Visual Studio 14 2015
2229
2232
platform : x64
2230
2233
mongodb_version : " 4.2"
2231
2234
run_on :
2232
- - windows-64-vs2015-compile
2235
+ - windows64-vsMulti-small
2233
2236
tasks :
2234
2237
- name : compile_without_tests
2235
2238
- name : uninstall_check_windows
0 commit comments