summaryrefslogtreecommitdiff
path: root/wercker.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-30 23:16:16 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-30 23:16:16 +0000
commita4cfd15a739aca00fa55156e1867e98a9ed86ef6 (patch)
treed97793b0f736f4bafbe8a1bf6842fbc58f79a416 /wercker.yml
parent357967567066099d22480b54422f175de8b24160 (diff)
revert r65441
I could collect 2 test failure information: https://app.wercker.com/ruby/ruby/runs/test-mjit-wait/5bd8a253191eda0006545d47?step=5bd8a29387436a0006842ef0 https://app.wercker.com/ruby/ruby/runs/test-mjit-wait/5bd8c6e0191eda0006547273?step=5bd8c71a591ca8000756f4a3 I'll skip this again to make it functional as CI git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wercker.yml')
-rw-r--r--wercker.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/wercker.yml b/wercker.yml
index 1a8feb19ad..2384bf07b4 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -63,8 +63,9 @@ test-mjit-wait:
name: make test-all1 (JIT wait) # only: test/ruby/, test/testunit/, test/rubygems/, test/rss
code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/ruby/ test/testunit/ test/rubygems/ test/rss/" TESTOPTS="--color=never --job-status=normal --longest 10 --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
- script:
+ # TODO: remove `--exclude test/webrick` once it's fixed https://app.wercker.com/ruby/ruby/runs/test-mjit-wait/5bd092a89b1e440006d5780d?step=5bd092e3591ca80007258400
name: make test-all2 (JIT wait) # except: test/ruby/, test/testunit/, test/rubygems/, test/rss
- code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTOPTS="--exclude test/ruby/ --exclude test/testunit/ --exclude test/rubygems/ --exclude test/rss/ --color=never --job-status=normal --longest 10 --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" TESTOPTS="--exclude test/ruby/ --exclude test/testunit/ --exclude test/rubygems/ --exclude test/rss/ --exclude test/webrick/ --color=never --job-status=normal --longest 10 --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit-wait"
- script:
name: make test-spec (JIT wait)
code: /usr/bin/sudo -H -u test -- make test-spec RUN_OPTS="--disable-gems --jit-wait --jit-warnings"