diff --git a/.azure-pipelines/auto.yml b/.azure-pipelines/auto.yml index 8202578b6701..2d240f8191a0 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 ec9396e61e55..fe20e35e344a 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 229927f4d34e..8a4f48830296 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