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

@@ -67,16 +67,7 @@ function createAutoReplyReplySplitShards() {
}
}
const mergedGroups = {
"auto-reply-reply-agent-runner": groups["auto-reply-reply-agent-runner"],
"auto-reply-reply-dispatch": groups["auto-reply-reply-dispatch"],
"auto-reply-reply-commands-state-routing": [
...groups["auto-reply-reply-commands"],
...groups["auto-reply-reply-state-routing"],
],
};
return Object.entries(mergedGroups)
return Object.entries(groups)
.map(([groupName, includePatterns]) => ({
configs: ["test/vitest/vitest.auto-reply-reply.config.ts"],
includePatterns,