ci: exercise the runner CPU limit and webhook end to end
ci / lint (push) Successful in 31s
ci / types (push) Successful in 54s
ci / unit (push) Successful in 38s
ci / security (push) Successful in 54s
ci / dockerfile (push) Successful in 8s
ci / chart (push) Successful in 8s
ci / integration (push) Successful in 1m12s
ci / image (api) (push) Successful in 1m45s
ci / image (reconciler) (push) Successful in 1m51s
ci / image (worker) (push) Successful in 1m45s
ci / bump (push) Successful in 15s

A full run under the new 600m cap, to confirm the checkout no longer loses its
race with the build for node1's single core, and that the resulting digest bump
deploys through the webhook without a nudge.
This commit is contained in:
2026-07-22 06:18:22 +00:00
parent d40bc682ce
commit 7a3dfb06db
+2
View File
@@ -648,3 +648,5 @@ kubectl -n svcforge patch job svcforge-migrate --type=merge -p '{"metadata":{"fi
``` ```
The Application goes `Synced` within seconds of the patch. The Application goes `Synced` within seconds of the patch.
<!-- ci: exercising the runner CPU limit and the webhook end to end, 2026-07-22 -->