From 92bf1e6661b76e2431132f370f5452fc0ad3448a Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Wed, 15 May 2019 14:44:25 +0200 Subject: [PATCH] ci: update azure variable groups --- .azure-pipelines/auto.yml | 2 +- .azure-pipelines/pr.yml | 3 --- .azure-pipelines/try.yml | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.azure-pipelines/auto.yml b/.azure-pipelines/auto.yml index 8202578b6701b..2d240f8191a03 100644 --- a/.azure-pipelines/auto.yml +++ b/.azure-pipelines/auto.yml @@ -7,7 +7,7 @@ pr: none - auto variables: -- group: caching +- group: prod-credentials jobs: - job: Linux diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml index ec9396e61e558..fe20e35e344ab 100644 --- a/.azure-pipelines/pr.yml +++ b/.azure-pipelines/pr.yml @@ -6,9 +6,6 @@ trigger: none pr: - master # FIXME: really just want any branch, but want an explicit "pr" property set so it's clear -variables: -- group: caching-pr - jobs: - job: Linux timeoutInMinutes: 180 diff --git a/.azure-pipelines/try.yml b/.azure-pipelines/try.yml index 229927f4d34ee..8a4f488302968 100644 --- a/.azure-pipelines/try.yml +++ b/.azure-pipelines/try.yml @@ -7,7 +7,7 @@ trigger: - try variables: -- group: caching +- group: prod-credentials jobs: - job: Linux