Skip to content

Commit 286752b

Browse files
committed
remove redudant tests from Appveyor
VS 2017 tests are already run on Github Actions. This reduce the time spent in Appveyor, which remains the limiting factor in test speed.
1 parent c60523d commit 286752b

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

appveyor.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ environment:
1313
- COMPILER: "visual"
1414
ARCH: "x64"
1515
TEST_XXHSUM: "true"
16-
- COMPILER: "visual"
17-
ARCH: "x64"
18-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
19-
TEST_XXHSUM: "true"
2016
- COMPILER: "visual"
2117
ARCH: "Win32"
2218
TEST_XXHSUM: "true"
@@ -26,13 +22,18 @@ environment:
2622
TEST_XXHSUM: "true"
2723
- COMPILER: "visual"
2824
ARCH: "ARM"
29-
- COMPILER: "visual"
30-
ARCH: "ARM64"
31-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
32-
# note: ARM64 is not available with Visual Studio 14 2015, which is default for Appveyor
33-
# Below tests are now disabled.
34-
# They are flacky on Appveyor, for various reasons.
35-
# Moreover, their equivalent already runs correctly on Github Actions.
25+
# Below tests are now disabled due to redundancy.
26+
# Their equivalent already runs correctly on Github Actions.
27+
# - COMPILER: "visual"
28+
# ARCH: "x64"
29+
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
30+
# TEST_XXHSUM: "true"
31+
# - COMPILER: "visual"
32+
# ARCH: "ARM64"
33+
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
34+
# # note: ARM64 is not available with Visual Studio 14 2015, which is default for Appveyor
35+
36+
# The following tests were also flacky on Appveyor, for various reasons.
3637
# - COMPILER: "gcc"
3738
# PLATFORM: "mingw64"
3839
# - COMPILER: "gcc"

0 commit comments

Comments
 (0)