Skip to content

Commit

Permalink
Merge pull request #234 from im-practices/SRE-297-Fix-K6-Operator
Browse files Browse the repository at this point in the history
SRE-297 - Fixing kubctl login when workflow cancelled
  • Loading branch information
izep authored Aug 23, 2023
2 parents 6600ce0 + 6f9d996 commit 88ea3ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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_v4 DO NOT REMOVE
# Workflow Code: ZestyCrocodile_v5 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 @@ -507,7 +507,6 @@ jobs:
client-id: ${{ vars.ARM_CLIENT_ID }}

- name: Setup kubectl config
working-directory: ${{ env.WORKING_DIRECTORY }}
id: kube-config
if: steps.conclusion.outputs.workflow_conclusion == 'cancelled' || needs.stop-k6-operator-test.outputs.stop-k6-test-outcome == 'failure'
run: |
Expand Down

0 comments on commit 88ea3ff

Please sign in to comment.