mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:50:49 +00:00
ci: shard release docker plugin validation
This commit is contained in:
@@ -99,6 +99,10 @@ describe("package artifact reuse", () => {
|
||||
|
||||
expect(pullHelper).toContain("OPENCLAW_DOCKER_PULL_ATTEMPTS");
|
||||
expect(pullHelper).toContain("OPENCLAW_DOCKER_PULL_TIMEOUT_SECONDS");
|
||||
expect(pullHelper).toContain('timeout_seconds="${OPENCLAW_DOCKER_PULL_TIMEOUT_SECONDS:-180}"');
|
||||
expect(pullHelper).toContain(
|
||||
'retry_delay_seconds="${OPENCLAW_DOCKER_PULL_RETRY_DELAY_SECONDS:-5}"',
|
||||
);
|
||||
expect(pullHelper).toContain(
|
||||
'timeout --foreground --kill-after=30s "${timeout_seconds}s" docker pull "$image"',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user