Harness/retriever nightly refresh#1522
Merged
jdye64 merged 6 commits intoNVIDIA:mainfrom Mar 10, 2026
Merged
Conversation
Add a production-friendly nightly summary flow so shared benchmark boxes can post compact retriever results to Slack and replay prior sessions without rerunning long jobs.
Consolidate recursive dataset input resolution into one shared helper so nightly and batch entrypoints stay aligned, and remove user-specific dataset path examples from docs.
jdye64
approved these changes
Mar 9, 2026
Add reusable shell entrypoints for one-shot nightly runs and a tmux-friendly loop mode so benchmark boxes can reuse the same invocation path for scheduled and manual execution.
Avoid importing requests during harness module import so pytest collection works in minimal environments that never execute Slack posting.
Fold formatter and flake8-driven line wrapping into the nightly harness changes so the refreshed PR branch stays clean under the repo hooks.
jdye64
approved these changes
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add a production-friendly nightly summary flow for the retriever harness, including Slack posting, replay support, and compact reporting for the metrics we actually monitor.
session_summary.jsonrollups forpages,ingest_secs,pages_per_sec_ingest,recall_5, andartifact_direarnings_consultingwork correctly in nightly runs, and enable FinanceBench nightly recall with the repository fixture JSONTest plan
PYTHONPATH="/localhome/local-jioffe/nv-ingest-nightly-pr/nemo_retriever/src" "/localhome/local-jioffe/nv-ingest/.retriever/bin/python" -m pytest -q nemo_retriever/tests/test_batch_pipeline.py nemo_retriever/tests/test_harness_config.py nemo_retriever/tests/test_harness_run.py nemo_retriever/tests/test_harness_nightly.pyPYTHONPATH="/localhome/local-jioffe/nv-ingest-nightly-pr/nemo_retriever/src" "/localhome/local-jioffe/nv-ingest/.retriever/bin/python" -m nemo_retriever.harness.__main__ nightly --runs-config "/localhome/local-jioffe/nv-ingest-nightly-pr/nemo_retriever/harness/nightly_config.yaml" --dry-runChecklist