ci: split auto-reply reply routing shard

This commit is contained in:
Peter Steinberger
2026-04-29 11:03:52 +01:00
parent af548bb07d
commit 48683a7f71
4 changed files with 81 additions and 45 deletions

View File

@@ -328,6 +328,12 @@ describe("scripts/lib/ci-node-test-plan.mjs", () => {
requiresDist: false,
shardName: "auto-reply-reply-agent-runner",
},
{
checkName: "checks-node-auto-reply-reply-commands",
configs: ["test/vitest/vitest.auto-reply-reply.config.ts"],
requiresDist: false,
shardName: "auto-reply-reply-commands",
},
{
checkName: "checks-node-auto-reply-reply-dispatch",
configs: ["test/vitest/vitest.auto-reply-reply.config.ts"],
@@ -335,10 +341,10 @@ describe("scripts/lib/ci-node-test-plan.mjs", () => {
shardName: "auto-reply-reply-dispatch",
},
{
checkName: "checks-node-auto-reply-reply-commands-state-routing",
checkName: "checks-node-auto-reply-reply-state-routing",
configs: ["test/vitest/vitest.auto-reply-reply.config.ts"],
requiresDist: false,
shardName: "auto-reply-reply-commands-state-routing",
shardName: "auto-reply-reply-state-routing",
},
]);
});