From e77fdcd81d0e5b1c489720ed9ec1ac884f31b73f Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sat, 20 Oct 2018 23:58:02 +0000 Subject: [PATCH] appveyor.yml: don't run win32ole with -j since it lets worker crash https://ci.appveyor.com/project/ruby/ruby/builds/19659321/job/swnu2b5yj960t9gr git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 020ecd8399..b755e22e64 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -135,5 +135,7 @@ for: - mingw32-make DESTDIR=../install install-nodoc test_script: - mingw32-make test - - mingw32-make test-all TESTOPTS="-j %JOBS% --retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5" + - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5 -j %JOBS% --exclude win32ole" + # separately execute tests that may crash worker without -j. + - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5" TESTS="../test/win32ole" - mingw32-make test-spec MSPECOPT=-j