Skip to content

Commit 3f71089

Browse files
authored
Temporarily disable VS 2015 tasks (#1377)
1 parent 992ccb7 commit 3f71089

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.evergreen/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export MONGOCXX_TEST_TLS_CA_FILE="${DRIVERS_TOOLS:?}/.evergreen/x509gen/ca.pem"
107107

108108
if [ "$(uname -m)" == "ppc64le" ]; then
109109
echo "Skipping CSFLE test setup (CDRIVER-4246/CXX-2423)"
110-
elif [[ "${distro_id:?}" =~ windows-64-vs2015-* ]]; then
110+
elif [[ "${distro_id:?}" =~ windows64-vsMulti-* ]]; then
111111
# Python: ImportError: DLL load failed while importing _rust: The specified procedure could not be found.
112112
echo "Skipping CSFLE test setup (CXX-2628)"
113113
else

.mci.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ functions:
426426
script: |-
427427
set -o errexit
428428
echo "Preparing CSFLE venv environment..."
429-
if [[ "${distro_id}" =~ windows-64-vs2015-* ]]; then
429+
if [[ "${distro_id}" =~ windows64-vsMulti-* ]]; then
430430
# Python: ImportError: DLL load failed while importing _rust: The specified procedure could not be found.
431431
echo "Preparing CSFLE venv environment... skipped."
432432
exit 0
@@ -445,7 +445,7 @@ functions:
445445
script: |-
446446
set -o errexit
447447
echo "Starting mock KMS servers..."
448-
if [[ "${distro_id}" =~ windows-64-vs2015-* ]]; then
448+
if [[ "${distro_id}" =~ windows64-vsMulti-* ]]; then
449449
# Python: ImportError: DLL load failed while importing _rust: The specified procedure could not be found.
450450
echo "Starting mock KMS servers... skipped."
451451
exit 0
@@ -2196,40 +2196,43 @@ buildvariants:
21962196
- name: test_versioned_api_accept_version_two
21972197

21982198
- name: windows-2k8-release
2199+
disable: true # DEVPROD-16074
21992200
display_name: "Windows (VS 2015) Release (MongoDB 4.2)"
22002201
expansions:
22012202
build_type: "Release"
22022203
mongodb_version: "4.2"
22032204
generator: Visual Studio 14 2015
22042205
platform: x64
22052206
run_on:
2206-
- windows-64-vs2015-compile
2207+
- windows64-vsMulti-small
22072208
tasks:
22082209
- name: compile_without_tests
22092210
- name: uninstall_check_windows
22102211

22112212
- name: windows-2k8-debug
2213+
disable: true # DEVPROD-16074
22122214
display_name: "Windows (VS 2015) Debug Static (MongoDB 4.2)"
22132215
expansions:
22142216
build_type: "Debug"
22152217
mongodb_version: "4.2"
22162218
generator: Visual Studio 14 2015
22172219
platform: x64
22182220
run_on:
2219-
- windows-64-vs2015-compile
2221+
- windows64-vsMulti-small
22202222
tasks:
22212223
- name: compile_without_tests
22222224
- name: uninstall_check_windows
22232225

22242226
- name: windows-msvc2015-debug
2227+
disable: true # DEVPROD-16074
22252228
display_name: "Windows (VS 2015) Debug (MongoDB 4.2)"
22262229
expansions:
22272230
build_type: "Debug"
22282231
generator: Visual Studio 14 2015
22292232
platform: x64
22302233
mongodb_version: "4.2"
22312234
run_on:
2232-
- windows-64-vs2015-compile
2235+
- windows64-vsMulti-small
22332236
tasks:
22342237
- name: compile_without_tests
22352238
- name: uninstall_check_windows

0 commit comments

Comments
 (0)