fix(standalone): decouple evidence paths and harden gate scripts

Switch acceptance/fault/release scripts to project-local .sisyphus evidence roots and remove parent-repo path assumptions.

Also harden deterministic behavior with run-id-derived port allocation and tuned fault thresholds so release gate pass and injected-failure flows remain stable in standalone execution.
This commit is contained in:
2026-03-05 23:52:37 +08:00
parent 7413590519
commit d5df65927b
6 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ Before running scripts, verify all binaries are built:
```bash
for bin in cvmmap_sim cvmmap_streamer rtp_receiver_tester rtmp_stub_tester; do
test -x "downstream/cvmmap-streamer/build/$bin" || echo "Missing: $bin"
test -x "build/$bin" || echo "Missing: $bin"
done
```