ci: split plugin prerelease validation

This commit is contained in:
Peter Steinberger
2026-04-29 08:20:06 +01:00
parent 9b1967e5ef
commit a0fd105e5e
9 changed files with 632 additions and 346 deletions

View File

@@ -260,7 +260,7 @@ describe("scripts/lib/ci-node-test-plan.mjs", () => {
});
});
it("keeps plugin prerelease npm install coverage on the agentic plugin CI shard", () => {
it("keeps plugin prerelease npm install coverage on the release-only agentic plugin shard", () => {
const pluginsShard = createNodeTestShards().find(
(shard) => shard.shardName === "agentic-plugins",
);