From 537024433720d7c54cba9bab4596638f59fbadc9 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 2 Apr 2019 10:51:35 +0000 Subject: 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 --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d555b6b40f..82dbc65a2d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: -- cgit v1.2.3