Skip to content

Commit

Permalink
feat: allow k8s to skip destroy
Browse files Browse the repository at this point in the history
We skip destroying for LXD we should do the same for k8s. This way
we can see if it's working or not. Once the removal and cleanup
epic is done, this should be put back to false. For now skip it.
  • Loading branch information
SimonRichardson committed Feb 18, 2025
1 parent ec842cf commit 9aabd11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,7 @@ jobs:
cd tests
export MODEL_ARCH=$(go env GOARCH)
# Skip destroy to keep the environment up.
export SKIP_DESTROY=true
sg snap_microk8s './main.sh -c microk8s -v smoke_k8s'

0 comments on commit 9aabd11

Please sign in to comment.