ruby-changes:53149
From: k0kubun <ko1@a...>
Date: Thu, 25 Oct 2018 12:25:29 +0900 (JST)
Subject: [ruby-changes:53149] k0kubun:r65363 (trunk): wercker.yml: skip webrick for test-mjit-wait for now
k0kubun 2018-10-25 12:25:19 +0900 (Thu, 25 Oct 2018) New Revision: 65363 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65363 Log: wercker.yml: skip webrick for test-mjit-wait for now as failing https://app.wercker.com/ruby/ruby/runs/test-mjit-wait/5bd092a89b1e440006d5780d?step=5bd092e3591ca80007258400 now and it needs some fix. Modified files: trunk/wercker.yml Index: wercker.yml =================================================================== --- wercker.yml (revision 65362) +++ wercker.yml (revision 65363) @@ -63,8 +63,9 @@ test-mjit-wait: https://github.com/ruby/ruby/blob/trunk/wercker.yml#L63 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" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/