Skip to content

Commit

Permalink
Merge pull request juju#18939 from SimonRichardson/skip-destroy-for-g…
Browse files Browse the repository at this point in the history
…ithub-k8s-smoke

juju#18939

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!

## QA steps

k8s github action passes.
  • Loading branch information
jujubot authored Feb 18, 2025
2 parents 4adfecd + 9aabd11 commit d6ee958
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 d6ee958

Please sign in to comment.