ruby-changes:55860
From: Takashi <ko1@a...>
Date: Mon, 27 May 2019 04:20:49 +0900 (JST)
Subject: [ruby-changes:55860] Takashi Kokubun: c6b7cad5c9 (trunk): .azure-pipelines.yml: Add timeout to install dependencies
https://git.ruby-lang.org/ruby.git/commit/?id=c6b7cad5c9 From c6b7cad5c903fa957c274d233c15fdcb3e4a9623 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Sun, 26 May 2019 12:19:59 -0700 Subject: .azure-pipelines.yml: Add timeout to install dependencies to avoid cancelling overall build pipeline when stucking there. diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 677e264..a6f90b8 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" + timeoutInMinutes: 20 continueOnError: true # unstable. TODO: somehow use VM having these dependencies beforehand, and remove this `continueOnError` - checkout: self fetchDepth: 10 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/