Skip to content

Commit 55d1890

Browse files
alicodingclaude
andcommitted
ci: e2e 3 -> 4 shards -- dedicated-server boots pushed two shards past the 15m cap with zero failures
The recorded revisit trigger (testing.md) fired: pure cap-kills, no red tests. Shard growth is the named lever. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FW5GkkAG8du7tNdYLk2zSd
1 parent 5baf801 commit 55d1890

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,12 @@ jobs:
328328
# states for its own fail-fast: false, applied here too.
329329
fail-fast: false
330330
matrix:
331-
shardIndex: [1, 2, 3]
332-
shardTotal: [3]
331+
# 4-way since the guardrail specs moved to per-test dedicated
332+
# servers: the added boot time pushed two 3-way shards past
333+
# the 15-minute job cap with zero failing tests -- the exact
334+
# revisit trigger testing.md records for shard growth.
335+
shardIndex: [1, 2, 3, 4]
336+
shardTotal: [4]
333337
env:
334338
# Required for the same reason as build-go's ubuntu-latest entry:
335339
# playwright.config.ts's webServer builds the real server-mode

0 commit comments

Comments
 (0)