Skip to content

Commit 412680e

Browse files
sjarmakclaude
andcommitted
chore: add rerun3 config for 4 remaining tasks
2 Daytona build hangs (pytorch-relu, terraform), 1 Alpine fix (envoy), 1 code race (kafka). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c6310bb commit 412680e

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

configs/openhands_mcp_rerun3.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"metadata": {
3+
"name": "openhands_mcp_rerun3",
4+
"description": "4-task final rerun: 2 Daytona build hangs, 1 Alpine fix, 1 code race",
5+
"parent": "openhands_mcp_rerun2.json",
6+
"reason": {
7+
"daytona_build_hang": [
8+
"pytorch-relu-gelu-fusion-fix-001",
9+
"terraform-plan-null-unknown-fix-001"
10+
],
11+
"alpine_dockerfile_fixed": [
12+
"envoy-routeconfig-dep-chain-001"
13+
],
14+
"code_race_0_mcp": [
15+
"kafka-batch-accumulator-refac-001"
16+
]
17+
}
18+
},
19+
"tasks": [
20+
{
21+
"task_id": "pytorch-relu-gelu-fusion-fix-001",
22+
"benchmark": "csb_sdlc_fix",
23+
"task_dir": "csb_sdlc_fix/pytorch-relu-gelu-fusion-fix-001",
24+
"language": "cpp",
25+
"execution_env": "daytona"
26+
},
27+
{
28+
"task_id": "terraform-plan-null-unknown-fix-001",
29+
"benchmark": "csb_sdlc_fix",
30+
"task_dir": "csb_sdlc_fix/terraform-plan-null-unknown-fix-001",
31+
"language": "go",
32+
"execution_env": "daytona"
33+
},
34+
{
35+
"task_id": "envoy-routeconfig-dep-chain-001",
36+
"benchmark": "csb_sdlc_design",
37+
"task_dir": "csb_sdlc_design/envoy-routeconfig-dep-chain-001",
38+
"language": "go",
39+
"execution_env": "daytona"
40+
},
41+
{
42+
"task_id": "kafka-batch-accumulator-refac-001",
43+
"benchmark": "csb_sdlc_refactor",
44+
"task_dir": "csb_sdlc_refactor/kafka-batch-accumulator-refac-001",
45+
"language": "java",
46+
"execution_env": "daytona"
47+
}
48+
]
49+
}

0 commit comments

Comments
 (0)