mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 18:11:40 +00:00
perf(ci): start long node shards first (#106522)
This commit is contained in:
committed by
GitHub
parent
2ec0299f9f
commit
8814e75cd6
@@ -145,6 +145,10 @@ describe("scripts/lib/ci-node-test-plan.mjs", () => {
|
||||
).toBe(true);
|
||||
expect(bundled.every((shard) => shard.runner?.startsWith("blacksmith-"))).toBe(true);
|
||||
expect(bundled).toEqual(createNodeTestShardBundles({ includeReleaseOnlyPluginShards: false }));
|
||||
expect(bundled.slice(0, 2).map((shard) => shard.shardName)).toEqual([
|
||||
"core-tooling",
|
||||
"auto-reply-reply-commands",
|
||||
]);
|
||||
expect(bundled.find((shard) => shard.shardName === "core-unit-fast")?.runner).toBe(
|
||||
DEFAULT_NODE_TEST_RUNNER,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user