.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.
This commit is contained in:
parent
b1f345b1e8
commit
068bf59b33
12
.travis.yml
12
.travis.yml
@ -102,20 +102,20 @@ env:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- <<: *arm64-linux
|
||||||
|
- <<: *ppc64le-linux
|
||||||
|
- <<: *s390x-linux
|
||||||
# FIXME: lib/rubygems/util.rb:104 glob_files_in_dir -
|
# FIXME: lib/rubygems/util.rb:104 glob_files_in_dir -
|
||||||
# <internal:dir>:411:in glob: File name too long - (Errno::ENAMETOOLONG)
|
# <internal:dir>:411:in glob: File name too long - (Errno::ENAMETOOLONG)
|
||||||
# https://github.com/rubygems/rubygems/issues/7132
|
# https://github.com/rubygems/rubygems/issues/7132
|
||||||
- <<: *arm32-linux
|
- <<: *arm32-linux
|
||||||
- <<: *arm64-linux
|
|
||||||
- <<: *ppc64le-linux
|
|
||||||
- <<: *s390x-linux
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
# Allow failures for the unstable jobs.
|
# Allow failures for the unstable jobs.
|
||||||
# - name: arm32-linux
|
# - name: arm64-linux
|
||||||
# The 2nd arm64 pipeline may be unstable.
|
|
||||||
- name: arm64-linux
|
|
||||||
# - name: ppc64le-linux
|
# - name: ppc64le-linux
|
||||||
# - name: s390x-linux
|
# - name: s390x-linux
|
||||||
|
# The 2nd arm64 pipeline may be unstable.
|
||||||
|
# - name: arm32-linux
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user