From add6b20bd28abe30b7e9c6af9f064596c71c71bd Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 12 Aug 2026 18:03:39 -0700 Subject: [PATCH] fix(ci): record startup JS growth in the Control UI budget baseline Startup JS gzip reached 329483 B on main (build-artifacts, af497642062), 1198 B over the 328285 B baseline + 1024 B tolerance, after cumulative chat/session UI growth landed in #122296, #122713, #122870, and #122876. Record the CI-measured bytes (within the 4096 B ratchet) to restore green build-artifacts and QA Smoke lanes. --- config/control-ui-startup-budget-baseline.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/control-ui-startup-budget-baseline.json b/config/control-ui-startup-budget-baseline.json index 29abbc45fd42..d6a8ca56660d 100644 --- a/config/control-ui-startup-budget-baseline.json +++ b/config/control-ui-startup-budget-baseline.json @@ -1,5 +1,5 @@ { - "startupJsGzipBytes": 328285, - "reason": "Gateway update outcome (#121686); Testbox-measured exact-head bytes", - "updatedAt": "2026-08-11" + "startupJsGzipBytes": 329483, + "reason": "cumulative chat/session UI growth (#122296, #122713, #122870, #122876); CI-measured build-artifacts bytes", + "updatedAt": "2026-08-13" }