run: mount all workload profiles in debug mode#1620
Open
hubunt wants to merge 1 commit into
Open
Conversation
hubunt
requested review from
Vezio,
achandrasekar,
kalantar,
maugustosilva,
mengmeiye and
namasl
as code owners
July 11, 2026 04:59
Contributor
|
Unsigned commits detected! Please sign your commits. For instructions on how to set up GPG/SSH signing and verify your commits, please see GitHub Documentation. |
hubunt
force-pushed
the
hubunt/debug-all-workload-profiles
branch
3 times, most recently
from
July 15, 2026 05:04
a8649af to
44108d9
Compare
Signed-off-by: hubunt <150658615+hubunt@users.noreply.github.com>
hubunt
force-pushed
the
hubunt/debug-all-workload-profiles
branch
from
July 15, 2026 05:15
44108d9 to
83f36cf
Compare
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.
Summary
Fix run debug mode so the harness pod exposes workload profiles for all harnesses, not only the selected harness.
Motivation
Fixes #1272.
When
llmdbenchmark run --debugis used, the harness pod is intended to stay alive for manual inspection and debugging. The current path only renders, creates, and mounts theselected harness profile ConfigMap, so workloads from other harnesses are not available inside the debug pod.
What changed
workload/profiles/*./workspace/profiles/<harness>.llmdbench-harness-debug-<suffix>.Testing
python -m pytest tests/test_render_profiles_workload_file_path.py tests/test_create_profile_configmap.py tests/test_harness_pod_template_scripts.py tests/ test_deploy_harness_status.py -qpython -m pytest tests -qpython -m ruff format --check --diff ...python -m ruff check --unsafe-fixes --output-format=full ...python -m py_compile ...git diff --checkFull test result:
638 passed, 31 skipped.Backward Compatibility
Non-debug run behavior is unchanged. Local
--workload-file-pathdebug runs continue to render the explicitly provided workload file rather than expanding to all built-inprofiles.