From 068bf59b336e299d42c399f72557e054b714a406 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Fri, 10 Nov 2023 12:27:13 +0100 Subject: [PATCH] .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. --- .travis.yml | 12 ++++++------ 1 file 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 - # :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: