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

ruby-changes:55851

From: Takashi <ko1@a...>
Date: Sun, 26 May 2019 22:30:28 +0900 (JST)
Subject: [ruby-changes:55851] Takashi Kokubun: 23270f6fee (trunk): azure-pipelines.yml: Do not notify vs2017 failure

https://git.ruby-lang.org/ruby.git/commit/?id=23270f6fee

From 23270f6fee88668a5099fa16eb48739fba2d9dd6 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sun, 26 May 2019 06:29:30 -0700
Subject: azure-pipelines.yml: Do not notify vs2017 failure

It has not been stable recently. Let's stop notifying them for now.

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 87eed89..677e264 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -113,6 +113,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L113
     env:
       dependencies: openssl readline zlib
     displayName: "Install dependencies"
+    continueOnError: true # unstable. TODO: somehow use VM having these dependencies beforehand, and remove this `continueOnError`
   - checkout: self
     fetchDepth: 10
   - script: |
@@ -120,6 +121,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L121
       cinst winflexbison
       win32/configure.bat --without-ext=+,dbm,gdbm --enable-bundled-libffi --with-opt-dir=C:/vcpkg/installed/x64-windows
     displayName: 'configure'
+    continueOnError: true # "Install dependencies" is continueOnError
   - script: |
       call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
       set YACC=win_bison
@@ -128,6 +130,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L130
 #      set TRAVIS=1
 #      nmake $(task)
     displayName: "nmake"
+    continueOnError: true # "Install dependencies" is continueOnError
 
 - job: vs2019
   pool:
-- 
cgit v0.10.2


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

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