-
Notifications
You must be signed in to change notification settings - Fork 167
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
Read pipeline run node details from mlmd context #2695
Read pipeline run node details from mlmd context #2695
Conversation
0c0974f
to
510405d
Compare
/hold will go in next sprint |
frontend/src/concepts/pipelines/apiHooks/mlmd/useExecutionsFromContext.ts
Outdated
Show resolved
Hide resolved
frontend/src/concepts/pipelines/apiHooks/mlmd/usePipelineRunMlmdContext.ts
Outdated
Show resolved
Hide resolved
frontend/src/concepts/pipelines/apiHooks/mlmd/usePipelineRunMlmdContext.ts
Outdated
Show resolved
Hide resolved
frontend/src/concepts/pipelines/content/pipelinesDetails/pipelineRun/runLogs/LogsTab.tsx
Outdated
Show resolved
Hide resolved
frontend/src/concepts/pipelines/topology/usePipelineTaskTopology.ts
Outdated
Show resolved
Hide resolved
frontend/src/concepts/pipelines/apiHooks/mlmd/usePipelineRunMlmdContext.ts
Outdated
Show resolved
Hide resolved
510405d
to
201fc97
Compare
frontend/src/concepts/pipelines/apiHooks/mlmd/useMlmdContext.ts
Outdated
Show resolved
Hide resolved
...d/src/concepts/pipelines/content/pipelinesDetails/pipelineRun/useExecutionsForPipelineRun.ts
Outdated
Show resolved
Hide resolved
201fc97
to
4d90c59
Compare
@jpuzz0 Updated the PR and let me know, if it looks good I can squash the commits. |
4d90c59
to
5016cf4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/unhold |
this looks good. /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Gkrumbach07, jpuzz0 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
JIRA: https://issues.redhat.com/browse/RHOAIENG-4544
Description
Read pipeline executions information from the mlmd service instead of parsing it by ourselves so it's more accurate. If the mlmd service is not available, it will fall back to our current logic.
How Has This Been Tested?
Test Impact
N/A, not sure how we should test the mlmd service, I can add it if needed after the PR gets reviewed.
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main