Commit 19b7ed2
fix(harness): preserve run_name and artifact_dir on _run_entry result
slack.py and reporting.py read these top-level keys from session summary
entries. artifact_dir is required to locate results.json for Slack posts;
run_name is used for summary tables. dataset/preset fall back to test_config
so they don't need explicit augmentation.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1a6310f commit 19b7ed2
File tree
2 files changed
+4
-5
lines changed- nemo_retriever
- src/nemo_retriever/harness
- tests
2 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| 544 | + | |
| 545 | + | |
544 | 546 | | |
545 | 547 | | |
546 | 548 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
326 | | - | |
327 | 325 | | |
328 | | - | |
329 | 326 | | |
330 | 327 | | |
331 | 328 | | |
| |||
336 | 333 | | |
337 | 334 | | |
338 | 335 | | |
339 | | - | |
| 336 | + | |
340 | 337 | | |
341 | 338 | | |
342 | 339 | | |
343 | 340 | | |
344 | 341 | | |
345 | 342 | | |
346 | 343 | | |
347 | | - | |
| 344 | + | |
348 | 345 | | |
349 | 346 | | |
350 | 347 | | |
| |||
0 commit comments