From de584805bf206d689f46d7d01bef8119a783bc72 Mon Sep 17 00:00:00 2001 From: Josh Clifford <37558619+jsclifford@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:28:41 -0600 Subject: [PATCH] SRE-610 - Updating version and azure login version --- workflow-templates/im-test-k6-operator-approval.yml | 8 ++++---- workflow-templates/im-test-k6-operator.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/workflow-templates/im-test-k6-operator-approval.yml b/workflow-templates/im-test-k6-operator-approval.yml index 6e8260be..e8869586 100644 --- a/workflow-templates/im-test-k6-operator-approval.yml +++ b/workflow-templates/im-test-k6-operator-approval.yml @@ -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. @@ -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 }} @@ -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 }} @@ -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 }} diff --git a/workflow-templates/im-test-k6-operator.yml b/workflow-templates/im-test-k6-operator.yml index 4ebfe3c3..69fcc278 100644 --- a/workflow-templates/im-test-k6-operator.yml +++ b/workflow-templates/im-test-k6-operator.yml @@ -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 }}