mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:00:43 +00:00
ci: split auto-reply session shard
This commit is contained in:
@@ -40,6 +40,7 @@ function createAutoReplyReplySplitShards() {
|
||||
"auto-reply-reply-agent-runner": [],
|
||||
"auto-reply-reply-commands": [],
|
||||
"auto-reply-reply-dispatch": [],
|
||||
"auto-reply-reply-session": [],
|
||||
"auto-reply-reply-state-routing": [],
|
||||
};
|
||||
|
||||
@@ -62,6 +63,8 @@ function createAutoReplyReplySplitShards() {
|
||||
name.startsWith("get-reply")
|
||||
) {
|
||||
groups["auto-reply-reply-dispatch"].push(file);
|
||||
} else if (name.startsWith("session")) {
|
||||
groups["auto-reply-reply-session"].push(file);
|
||||
} else {
|
||||
groups["auto-reply-reply-state-routing"].push(file);
|
||||
}
|
||||
|
||||
@@ -340,6 +340,12 @@ describe("scripts/lib/ci-node-test-plan.mjs", () => {
|
||||
requiresDist: false,
|
||||
shardName: "auto-reply-reply-dispatch",
|
||||
},
|
||||
{
|
||||
checkName: "checks-node-auto-reply-reply-session",
|
||||
configs: ["test/vitest/vitest.auto-reply-reply.config.ts"],
|
||||
requiresDist: false,
|
||||
shardName: "auto-reply-reply-session",
|
||||
},
|
||||
{
|
||||
checkName: "checks-node-auto-reply-reply-state-routing",
|
||||
configs: ["test/vitest/vitest.auto-reply-reply.config.ts"],
|
||||
|
||||
Reference in New Issue
Block a user