From 7b954e7bc64e201af1dd65e264e5091310efd362 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 2 Sep 2024 02:43:16 -0700 Subject: Allow failures in Travis ppc64le and s390x Those jobs are way too unstable and provide very little benefit. e.g. https://app.travis-ci.com/github/ruby/ruby/jobs/624611955 https://app.travis-ci.com/github/ruby/ruby/jobs/625551620 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 741c0a32ef..c2e5191332 100644 --- a/.travis.yml +++ b/.travis.yml @@ -114,8 +114,8 @@ matrix: allow_failures: # Allow failures for the unstable jobs. # - name: arm64-linux - # - name: ppc64le-linux - # - name: s390x-linux + - name: ppc64le-linux + - name: s390x-linux # The 2nd arm64 pipeline may be unstable. # - name: arm32-linux fast_finish: true -- cgit v1.2.3