[前][次][番号順一覧][スレッド一覧]

ruby-changes:53113

From: k0kubun <ko1@a...>
Date: Tue, 23 Oct 2018 23:06:40 +0900 (JST)
Subject: [ruby-changes:53113] k0kubun:r65327 (trunk): wercker.yml: profile slow tests

k0kubun	2018-10-23 23:06:36 +0900 (Tue, 23 Oct 2018)

  New Revision: 65327

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65327

  Log:
    wercker.yml: profile slow tests

  Modified files:
    trunk/wercker.yml
Index: wercker.yml
===================================================================
--- wercker.yml	(revision 65326)
+++ wercker.yml	(revision 65327)
@@ -28,10 +28,10 @@ build: https://github.com/ruby/ruby/blob/trunk/wercker.yml#L28
     # 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"'

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]