ci: split auto-reply shard timing

This commit is contained in:
Peter Steinberger
2026-04-25 23:46:56 +01:00
parent 1531123d35
commit 496d90c3b5
13 changed files with 382 additions and 96 deletions

View File

@@ -66,10 +66,8 @@ function createAutoReplyReplySplitShards() {
}
const mergedGroups = {
"auto-reply-reply-agent-dispatch": [
...groups["auto-reply-reply-agent-runner"],
...groups["auto-reply-reply-dispatch"],
],
"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"],