Add SKIP_K3S escape hatch for dev CI smoke test
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 2m21s

k3s requires kernel capabilities (overlayfs) that aren't available in
the CI runner's unprivileged Docker environment. Entrypoint now checks
SKIP_K3S=1 and starts neuron-web directly, bypassing k3s and soul-demo.
Dev CI smoke test sets this flag — prod images are unaffected.
This commit is contained in:
2026-05-09 16:22:40 -05:00
parent a51a16c4da
commit 1110ff2e8c
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -186,6 +186,7 @@ jobs:
-e PORT=8080 \
-e NODE_ENV=production \
-e LANDING_ROOT=/srv/landing \
-e SKIP_K3S=1 \
"$IMAGE"
for i in $(seq 1 15); do