Commit ce7da6c
fix: remove unnecessary Firefox mirror clone from SR-QA verifiers
The sgonly_verifier_wrapper.sh was cloning sg-evals/firefox--871325b8
(~4-5GB even at depth 1) during verification for ccx-onboard-search-207
and -208. This took 39+ min on success and 3+ hours on failure, causing
VerifierTimeoutError on MCP runs. The clone is unnecessary because SR-QA
verification only does JSON string matching (function name + path).
Removing the wrapper source reduces verifier time from 39+ min to <1 sec.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0cf07e5 commit ce7da6c
2 files changed
+6
-8
lines changedLines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments