mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:50:42 +00:00
ci: isolate moonshot live shard
This commit is contained in:
@@ -150,6 +150,7 @@ describe("package artifact reuse", () => {
|
||||
);
|
||||
expect(workflow).toContain("suite_id: native-live-extensions-a-k");
|
||||
expect(workflow).toContain("suite_id: native-live-extensions-l-n");
|
||||
expect(workflow).toContain("suite_id: native-live-extensions-moonshot");
|
||||
expect(workflow).toContain("suite_id: native-live-extensions-openai");
|
||||
expect(workflow).toContain("suite_id: native-live-extensions-o-z-other");
|
||||
expect(workflow).toContain("validate_live_media_provider_suites:");
|
||||
|
||||
@@ -92,6 +92,12 @@ describe("scripts/test-live-shard", () => {
|
||||
expect(selectLiveShardFiles("native-live-extensions-openai", allFiles)).toEqual(
|
||||
expect.arrayContaining(["extensions/openai/openai-provider.live.test.ts"]),
|
||||
);
|
||||
expect(selectLiveShardFiles("native-live-extensions-l-n", allFiles)).not.toEqual(
|
||||
expect.arrayContaining(["extensions/moonshot/moonshot.live.test.ts"]),
|
||||
);
|
||||
expect(selectLiveShardFiles("native-live-extensions-moonshot", allFiles)).toEqual([
|
||||
"extensions/moonshot/moonshot.live.test.ts",
|
||||
]);
|
||||
});
|
||||
|
||||
it("rejects unknown shard names", () => {
|
||||
|
||||
Reference in New Issue
Block a user