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

ruby-changes:67146

From: Takashi <ko1@a...>
Date: Sat, 14 Aug 2021 02:26:57 +0900 (JST)
Subject: [ruby-changes:67146] 963f2e01e7 (master): Reduce the amount of false positive notifications

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

From 963f2e01e7b213ad0195c14b20bfd7e1df4683d0 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Fri, 13 Aug 2021 10:26:11 -0700
Subject: Reduce the amount of false positive notifications

---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1581aed..c84cb1a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -127,7 +127,9 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L127
     # from https://www.travis-ci.com/github/ruby/ruby/jobs/529005145
     - name: arm32-linux
     # - name: arm64-linux
-    # - name: ppc64le-linux
+    # 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
   fast_finish: true
 
-- 
cgit v1.1


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

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