mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
wercker.yml: profile slow tests
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c258b5cf53
commit
f2dfe96d17
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@ build:
|
|||
# split test-all to 2 steps to loosen timeout
|
||||
- script:
|
||||
name: make test-all1 (JIT) # only: test/ruby/
|
||||
code: /usr/bin/sudo -H -u test -- bash -c 'make test-all TESTS="test/ruby/" TESTOPTS="--color=never --job-status=normal" RUN_OPTS="--disable-gems --jit-wait --jit-warnings"'
|
||||
code: /usr/bin/sudo -H -u test -- bash -c 'make test-all TESTS="test/ruby/" TESTOPTS="--color=never --job-status=normal --longest 10" RUN_OPTS="--disable-gems --jit-wait --jit-warnings"'
|
||||
- script:
|
||||
name: make test-all2 (JIT) # except: test/ruby/
|
||||
code: /usr/bin/sudo -H -u test -- bash -c 'make test-all TESTOPTS="--exclude test/ruby/ --color=never --job-status=normal" RUN_OPTS="--disable-gems --jit-wait --jit-warnings"'
|
||||
code: /usr/bin/sudo -H -u test -- bash -c 'make test-all TESTOPTS="--exclude test/ruby/ --color=never --job-status=normal --longest 10" RUN_OPTS="--disable-gems --jit-wait --jit-warnings"'
|
||||
- script:
|
||||
name: make test-spec (JIT)
|
||||
code: /usr/bin/sudo -H -u test -- bash -c 'make test-spec RUN_OPTS="--disable-gems --jit-wait --jit-warnings"'
|
||||
|
|
Loading…
Reference in a new issue