From abfc5470c0f4fda781abc6648945ffe7cc141257 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 23 Oct 2018 15:09:49 +0000 Subject: wercker.yml: stop splitting test-all since it actually doesn't contribute to CI build time so much, rather it seems making it worse. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- wercker.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'wercker.yml') diff --git a/wercker.yml b/wercker.yml index 63f85728a9..02a9b966cc 100644 --- a/wercker.yml +++ b/wercker.yml @@ -25,13 +25,9 @@ build: - script: name: make test (JIT) code: /usr/bin/sudo -H -u test -- bash -c 'make test RUN_OPTS="--disable-gems --jit-wait --jit-warnings"' - # 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 --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 --longest 10" RUN_OPTS="--disable-gems --jit-wait --jit-warnings"' + name: make test-all (JIT) + code: /usr/bin/sudo -H -u test -- bash -c 'make test-all TESTOPTS="--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"' -- cgit v1.2.3