mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Reduce the amount of false positive notifications
While f6048e592c
tried to approach the
instability mentioned there, unfortunately the Travis arm32 environment
seems unstable by itself. I already saw 2 different failures in the last
4 builds:
https://app.travis-ci.com/github/ruby/ruby/jobs/544382885
https://app.travis-ci.com/github/ruby/ruby/jobs/544361370
Let's revisit this when this kind of thing stops happening.
This commit is contained in:
parent
5823168706
commit
76f9bc7e66
1 changed files with 5 additions and 1 deletions
|
@ -125,7 +125,11 @@ matrix:
|
|||
- <<: *ppc64le-linux
|
||||
- <<: *s390x-linux
|
||||
allow_failures:
|
||||
# - name: arm32-linux
|
||||
# We see multiple errors indicating errors on the Travis environment itself in a short while:
|
||||
# https://app.travis-ci.com/github/ruby/ruby/jobs/544382885
|
||||
# https://app.travis-ci.com/github/ruby/ruby/jobs/544361370
|
||||
# It's not a fault of Ruby's arm32 support but just Travis arm32 seems unsable.
|
||||
- name: arm32-linux
|
||||
# - name: arm64-linux
|
||||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue