perf: simplify tsgo test lanes

This commit is contained in:
Peter Steinberger
2026-04-18 23:16:38 +01:00
parent 9a94194329
commit 6fb74d4985
6 changed files with 44 additions and 25 deletions

View File

@@ -24,11 +24,11 @@ const GRAPH_DEFINITIONS = {
},
"core-test-agents": {
config: "tsconfig.core.test.agents.json",
description: "core agent colocated test graph",
description: "diagnostic slice: core agent colocated tests",
},
"core-test-non-agents": {
config: "tsconfig.core.test.non-agents.json",
description: "core non-agent colocated test graph",
description: "diagnostic slice: core tests excluding agent test roots",
},
extensions: {
config: "tsconfig.extensions.json",