Skip to content

Commit

Permalink
.travis.yml: Allow failures for arm64/arm32 pipelines.
Browse files Browse the repository at this point in the history
Right now, the arm64 servers on Travis took around 7 hours to start the jobs.
Therefore, allow failures for the arm64 and arm32 pipelines

https://app.travis-ci.com/github/ruby/ruby/builds/272105049
  • Loading branch information
junaruga committed Aug 30, 2024
1 parent eef2121 commit c03990d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ matrix:
# https://github.com/rubygems/rubygems/issues/7132
- <<: *arm32-linux
allow_failures:
# Allow failures for the unstable jobs.
# - name: arm64-linux
# The arm64 is very slow to start the jobs.
- name: arm64-linux
- name: ppc64le-linux
- name: s390x-linux
# The 2nd arm64 pipeline may be unstable.
# - name: arm32-linux
# The arm64 is very slow to start the jobs.
- name: arm32-linux
fast_finish: true

before_script:
Expand Down

0 comments on commit c03990d

Please sign in to comment.