Skip to content

Commit f6e0eff

Browse files
dzhelezovclaude
andcommitted
harness(fault-proxy): repo-relative RESULT_FILE/CX_SUMMARY paths (drop hardcoded absolute paths)
Env-overridable defaults under $ART (the gitignored artifacts dir) so the harness is portable and carries no machine-specific absolute paths. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 87419b1 commit f6e0eff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

harness/chaos/fault-proxy-campaign.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ BASELINE_DBNAME="$CHAOS_BASELINE_DBNAME"
3535
BASELINE_URL="postgres://postgres@$PGHOST_TCP:$PGPORT/$BASELINE_DBNAME"
3636
BASELINE_META="$CHAOS_BASELINE_META"
3737
AGG="$ART/aggregate.json"
38-
RESULT_FILE="/home/claude-ops/ops/p1-fault-proxy/RESULT.md"
39-
CX_SUMMARY="/tmp/cx-p1.md"
38+
RESULT_FILE="${CHAOS_RESULT_FILE:-$ART/RESULT.md}"
39+
CX_SUMMARY="${CHAOS_CX_SUMMARY:-$ART/cx-summary.md}"
4040
BACKEND_LABEL=""
4141
PROXY_PID=""
4242
BASELINE_WALL_SEC=600

0 commit comments

Comments
 (0)