-
Notifications
You must be signed in to change notification settings - Fork 14
Embed MLflow run ID in dashboard CSV and Slack notifications - #2 #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
kpouget
merged 27 commits into
openshift-psap:main
from
Harshith-umesh:mlflow-url-in-csv
Aug 6, 2026
Merged
Changes from 17 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
6e9dd44
feat: pre-create MLflow run to embed run ID in dashboard CSV and Slac…
Harshith-umesh 4111080
fix: persist pre-created MLflow run_id to disk for cross-step resume
Harshith-umesh 0ccd1d6
fix: set MLFLOW_WORKSPACE during run pre-creation
Harshith-umesh 9d6b5a4
fix: read MLflow run_id from test labels as fallback for export resume
Harshith-umesh a334204
fix: remove set_config calls for non-existent caliper.export.mlflow_r…
Harshith-umesh f2034b1
fix: set MLflow run name to FJOB_NAME during pre-creation and resume
Harshith-umesh a31698f
refactor: move MLflow helpers from rhaiis to caliper orchestration layer
Harshith-umesh 376aff3
feat: add slack_notify_always for success notifications + move MLflow…
Harshith-umesh 89e7854
fix: read MLflow IDs from marker file in build_mlflow_run_url()
Harshith-umesh b61992b
fix: address CodeRabbit review findings
Harshith-umesh 8524798
simplify: drop test-labels fallback from _discover_precreated_mlflow_…
Harshith-umesh cd6cad7
fix: add missing import for assert_tracking_uri_has_no_userinfo
Harshith-umesh 09ec49a
feat: add rampup parameter to all workload profiles
Harshith-umesh 48aa32f
fix: wire rampup workload field through to guidellm CLI args
Harshith-umesh 951a370
revert: remove unrelated rhaiis changes from this PR
Harshith-umesh 1325e18
refactor: address PR review comments on caliper layering and robustness
Harshith-umesh 2b951ca
fix: send success notification regardless of dashboard CSV config
Harshith-umesh a5c658d
fix: log warning instead of silently swallowing exception in send_suc…
Harshith-umesh 01d220f
revert .gitignore to upstream state
Harshith-umesh 53136f1
refactor: use mlflow_destination in test labels instead of marker file
Harshith-umesh b48e1b7
Merge branch 'main' into mlflow-url-in-csv
Harshith-umesh 94b1f0e
Merge branch 'main' into mlflow-url-in-csv
Harshith-umesh 390758f
Merge branch 'main' into mlflow-url-in-csv
Harshith-umesh f7aa64c
refactor: move precreate_mlflow_run_if_configured to caliper with @re…
Harshith-umesh d95b860
fix: walk up directory tree to find test labels for mlflow_destination
Harshith-umesh e8df437
fix: pass mlflow IDs through KPI labels instead of filesystem reads
Harshith-umesh d905471
refactor: move _build_mlflow_run_url wrapper to caliper with @requires
Harshith-umesh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| """Public API surface for caliper — safe for orchestration-layer imports.""" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| """Public re-exports of caliper engine file_export utilities. | ||
|
|
||
| Orchestration code should import from here instead of reaching into | ||
| ``projects.caliper.engine.file_export`` directly. | ||
| """ | ||
|
|
||
| from projects.caliper.engine.file_export.mlflow_secrets import ( | ||
| assert_tracking_uri_has_no_userinfo, | ||
| load_mlflow_secrets_yaml, | ||
| mlflow_connection_env, | ||
| ) | ||
|
|
||
| __all__ = [ | ||
| "assert_tracking_uri_has_no_userinfo", | ||
| "load_mlflow_secrets_yaml", | ||
| "mlflow_connection_env", | ||
| ] |
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.