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

ruby-changes:70407

From: Nobuyoshi <ko1@a...>
Date: Tue, 21 Dec 2021 13:41:17 +0900 (JST)
Subject: [ruby-changes:70407] d58406ffca (master): Ignore hung-ups after success on s390x-linux tentatively [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=d58406ffca

From d58406ffcaa12a4f0b9506293789cc03cd4a6a4f Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
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(-)

diff --git a/.travis.yml b/.travis.yml
index 0255e9611fa..f8c66f715e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -136,7 +136,9 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L136
     # 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.1


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

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