Skip to content

Commit

Permalink
.travis.yml: Allow failures for arm64 and arm32 cases temporarily.
Browse files Browse the repository at this point in the history
It's to avoid the failures by the infra issues in the term of the following
maintenance.

There is a planned maintenance on March 6th 2024 between 8:00 and 12:00 UTC+0.
The Travis service may be temporarily unavailable.
https://bugs.ruby-lang.org/issues/20013#note-28
  • Loading branch information
junaruga committed Mar 5, 2024
1 parent 8f6113a commit 23dc7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -113,11 +113,11 @@ matrix:
- <<: *arm32-linux
allow_failures:
# Allow failures for the unstable jobs.
# - name: arm64-linux
- name: arm64-linux
- name: ppc64le-linux
- name: s390x-linux
# The 2nd arm64 pipeline may be unstable.
# - name: arm32-linux
- name: arm32-linux
fast_finish: true

before_script:
Expand Down

0 comments on commit 23dc7aa

Please sign in to comment.