























@@ -138,6 +138,9 @@ describe("package artifact reuse", () => {
138138'OPENCLAW_LIVE_CLI_BACKEND_ARGS=["exec","--json","--color","never","--sandbox","danger-full-access","--skip-git-repo-check"]',
139139);
140140expect(workflow).toContain("bash .release-harness/scripts/ci-live-command-retry.sh");
141+expect(workflow).toMatch(
142+/validate_live_provider_suites:[\s\S]*?runs-on: blacksmith-8vcpu-ubuntu-2404/u,
143+);
141144expect(workflow).toContain("suite_id: native-live-src-gateway-core");
142145expect(workflow).toContain("suite_id: native-live-src-gateway-backends");
143146expect(workflow).toContain("suite_id: native-live-src-gateway-profiles-deepseek");
@@ -154,6 +157,9 @@ describe("package artifact reuse", () => {
154157expect(workflow).toContain("suite_id: native-live-extensions-openai");
155158expect(workflow).toContain("suite_id: native-live-extensions-o-z-other");
156159expect(workflow).toContain("validate_live_media_provider_suites:");
160+expect(workflow).toMatch(
161+/validate_live_media_provider_suites:[\s\S]*?runs-on: blacksmith-8vcpu-ubuntu-2404/u,
162+);
157163expect(workflow).toContain("image: ghcr.io/openclaw/openclaw-live-media-runner:ubuntu-24.04");
158164expect(workflow).toContain("ffmpeg -version | head -1");
159165expect(workflow).toContain("ffprobe -version | head -1");
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。