From d58406ffcaa12a4f0b9506293789cc03cd4a6a4f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 21 Dec 2021 13:40:28 +0900 Subject: Ignore hung-ups after success on s390x-linux tentatively [ci skip] --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0255e9611f..f8c66f715e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -136,7 +136,9 @@ matrix: # We see "Some worker was crashed." in about 40% of recent ppc64le-linux jobs # e.g. https://app.travis-ci.com/github/ruby/ruby/jobs/530959548 - name: ppc64le-linux - # - name: s390x-linux + # Tentatively disable, because often hungs up **after** all tests + # have finished successfully and saving caches. + - name: s390x-linux fast_finish: true before_script: -- cgit v1.2.3