From 7a3dfb06db72f8244fa66f96060ef4dd73dbf774 Mon Sep 17 00:00:00 2001 From: Nguyen Minh Phuc Date: Wed, 22 Jul 2026 06:18:22 +0000 Subject: [PATCH] ci: exercise the runner CPU limit and webhook end to end 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. --- RUNBOOK.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RUNBOOK.md b/RUNBOOK.md index e4048d8..20df3a1 100644 --- a/RUNBOOK.md +++ b/RUNBOOK.md @@ -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. + +