diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2019-05-15 14:44:25 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2019-05-15 19:39:29 +0200 |
| commit | 92bf1e6661b76e2431132f370f5452fc0ad3448a (patch) | |
| tree | ba8c085afe8aaaebc467f16be21482484c829831 | |
| parent | 4965ffdb7a0dd825e251bcd1cc83c20ee6c8e45d (diff) | |
| download | rust-92bf1e6661b76e2431132f370f5452fc0ad3448a.tar.gz rust-92bf1e6661b76e2431132f370f5452fc0ad3448a.zip | |
ci: update azure variable groups
| -rw-r--r-- | .azure-pipelines/auto.yml | 2 | ||||
| -rw-r--r-- | .azure-pipelines/pr.yml | 3 | ||||
| -rw-r--r-- | .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 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 |
