mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Azure Pipeline tests on Linux are not reliable
test-bundler started to fail with r67383 https://dev.azure.com/rubylang/ruby/_build/results?buildId=278 which is very unlikely to be Ruby implementation's fault. test-bundled_gems also started to fail with r67413 https://dev.azure.com/rubylang/ruby/_build/results?buildId=303 I'm not sure the commit is related to the failure. Overall, they are not useful as testing environment of Ruby itself for now since nobody seems to take care of these CI statuses. Let's stop reporting the status to GitHub until it becomes reliable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
79de8e9f6b
commit
5370244337
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ jobs:
|
|||
- script: |
|
||||
TRAVIS=1 make $(task)
|
||||
displayName: "test"
|
||||
continueOnError: true # test-bundled-gems and test-bundler are failing on Linux. TODO: fix them and remove this line.
|
||||
|
||||
- job: macOS
|
||||
pool:
|
||||
|
|
Loading…
Add table
Reference in a new issue