Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 4cb24ec

Browse files
committed
minor: ci: Use newer Windows for Evergreen testing
1 parent 305c6c5 commit 4cb24ec

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.evergreen/lib/EvergreenConfig.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ my %os_map = (
174174
},
175175
windows64 => {
176176
name => "Win64",
177-
run_on => [ 'windows-64-vs2015-test' ],
177+
run_on => [ 'windows-64-vs2017-small' ],
178178
perlroot => '/cygdrive/c/perl',
179179
perlpath => 'perl/bin',
180180
ccpath => 'c/bin',

.evergreen/testing/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5908,7 +5908,7 @@ buildvariants:
59085908
perlpath: /cygdrive/c/perl/14/perl/bin/perl
59095909
perlver: 14
59105910
run_on:
5911-
- windows-64-vs2015-test
5911+
- windows-64-vs2017-small
59125912
tasks:
59135913
- build
59145914
- check
@@ -6082,7 +6082,7 @@ buildvariants:
60826082
perlpath: /cygdrive/c/perl/16/perl/bin/perl
60836083
perlver: 16
60846084
run_on:
6085-
- windows-64-vs2015-test
6085+
- windows-64-vs2017-small
60866086
tasks:
60876087
- build
60886088
- check
@@ -6118,7 +6118,7 @@ buildvariants:
61186118
perlpath: /cygdrive/c/perl/18/perl/bin/perl
61196119
perlver: 18
61206120
run_on:
6121-
- windows-64-vs2015-test
6121+
- windows-64-vs2017-small
61226122
tasks:
61236123
- build
61246124
- check
@@ -6154,7 +6154,7 @@ buildvariants:
61546154
perlpath: /cygdrive/c/perl/20/perl/bin/perl
61556155
perlver: 20
61566156
run_on:
6157-
- windows-64-vs2015-test
6157+
- windows-64-vs2017-small
61586158
tasks:
61596159
- build
61606160
- check
@@ -6190,7 +6190,7 @@ buildvariants:
61906190
perlpath: /cygdrive/c/perl/22/perl/bin/perl
61916191
perlver: 22
61926192
run_on:
6193-
- windows-64-vs2015-test
6193+
- windows-64-vs2017-small
61946194
tasks:
61956195
- build
61966196
- check
@@ -6226,7 +6226,7 @@ buildvariants:
62266226
perlpath: /cygdrive/c/perl/24/perl/bin/perl
62276227
perlver: 24
62286228
run_on:
6229-
- windows-64-vs2015-test
6229+
- windows-64-vs2017-small
62306230
tasks:
62316231
- build
62326232
- check
@@ -6400,7 +6400,7 @@ buildvariants:
64006400
perlpath: /cygdrive/c/perl/26/perl/bin/perl
64016401
perlver: 26
64026402
run_on:
6403-
- windows-64-vs2015-test
6403+
- windows-64-vs2017-small
64046404
tasks:
64056405
- build
64066406
- check
@@ -6436,7 +6436,7 @@ buildvariants:
64366436
perlpath: /cygdrive/c/perl/28/perl/bin/perl
64376437
perlver: 28
64386438
run_on:
6439-
- windows-64-vs2015-test
6439+
- windows-64-vs2017-small
64406440
tasks:
64416441
- build
64426442
- check

0 commit comments

Comments
 (0)