ruby-changes:53269
From: k0kubun <ko1@a...>
Date: Thu, 1 Nov 2018 14:17:12 +0900 (JST)
Subject: [ruby-changes:53269] k0kubun:r65484 (trunk): wercker.yml: improve CI step message [ci skip]
k0kubun 2018-11-01 14:17:08 +0900 (Thu, 01 Nov 2018) New Revision: 65484 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65484 Log: wercker.yml: improve CI step message [ci skip] Modified files: trunk/wercker.yml Index: wercker.yml =================================================================== --- wercker.yml (revision 65483) +++ wercker.yml (revision 65484) @@ -14,7 +14,7 @@ command-timeout: 60 https://github.com/ruby/ruby/blob/trunk/wercker.yml#L14 # dirs.each do |dir| # puts <<-EOS # - script: -# name: make test-all#{index} -- #{dir} (JIT wait) +# name: make test-all#{index} -- #{dir} (JIT wait#{(', allow failure' if allow_failures.include?(dir))}) # code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="#{dir}" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"#{(' || true' if allow_failures.include?(dir))} # EOS # index += 1 @@ -257,7 +257,7 @@ mjit-test2: https://github.com/ruby/ruby/blob/trunk/wercker.yml#L257 name: make test-all55 -- test/uri/ (JIT wait) code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/uri/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait" - script: - name: make test-all56 -- test/webrick/ (JIT wait) + name: make test-all56 -- test/webrick/ (JIT wait, allow failure) code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/webrick/" TESTOPTS="--color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait" || true - script: name: make test-all57 -- test/win32ole/ (JIT wait) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/