Skip to content

Commit

Permalink
Allow failures for ppc64le/s390x due to an infra errors.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
junaruga committed Aug 22, 2024
1 parent 1561b9c commit fcc2efb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fcc2efb

Please sign in to comment.