From 54d26221b4c4cfc46048f30892c626db69ce9244 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Fri, 1 Mar 2024 12:42:00 +0100 Subject: [PATCH] .travis.yml: Allow failures for ppc64le and s390x. Because Travis ppc64le/s390x are unstable. ppc64le: * https://app.travis-ci.com/github/ruby/ruby/builds/269211469 * https://app.travis-ci.com/github/ruby/ruby/builds/269204073 s390x: * https://app.travis-ci.com/github/ruby/ruby/builds/269201221 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c764cd0499..5298885697 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