Skip to content

Commit

Permalink
SRE-610 - Updating version and azure login version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsclifford committed Jun 24, 2024
1 parent 74ec423 commit de58480
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions workflow-templates/im-test-k6-operator-approval.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Workflow Code: ZestyCrocodile_v10 DO NOT REMOVE
# Workflow Code: ZestyCrocodile_v11 DO NOT REMOVE
# Purpose:
# Runs K6 tests at scale in Azure Kubernetes.
# With the workflow the user specifies when they kick it off manually.
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
run: npm run build

- name: AZ Login
uses: azure/login@v1
uses: azure/login@v2
with:
# This is an org-level variable
tenant-id: ${{ vars.ARM_TENANT_ID }}
Expand Down Expand Up @@ -434,7 +434,7 @@ jobs:
kubelogin-version: 'latest'

- name: AZ Login
uses: azure/login@v1
uses: azure/login@v2
with:
# This is an org-level variable
tenant-id: ${{ vars.ARM_TENANT_ID }}
Expand Down Expand Up @@ -518,7 +518,7 @@ jobs:

- name: AZ Login
if: steps.conclusion.outputs.workflow_conclusion == 'cancelled' || needs.stop-k6-operator-test.outputs.stop-k6-test-outcome == 'failure'
uses: azure/login@v1
uses: azure/login@v2
with:
# This is an org-level variable
tenant-id: ${{ vars.ARM_TENANT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/im-test-k6-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
run: npm run build

- name: AZ Login
uses: azure/login@v1
uses: azure/login@v2
with:
# This is an org-level variable
tenant-id: ${{ vars.ARM_TENANT_ID }}
Expand Down

0 comments on commit de58480

Please sign in to comment.