mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Ignore hung-ups after success on s390x-linux tentatively [ci skip]
This commit is contained in:
parent
c29c2afafe
commit
d58406ffca
1 changed files with 3 additions and 1 deletions
|
@ -136,7 +136,9 @@ matrix:
|
|||
# We see "Some worker was crashed." in about 40% of recent ppc64le-linux jobs
|
||||
# e.g. https://app.travis-ci.com/github/ruby/ruby/jobs/530959548
|
||||
- name: ppc64le-linux
|
||||
# - name: s390x-linux
|
||||
# Tentatively disable, because often hungs up **after** all tests
|
||||
# have finished successfully and saving caches.
|
||||
- name: s390x-linux
|
||||
fast_finish: true
|
||||
|
||||
before_script:
|
||||
|
|
Loading…
Reference in a new issue