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

ruby-changes:67105

From: Jun <ko1@a...>
Date: Tue, 10 Aug 2021 05:32:31 +0900 (JST)
Subject: [ruby-changes:67105] 6771316d51 (master): .travis.yml: Check failures for Travis arm64 again.

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

From 6771316d51beaeecff54fdfb71e3275079346c0a Mon Sep 17 00:00:00 2001
From: Jun Aruga <jaruga@r...>
Date: Mon, 9 Aug 2021 21:28:43 +0200
Subject: .travis.yml: Check failures for Travis arm64 again.

It seems the concurrent jobs are stable recently on arm64 pipeline.
Keep allowing to fail on arm32 due to a failure.
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ff0ce69..1581aed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -123,10 +123,10 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L123
     - <<: *ppc64le-linux
     - <<: *s390x-linux
   allow_failures:
-    # An arm64 job sometimes does not start right now.
-    # https://travis-ci.community/t/11629
+    # The "TestReadline#test_interrupt_in_other_thread" started failing on arm32
+    # from https://www.travis-ci.com/github/ruby/ruby/jobs/529005145
     - name: arm32-linux
-    - name: arm64-linux
+    # - name: arm64-linux
     # - name: ppc64le-linux
     # - name: s390x-linux
   fast_finish: true
-- 
cgit v1.1


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

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