mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
wercker.yml: improve CI step message [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cab1e6bf01
commit
a140e17f12
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ command-timeout: 60
|
||||||
# dirs.each do |dir|
|
# dirs.each do |dir|
|
||||||
# puts <<-EOS
|
# puts <<-EOS
|
||||||
# - script:
|
# - 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))}
|
# 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
|
# EOS
|
||||||
# index += 1
|
# index += 1
|
||||||
|
@ -257,7 +257,7 @@ mjit-test2:
|
||||||
name: make test-all55 -- test/uri/ (JIT wait)
|
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"
|
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:
|
- 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
|
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:
|
- script:
|
||||||
name: make test-all57 -- test/win32ole/ (JIT wait)
|
name: make test-all57 -- test/win32ole/ (JIT wait)
|
||||||
|
|
Loading…
Reference in a new issue