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

ruby-changes:55790

From: Takashi <ko1@a...>
Date: Thu, 23 May 2019 02:02:06 +0900 (JST)
Subject: [ruby-changes:55790] Takashi Kokubun: 1ebe9a2f82 (trunk): Revert CI deduplication on Wercker / Azure for debugging

https://git.ruby-lang.org/ruby.git/commit/?id=1ebe9a2f82

From 1ebe9a2f82fef5190454e68d430004282f5da172 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Wed, 22 May 2019 09:58:57 -0700
Subject: Revert CI deduplication on Wercker / Azure for debugging

CI seems to have a weired behavior now. Debugging.

Revert "azure-pipelines.yml: Fix typo"

This reverts commit f69d28fbca1eec8b9722cea1f989ee9554e8dad5.

Revert "azure-pipelines.yml: Use simpler trigger syntax"

This reverts commit 709756d89747bd36664593eda4156a7bf5ad7631.

Revert "azure-pipelines.yml: Do not run CI on trunk"

This reverts commit bec877b46fd4d0f621a75591b519a7e266eaa89b.

Revert "appveyor.yml: Do not doubly run CI on trunk"

This reverts commit d9b338a53f520b2dbb05555f18b8de8072300f40.

diff --git a/appveyor.yml b/appveyor.yml
index 5e3983b..1e29c99 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,9 +3,6 @@ version: '{build}' https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L3
 shallow_clone: true
 platform:
   - x64
-branches:
-  except:
-    - trunk # mirrored master runs CI
 environment:
   ruby_version: "24-%Platform%"
   zlib_version: "1.2.11"
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 87eed89..a9ff595 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,6 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L1
 pr: none # comment out this line if you need to test this file on PR
-trigger:
-  - master
 jobs:
 - job: Linux
   pool:
-- 
cgit v0.10.2


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

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