1
0
Fork 0
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:
k0kubun 2019-04-02 10:51:35 +00:00
parent 79de8e9f6b
commit 5370244337

View file

@ -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: