Skip to content

Commit

Permalink
Bump azure janitor version
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Demicev <alexandr.demicev@suse.com>
  • Loading branch information
alexander-demicev committed Aug 19, 2024
1 parent 428ace0 commit cd7368f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-long-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
path: _artifacts
- name: Cleanup Azure Resources
if: always()
uses: rancher-sandbox/azure-janitor@v0.1.1
uses: rancher-sandbox/azure-janitor@v0.1.2
with:
resource-groups: highlander-e2e*
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID}}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
path: _artifacts
- name: Cleanup Azure Resources
if: always()
uses: rancher-sandbox/azure-janitor@v0.1.1
uses: rancher-sandbox/azure-janitor@v0.1.2
with:
resource-groups: highlander-e2e*
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID}}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
path: _artifacts
- name: Cleanup Azure Resources
if: always()
uses: rancher-sandbox/azure-janitor@v0.1.1
uses: rancher-sandbox/azure-janitor@v0.1.2
with:
resource-groups: highlander-e2e*
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID}}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
path: _artifacts
- name: Cleanup Azure Resources
if: always()
uses: rancher-sandbox/azure-janitor@v0.1.1
uses: rancher-sandbox/azure-janitor@v0.1.2
with:
resource-groups: highlander-e2e*
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID}}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-long.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
test_suite: test/e2e/suites/import-gitops-v3
test_name: Import via GitOps [v3]
run_azure_janitor: false
run_azure_janitor: true
artifact_name: artifacts_import_gitops_v3
MANAGEMENT_CLUSTER_ENVIRONMENT: eks
secrets: inherit
Expand All @@ -31,7 +31,7 @@ jobs:
with:
test_suite: test/e2e/suites/v2prov
test_name: v2 provisioning
run_azure_janitor: true
run_azure_janitor: false
artifact_name: artifacts_v2prov
MANAGEMENT_CLUSTER_ENVIRONMENT: eks
secrets: inherit
Expand All @@ -40,7 +40,7 @@ jobs:
with:
test_suite: test/e2e/suites/update-labels
test_name: Update labels
run_azure_janitor: true
run_azure_janitor: false
artifact_name: artifacts_update_labels
MANAGEMENT_CLUSTER_ENVIRONMENT: eks
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/janitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cleanup
uses: rancher-sandbox/azure-janitor@v0.1.1
uses: rancher-sandbox/azure-janitor@v0.1.2
with:
resource-groups: highlander-e2e*
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
path: _artifacts
- name: Cleanup Azure Resources
if: ${{ inputs.run_azure_janitor && always() }}
uses: rancher-sandbox/azure-janitor@v0.1.1
uses: rancher-sandbox/azure-janitor@v0.1.2
with:
resource-groups: highlander-e2e*
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID}}
Expand Down

0 comments on commit cd7368f

Please sign in to comment.