ci: run release validation with trusted harness

This commit is contained in:
Peter Steinberger
2026-04-28 04:12:02 +01:00
parent 343f2d7245
commit 4db4d8976d
3 changed files with 94 additions and 44 deletions

View File

@@ -28,7 +28,8 @@ import {
resolveDockerE2ePlan,
} from "./lib/docker-e2e-plan.mjs";
const ROOT_DIR = path.resolve(path.dirname(fileURLToPath(import.meta.url)), "..");
const SCRIPT_ROOT_DIR = path.resolve(path.dirname(fileURLToPath(import.meta.url)), "..");
const ROOT_DIR = path.resolve(process.env.OPENCLAW_DOCKER_E2E_REPO_ROOT || SCRIPT_ROOT_DIR);
const DEFAULT_FAILURE_TAIL_LINES = 80;
const DEFAULT_LANE_TIMEOUT_MS = 120 * 60 * 1000;
const DEFAULT_LANE_START_STAGGER_MS = 2_000;