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

ruby-changes:55068

From: k0kubun <ko1@a...>
Date: Sun, 17 Mar 2019 01:53:59 +0900 (JST)
Subject: [ruby-changes:55068] k0kubun:r67275 (trunk): Ignore test-bundled-gems failure on CI for now

k0kubun	2019-03-17 01:53:55 +0900 (Sun, 17 Mar 2019)

  New Revision: 67275

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

  Log:
    Ignore test-bundled-gems failure on CI for now
    
    ktsj-san recognizes this issue and it's intentionally left failing now.
    As failure notification of this task is NOT indicating ruby is broken,
    let's stop notifying the failure fo rnow.

  Modified files:
    trunk/azure-pipelines.yml
Index: azure-pipelines.yml
===================================================================
--- azure-pipelines.yml	(revision 67274)
+++ azure-pipelines.yml	(revision 67275)
@@ -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 is failing on trunk by power_assert now. TODO: remove this once it gets green
 
 - job: macOS
   pool:
@@ -50,6 +51,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L51
   - script: |
       make $(task)
     displayName: "test"
+    continueOnError: true # test-bundled-gems is failing on trunk by power_assert now. TODO: remove this once it gets green
 
 # - job: vs2015
 #   pool:

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

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