ci: bound install smoke docker builds

This commit is contained in:
Peter Steinberger
2026-04-29 21:56:46 +01:00
parent 1a4d55de43
commit 9ccd015898
2 changed files with 40 additions and 50 deletions

View File

@@ -201,8 +201,9 @@ describe("bun global install smoke", () => {
expect(workflow).toContain("install-smoke-fast:");
expect(workflow).toContain("run_fast_install_smoke");
expect(workflow).toContain("run_full_install_smoke");
expect(workflow).toContain("cache-from: type=gha,scope=openclaw-dockerfile-smoke");
expect(workflow).toContain("cache-to: type=gha,scope=openclaw-dockerfile-smoke,mode=max");
expect(workflow).toContain("timeout 45m docker buildx build");
expect(workflow).toContain("--progress=plain");
expect(workflow).toContain("--load");
expect(workflow).toContain('OPENCLAW_INSTALL_SMOKE_SKIP_NPM_GLOBAL: "1"');
expect(releaseChecks).toContain("install_smoke_release_checks:");
expect(releaseChecks).toContain("uses: ./.github/workflows/install-smoke.yml");