ci: rebalance final boundary lanes

This commit is contained in:
Tianyi Cui
2026-07-21 21:49:35 +08:00
parent ba1e34f8fb
commit 311cbe1e4c
3 changed files with 18 additions and 11 deletions

View File

@@ -13,11 +13,16 @@ export interface SnapshotLane {
/** Exhaustive file ownership plus scenario partitions for the large ACP suite. */
export const snapshotLanes: readonly SnapshotLane[] = [
{
name: 'ordinary',
name: 'support',
files: [
'packages/sdk/scripts/tests/config.snapshot.ts',
'packages/sdk/create-sdk/tests/create.snapshot.ts',
'packages/ui/tui/tests/tui.snapshot.ts',
],
},
{
name: 'agents',
files: [
'examples/tui-agent/tests/tui.snapshot.ts',
'examples/acp-agent/tests/goal.snapshot.ts',
'examples/headless-agent/tests/headless.snapshot.ts',