ci: reduce blacksmith test pressure

This commit is contained in:
Peter Steinberger
2026-04-22 17:25:49 +01:00
parent 486d0ec235
commit 8febc20e80
4 changed files with 15 additions and 15 deletions

View File

@@ -53,7 +53,7 @@ describe("scripts/lib/ci-node-test-plan.mjs", () => {
.filter((shard) => shard.requiresDist)
.map((shard) => shard.shardName);
expect(requiresDistShardNames).toEqual(["core-support-boundary", "agentic-plugins"]);
expect(requiresDistShardNames).toEqual(["core-support-boundary"]);
});
it("splits core runtime configs into smaller source-only shards", () => {
@@ -152,7 +152,7 @@ describe("scripts/lib/ci-node-test-plan.mjs", () => {
checkName: "checks-node-agentic-plugins",
shardName: "agentic-plugins",
configs: ["test/vitest/vitest.plugins.config.ts"],
requiresDist: true,
requiresDist: false,
});
});