summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2023-11-10 12:27:13 +0100
committerJun Aruga <junaruga@users.noreply.github.com>2023-11-10 13:30:53 +0100
commit068bf59b336e299d42c399f72557e054b714a406 (patch)
tree7dbf6718c30e830399302352c511bb24d60b24c0 /.travis.yml
parentb1f345b1e86b12824f40e09a010bc4c6ab1884a3 (diff)
.travis.yml: Run arm64 without allow_failiures.
Checking the past 10 builds in Travis CI arm64, it looks stable. So, disable `allow_failures`. Also sorted the order of the jobs for the priority. The arm64 is the first. And I would like to run arm32 using the arm64 pipeline a bit later after the arm64 using the same arm64 pipeline. So, the arm32 is the last.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 8afc0875b1..6d942d1425 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -102,20 +102,20 @@ env:
matrix:
include:
+ - <<: *arm64-linux
+ - <<: *ppc64le-linux
+ - <<: *s390x-linux
# FIXME: lib/rubygems/util.rb:104 glob_files_in_dir -
# <internal:dir>:411:in glob: File name too long - (Errno::ENAMETOOLONG)
# https://github.com/rubygems/rubygems/issues/7132
- <<: *arm32-linux
- - <<: *arm64-linux
- - <<: *ppc64le-linux
- - <<: *s390x-linux
allow_failures:
# Allow failures for the unstable jobs.
- # - name: arm32-linux
- # The 2nd arm64 pipeline may be unstable.
- - name: arm64-linux
+ # - name: arm64-linux
# - name: ppc64le-linux
# - name: s390x-linux
+ # The 2nd arm64 pipeline may be unstable.
+ # - name: arm32-linux
fast_finish: true
before_script: