From fcc2efb54c2354b156cf171d41332d97189f2674 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Thu, 22 Aug 2024 10:55:04 +0200 Subject: [PATCH] Allow failures for ppc64le/s390x due to an infra errors. Allow failures for arm64 due to jobs not starting. Allow failures for ppc64le/s390x due to the following infra errors. https://app.travis-ci.com/github/ruby/prism/builds/271968231 > No output has been received in the last 10m0s, this potentially indicates > a stalled build or something wrong with the build itself. --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 51e30a630da..0ea99eb724b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,15 @@ matrix: - arch: arm64 - arch: ppc64le - arch: s390x + allow_failures: + # Allow failures due to the following infra errors. + # The jobs are not starting. + - arch: arm64 + # No output has been received in the last 10m0s, this potentially indicates + # a stalled build or something wrong with the build itself. + # https://app.travis-ci.com/github/ruby/prism/builds/271968231 + - arch: ppc64le + - arch: s390x fast_finish: true before_install: