We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd25076 commit 7dfeae6Copy full SHA for 7dfeae6
Makefile
@@ -674,7 +674,7 @@ tilt-ci: ## Run Tilt in CI mode (no UI, waits for all resources)
674
@echo "Starting Tilt with SKIP_KWOK_NODES_IN_TILT=1 (with retry logic)..."
675
@for i in 1 2 3; do \
676
echo "Attempt $$i of 3..."; \
677
- if SKIP_KWOK_NODES_IN_TILT=1 tilt ci -f tilt/Tiltfile --timeout=10m --debug; then \
+ if SKIP_KWOK_NODES_IN_TILT=1 tilt ci -f tilt/Tiltfile --timeout=10m --debug --klog 9; then \
678
echo "Tilt CI succeeded on attempt $$i"; \
679
break; \
680
else \
0 commit comments