From 2482d1f9e6b770bc5f65ffde97df36066095ff2e Mon Sep 17 00:00:00 2001 From: k0kubun Date: Wed, 3 Apr 2019 12:48:02 +0000 Subject: Partially allow failures in test-bundled-gems Tests of minitest randomly fails with strange errors: https://dev.azure.com/rubylang/ruby/_build/results?buildId=303 https://dev.azure.com/rubylang/ruby/_build/results?buildId=314 Instead of marking `continueOnError` for all, let me select failure-allowed gems individually. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- azure-pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9fa7b0f791..40206b3f5c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,6 +7,8 @@ jobs: matrix: bundled_gems: task: test-bundled-gems + TEST_BUNDLED_GEMS_ALLOW_FAILURES: | + minitest bundler: task: test-bundler steps: @@ -24,7 +26,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. + continueOnError: true # test-bundler is failing on Linux. TODO: fix it and remove this line. - job: macOS pool: @@ -37,6 +39,8 @@ jobs: # task: test-spec bundled_gems: task: test-bundled-gems + TEST_BUNDLED_GEMS_ALLOW_FAILURES: | + minitest bundler: task: test-bundler steps: -- cgit v1.2.3