diff --git a/.changeset/3965-floor-ratchet-after-listcreativeformats.md b/.changeset/3965-floor-ratchet-after-listcreativeformats.md new file mode 100644 index 0000000000..761d553a3f --- /dev/null +++ b/.changeset/3965-floor-ratchet-after-listcreativeformats.md @@ -0,0 +1,17 @@ +--- +--- + +ci(storyboards): ratchet floors up to capture #3976's lift on /creative and /creative-builder + +#3976 wired `listCreativeFormats` on the v6 `/creative` and `/creative-builder` platforms but explicitly deferred floor changes to avoid conflict with #3974. Now that both have merged, raise the floors. + +| Tenant | #3974 floor | This PR | Delta | +|-------------------|-------------|---------|-------| +| /creative | 56 / 69 | 64 / 79 | +8 clean / +10 passed | +| /creative-builder | 52 / 51 | 58 / 61 | +6 clean / +10 passed | + +Files: `.github/workflows/training-agent-storyboards.yml`, `scripts/run-storyboards-matrix.sh` (kept in sync per the existing pattern). + +After this lands, /creative is at pre-bump baseline (was 58, now 64). /creative-builder is +3 over pre-bump (was 55, now 58). The remaining residue across all tenants is in Classes A (SDK gap, adcp-client#1455), C (predates the bump), and E (force_create_media_buy_arm — needs reproducer). + +The ratchet pattern this PR exemplifies — multiple lower→raise cycles per cluster — is itself flagged as a meta-issue in #3977 (\"ratchet-only floors with explicit waivers instead of lower-then-raise\"). Out of scope for this PR; just noting the precedent. diff --git a/.github/workflows/training-agent-storyboards.yml b/.github/workflows/training-agent-storyboards.yml index 6ad93caa2f..c840a72eb2 100644 --- a/.github/workflows/training-agent-storyboards.yml +++ b/.github/workflows/training-agent-storyboards.yml @@ -55,11 +55,11 @@ jobs: min_clean_storyboards: 63 min_passing_steps: 66 - tenant: creative - min_clean_storyboards: 56 - min_passing_steps: 69 + min_clean_storyboards: 64 + min_passing_steps: 79 - tenant: creative-builder - min_clean_storyboards: 52 - min_passing_steps: 51 + min_clean_storyboards: 58 + min_passing_steps: 61 - tenant: brand min_clean_storyboards: 65 min_passing_steps: 14 diff --git a/scripts/run-storyboards-matrix.sh b/scripts/run-storyboards-matrix.sh index eb69cd3e40..a3b935fa5d 100755 --- a/scripts/run-storyboards-matrix.sh +++ b/scripts/run-storyboards-matrix.sh @@ -23,8 +23,8 @@ TENANTS=( "signals:65:23" "sales:62:212" "governance:63:66" - "creative:56:69" - "creative-builder:52:51" + "creative:64:79" + "creative-builder:58:61" "brand:65:14" )