Skip to content

Commit

Permalink
add new undeploy logic to e2e_aks_runtime.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Dec 5, 2024
1 parent 48e6d93 commit f9d4469
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e_aks_runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,15 @@ jobs:
--image-replacements workspace/just.containerlookup \
--namespace-file workspace/e2e.namespace \
--platform AKS-CLH-SNP \
--skip-undeploy="false"
--skip-undeploy="true"
- name: Download logs
if: always()
run: |
nix run .#scripts.get-logs download workspace/e2e.namespace
- name: Undeploy
if: always()
run: |
kubectl delete ns "$(cat workspace/e2e.namespace)" --timeout 5m
- name: Upload logs
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
Expand Down

0 comments on commit f9d4469

Please sign in to comment.