[前][次][番号順一覧][スレッド一覧]

ruby-changes:55207

From: k0kubun <ko1@a...>
Date: Tue, 2 Apr 2019 19:51:47 +0900 (JST)
Subject: [ruby-changes:55207] k0kubun:r67414 (trunk): Azure Pipeline tests on Linux are not reliable

k0kubun	2019-04-02 19:51:35 +0900 (Tue, 02 Apr 2019)

  New Revision: 67414

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67414

  Log:
    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.

  Modified files:
    trunk/azure-pipelines.yml
Index: azure-pipelines.yml
===================================================================
--- azure-pipelines.yml	(revision 67413)
+++ azure-pipelines.yml	(revision 67414)
@@ -24,6 +24,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L24
   - 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:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]