about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-05-15 14:44:25 +0200
committerPietro Albini <pietro@pietroalbini.org>2019-05-15 19:39:29 +0200
commit92bf1e6661b76e2431132f370f5452fc0ad3448a (patch)
treeba8c085afe8aaaebc467f16be21482484c829831
parent4965ffdb7a0dd825e251bcd1cc83c20ee6c8e45d (diff)
downloadrust-92bf1e6661b76e2431132f370f5452fc0ad3448a.tar.gz
rust-92bf1e6661b76e2431132f370f5452fc0ad3448a.zip
ci: update azure variable groups
-rw-r--r--.azure-pipelines/auto.yml2
-rw-r--r--.azure-pipelines/pr.yml3
-rw-r--r--.azure-pipelines/try.yml2
3 files changed, 2 insertions, 5 deletions
diff --git a/.azure-pipelines/auto.yml b/.azure-pipelines/auto.yml
index 8202578b670..2d240f8191a 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 ec9396e61e5..fe20e35e344 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 229927f4d34..8a4f4883029 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