Commit a5d9671
fix: add || true to oracle_checks.py invocation in 61 eval.sh files
oracle_checks.py exits 1 when composite score is 0 (by design, for
SWE-Factory exit-code-first pattern). With set -euo pipefail in eval.sh,
this kills the script before reward.txt gets written, causing Harbor to
report RewardFileNotFoundError for every zero-score task.
Fix: append `|| true` to the SCORE= pipeline so eval.sh can proceed to
write reward.txt regardless of oracle_checks.py exit code. Also fixes
the eval.sh.j2 template to prevent regression in future task generation.
Affected: 61 of 81 MCP-unique eval.sh files (the original 20 already
had the fix from initial generation).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4b17558 commit a5d9671
File tree
62 files changed
+62
-62
lines changed- benchmarks
- ccb_mcp_compliance
- ccx-compliance-052/tests
- ccx-compliance-053/tests
- ccx-compliance-115/tests
- ccx-compliance-118/tests
- ccx-compliance-124/tests
- ccb_mcp_crossorg
- ccx-crossorg-062/tests
- ccx-crossorg-121/tests
- ccx-crossorg-132/tests
- ccb_mcp_crossrepo_tracing
- ccx-config-trace-003/tests
- ccx-dep-trace-002/tests
- ccx-dep-trace-102/tests
- ccx-dep-trace-116/tests
- ccx-dep-trace-123/tests
- ccx-dep-trace-133/tests
- ccb_mcp_crossrepo/ccx-dep-trace-106/tests
- ccb_mcp_domain
- ccx-domain-071/tests
- ccx-domain-072/tests
- ccx-domain-073/tests
- ccx-domain-074/tests
- ccx-domain-101/tests
- ccx-domain-112/tests
- ccx-domain-120/tests
- ccx-domain-129/tests
- ccx-domain-137/tests
- ccx-domain-140/tests
- ccb_mcp_incident
- ccx-incident-032/tests
- ccx-incident-033/tests
- ccx-incident-108/tests
- ccx-incident-110/tests
- ccx-incident-113/tests
- ccx-incident-125/tests
- ccx-incident-131/tests
- ccx-incident-139/tests
- ccb_mcp_migration
- ccx-migration-022/tests
- ccx-migration-026/tests
- ccx-migration-107/tests
- ccx-migration-114/tests
- ccx-migration-117/tests
- ccb_mcp_onboarding
- ccx-onboard-043/tests
- ccx-onboard-044/tests
- ccx-onboard-103/tests
- ccx-onboard-109/tests
- ccx-onboard-128/tests
- ccx-onboard-134/tests
- ccx-onboard-136/tests
- ccx-onboard-138/tests
- ccb_mcp_org
- ccx-agentic-081/tests
- ccx-agentic-082/tests
- ccx-agentic-083/tests
- ccx-agentic-122/tests
- ccx-agentic-127/tests
- ccb_mcp_platform
- ccx-platform-104/tests
- ccx-platform-119/tests
- ccb_mcp_security
- ccx-vuln-remed-012/tests
- ccx-vuln-remed-013/tests
- ccx-vuln-remed-105/tests
- ccx-vuln-remed-111/tests
- ccx-vuln-remed-126/tests
- ccx-vuln-remed-130/tests
- ccx-vuln-remed-135/tests
- ccx-vuln-remed-141/tests
- templates/mcp_unique_task
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
62 files changed
+62
-62
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments