Skip to content

Commit

Permalink
Include variable groups for prod single region release (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennerv authored Feb 16, 2022
1 parent e32e0e4 commit 16859ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .pipelines/deploy-azure-env-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ pr: none

parameters:
- name: location
- name: vsoConfigBuildID
- name: aroImageTag

variables:
- group: Prod CI Credentials
- group: Prod E2E Non-Secret Variables
- group: PROD-INT E2E Credentials
- name: rpImageAcr
type: string
default: arosvc
value: arosvc

jobs:
- template: ./templates/template-job-deploy-azure-env-tag.yml
Expand All @@ -26,4 +29,4 @@ jobs:
billingE2EPipelineName: $(billing-e2e-pipeline-name)
billingE2EBranchName: $(billing-e2e-branch-name)
imageTag: ${{ parameters.aroImageTag }}
rpImageAcr: ${{ parameters.rpImageAcr }}
rpImageAcr: ${{ variables.rpImageAcr }}
2 changes: 1 addition & 1 deletion .pipelines/prod-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:
variables:
- group: Prod CI Credentials
- group: Prod E2E Non-Secret Variables
- group: PROD-INT E2E Credentials # This utilizes a variable group, don't update the spelling
- group: PROD-INT E2E Credentials
- name: rpImageAcr
value: arosvc

Expand Down

0 comments on commit 16859ae

Please sign in to comment.