mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.travis.yml: Check failures for Travis arm64 again.
It seems the concurrent jobs are stable recently on arm64 pipeline. Keep allowing to fail on arm32 due to a failure.
This commit is contained in:
parent
cc1d88daba
commit
6771316d51
Notes:
git
2021-08-10 05:32:37 +09:00
1 changed files with 3 additions and 3 deletions
|
@ -123,10 +123,10 @@ matrix:
|
|||
- <<: *ppc64le-linux
|
||||
- <<: *s390x-linux
|
||||
allow_failures:
|
||||
# An arm64 job sometimes does not start right now.
|
||||
# https://travis-ci.community/t/11629
|
||||
# The "TestReadline#test_interrupt_in_other_thread" started failing on arm32
|
||||
# from https://www.travis-ci.com/github/ruby/ruby/jobs/529005145
|
||||
- name: arm32-linux
|
||||
- name: arm64-linux
|
||||
# - name: arm64-linux
|
||||
# - name: ppc64le-linux
|
||||
# - name: s390x-linux
|
||||
fast_finish: true
|
||||
|
|
Loading…
Reference in a new issue