Generalize oracle transport retry rule

This commit is contained in:
2026-07-14 00:00:24 +08:00
parent d3bc63a972
commit 0f891d99c9
3 changed files with 30 additions and 6 deletions

View File

@@ -20,10 +20,10 @@ from analyze import CONFIGS, PHASES, atomic_json, score_trial, summarize_trials
SCHEMA = 1
AMENDMENT = "A-OG-2"
AMENDMENT = "A-OG-3"
AMENDMENT_REASON = (
"retry one quarantined P06-C01-r2.2-rep0 transport-invalid attempt "
"without changing its logical trial"
"apply the frozen per-logical-trial quarantine rule to an isolated "
"local transport-invalid attempt"
)
REMOTE_ROOT = Path("/home/admin/cpfs/wjh/oracle-gap-20260713")
RUN_ROOT = REMOTE_ROOT / "runs"