mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 20:00:45 +00:00
ci: split core runtime cron shard
This commit is contained in:
@@ -188,16 +188,21 @@ describe("scripts/lib/ci-node-test-plan.mjs", () => {
|
||||
runner: undefined,
|
||||
shardName: "core-runtime-media-ui",
|
||||
},
|
||||
{
|
||||
configs: ["test/vitest/vitest.cron.config.ts"],
|
||||
requiresDist: false,
|
||||
runner: "blacksmith-4vcpu-ubuntu-2404",
|
||||
shardName: "core-runtime-cron",
|
||||
},
|
||||
{
|
||||
configs: [
|
||||
"test/vitest/vitest.acp.config.ts",
|
||||
"test/vitest/vitest.cron.config.ts",
|
||||
"test/vitest/vitest.shared-core.config.ts",
|
||||
"test/vitest/vitest.tasks.config.ts",
|
||||
"test/vitest/vitest.utils.config.ts",
|
||||
],
|
||||
requiresDist: false,
|
||||
runner: undefined,
|
||||
runner: "blacksmith-4vcpu-ubuntu-2404",
|
||||
shardName: "core-runtime-shared",
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user