Commit 695c0d5
feat: output OpenHands runs in official directory structure
- openhands_2config.sh now writes results to the official layout:
{jobs_base}/openhands/{csb_sdlc|csb_org}/{model_dir}/{suite}/{config}/
instead of flat {jobs_base}/{config}/timestamp/task/
- Config names mapped to official: baseline-local-direct -> baseline,
mcp-remote-direct -> sourcegraph_full
- Added MODEL_DIR (dotted format e.g. sonnet-4.6) for dir naming
- Store benchmark/suite per task for correct placement
- validate_task_run.py discover_task_dirs() now falls back to recursive
os.walk when 2-level glob finds nothing (supports official layout)
Also promoted 25 MCP tasks from staging run 142143 to official.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 63484ac commit 695c0d5
2 files changed
+60
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
| 162 | + | |
160 | 163 | | |
161 | 164 | | |
162 | 165 | | |
| |||
180 | 183 | | |
181 | 184 | | |
182 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
183 | 197 | | |
184 | 198 | | |
185 | 199 | | |
| |||
208 | 222 | | |
209 | 223 | | |
210 | 224 | | |
211 | | - | |
212 | 225 | | |
213 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
214 | 246 | | |
215 | 247 | | |
216 | 248 | | |
| |||
278 | 310 | | |
279 | 311 | | |
280 | 312 | | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | 313 | | |
285 | 314 | | |
286 | 315 | | |
287 | 316 | | |
288 | 317 | | |
289 | | - | |
| 318 | + | |
290 | 319 | | |
291 | 320 | | |
292 | 321 | | |
293 | 322 | | |
294 | 323 | | |
295 | 324 | | |
296 | | - | |
297 | | - | |
| 325 | + | |
| 326 | + | |
298 | 327 | | |
299 | 328 | | |
300 | 329 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
195 | 200 | | |
196 | 201 | | |
197 | | - | |
198 | | - | |
| 202 | + | |
199 | 203 | | |
200 | 204 | | |
201 | 205 | | |
202 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
203 | 224 | | |
204 | 225 | | |
205 | 226 | | |
| |||
0 commit comments