mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:00:42 +00:00
test: distinguish release live shard partitions
This commit is contained in:
@@ -6,7 +6,7 @@ import { spawnPnpmRunner } from "./pnpm-runner.mjs";
|
||||
|
||||
const LIVE_TEST_SUFFIX = ".live.test.ts";
|
||||
|
||||
export const LIVE_TEST_SHARDS = Object.freeze([
|
||||
export const RELEASE_LIVE_TEST_SHARDS = Object.freeze([
|
||||
"native-live-src-agents",
|
||||
"native-live-src-gateway-core",
|
||||
"native-live-src-gateway-profiles",
|
||||
@@ -15,15 +15,19 @@ export const LIVE_TEST_SHARDS = Object.freeze([
|
||||
"native-live-extensions-a-k",
|
||||
"native-live-extensions-l-n",
|
||||
"native-live-extensions-openai",
|
||||
"native-live-extensions-o-z",
|
||||
"native-live-extensions-o-z-other",
|
||||
"native-live-extensions-xai",
|
||||
"native-live-extensions-media",
|
||||
"native-live-extensions-media-audio",
|
||||
"native-live-extensions-media-music",
|
||||
"native-live-extensions-media-video",
|
||||
]);
|
||||
|
||||
export const LIVE_TEST_SHARDS = Object.freeze([
|
||||
...RELEASE_LIVE_TEST_SHARDS,
|
||||
"native-live-extensions-o-z",
|
||||
"native-live-extensions-media",
|
||||
]);
|
||||
|
||||
function walkFiles(rootDir) {
|
||||
const files = [];
|
||||
if (!fs.existsSync(rootDir)) {
|
||||
|
||||
Reference in New Issue
Block a user