[前][次][番号順一覧][スレッド一覧]

ruby-changes:53117

From: k0kubun <ko1@a...>
Date: Tue, 23 Oct 2018 23:43:25 +0900 (JST)
Subject: [ruby-changes:53117] k0kubun:r65331 (trunk): appveyor.yml: give up using mspec -j

k0kubun	2018-10-23 23:43:19 +0900 (Tue, 23 Oct 2018)

  New Revision: 65331

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65331

  Log:
    appveyor.yml: give up using mspec -j
    
    for all Windows environments. It also hanged on msys2 build
    https://ci.appveyor.com/project/ruby/ruby/builds/19719943/job/cxg00jgvt1ifml97

  Modified files:
    trunk/appveyor.yml
Index: appveyor.yml
===================================================================
--- appveyor.yml	(revision 65330)
+++ appveyor.yml	(revision 65331)
@@ -96,7 +96,7 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L96
     - nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=3.0 --exclude win32ole --exclude test_syntax --exclude test_open-uri --exclude test_bundled_ca" test-all
     # separately execute tests that may crash worker without -j.
     - nmake -l "TESTOPTS=-q --subprocess-timeout-scale=3.0" test-all TESTS="../test/win32ole ../test/ruby/test_syntax.rb ../test/open-uri/test_open-uri.rb ../test/rubygems/test_bundled_ca.rb"
-    - nmake -l test-spec MSPECOPT=-fs
+    - nmake -l test-spec MSPECOPT=-fs # not using `-j` because sometimes `mspec -j` silently dies on Windows
 -
   matrix:
     only:
@@ -139,4 +139,4 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L139
     - 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="../ruby/test/win32ole"
-    - mingw32-make test-spec MSPECOPT=-j
+    - mingw32-make test-spec MSPECOPT=-fs # not using `-j` because sometimes `mspec -j` silently dies on Windows

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]