Commit 8c56e10
feat: expose invocation ID as NEL_INVOCATION_ID env var (#894)
## Summary
- Exports `NEL_INVOCATION_ID` environment variable at the top of both
docker (local) and slurm execution scripts
- Allows downstream tooling to reference the invocation ID during
evaluation runs
## Test plan
- [ ] Verify docker `run.sh` contains `export NEL_INVOCATION_ID=...` at
the top
- [ ] Verify slurm `run.sub` contains `export NEL_INVOCATION_ID=...`
after `TASK_DIR`
- [ ] Run a local dry-run and inspect generated script
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Signed-off-by: Alex Gronskiy <agronskiy@nvidia.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1faaa10 commit 8c56e10
3 files changed
Lines changed: 5 additions & 0 deletions
File tree
- packages/nemo-evaluator-launcher/src/nemo_evaluator_launcher/executors
- local
- slurm
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
| |||
316 | 317 | | |
317 | 318 | | |
318 | 319 | | |
| 320 | + | |
319 | 321 | | |
320 | 322 | | |
321 | 323 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| 705 | + | |
705 | 706 | | |
706 | 707 | | |
707 | 708 | | |
| |||
0 commit comments