summaryrefslogtreecommitdiff
path: root/wercker.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-01 05:17:08 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-01 05:17:08 +0000
commita140e17f12fcb9d4341aa38c9b34eed093c4b8da (patch)
tree9b144f9e2c7c33b3f648d9425f0240e8f6f8823f /wercker.yml
parentcab1e6bf01659fed14ccb38d2f71086ce6487848 (diff)
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
Diffstat (limited to 'wercker.yml')
-rw-r--r--wercker.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wercker.yml b/wercker.yml
index 57fa09e3fb..f908c671fa 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -14,7 +14,7 @@ command-timeout: 60
# 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:
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)