From 9aabd11b98daf8d936ce89ab0ee61c7c65d6da11 Mon Sep 17 00:00:00 2001 From: Simon Richardson Date: Tue, 18 Feb 2025 11:31:15 +0000 Subject: [PATCH] feat: allow k8s to skip destroy 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. --- .github/workflows/smoke.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index 342706be560..5205700d154 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -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'