From cae510315330a4a7010629623d9022606f86fde8 Mon Sep 17 00:00:00 2001 From: Dan Morosanu Date: Mon, 10 Aug 2026 12:02:06 +0300 Subject: [PATCH] Declare the tests tree as isolated_paths in the nightly experiment --- tests/experiments/nightly.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/experiments/nightly.yaml b/tests/experiments/nightly.yaml index f55397c79a..5af9917f64 100644 --- a/tests/experiments/nightly.yaml +++ b/tests/experiments/nightly.yaml @@ -29,6 +29,10 @@ defaults: - CODEX_BASE_URL extra_mounts: - ~/.uipath:/.uipath:rw + # Contract enforced by coder-eval: these paths must never be agent-visible. + # Requires coder_eval with isolated_paths support on the runner VM (coder_eval#96). + isolated_paths: + - "$SKILLS_REPO_PATH/tests" agent: # type omitted on purpose — the runner selects the harness via --type (codex/antigravity);