ruby-changes:53172
From: k0kubun <ko1@a...>
Date: Sat, 27 Oct 2018 18:57:36 +0900 (JST)
Subject: [ruby-changes:53172] k0kubun:r65386 (trunk): .travis.yml: investigate silent death of mspec
k0kubun 2018-10-27 18:57:30 +0900 (Sat, 27 Oct 2018) New Revision: 65386 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65386 Log: .travis.yml: investigate silent death of mspec It looks like mspec worker may immediately die on Linux as well. https://travis-ci.org/ruby/ruby/jobs/447018758 Dropping -j and add -fs to know which test dies. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 65385) +++ .travis.yml (revision 65386) @@ -201,7 +201,7 @@ script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L201 - "$SETARCH make -s test TESTOPTS=--color=never" - "export TEST_ALL_TESTOPTS=\"${TEST_ALL_TESTOPTS:- -q --color=never --job-status=normal}\"" - "$SETARCH make -s $JOBS test-all -o exts TESTOPTS=\"$TEST_ALL_TESTOPTS\"" - - "$SETARCH make -s $JOBS test-spec MSPECOPT=-j" + - "$SETARCH make -s $JOBS test-spec MSPECOPT=-fs" # not using `-j` because sometimes `mspec -j` silently dies # Branch matrix. Not all branches are Travis-ready so we limit branches here. branches: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/