-
Notifications
You must be signed in to change notification settings - Fork 364
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
fix: use different modules for Trial and Cluster topology #9917
Conversation
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
import Section from 'components/Section'; | ||
import { Agent, Resource, SlotsRecord } from 'types'; | ||
|
||
import css from './Topology.module.scss'; |
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.
We need to restore the previous css file, too
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.
oops, thanks
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.
LGTM, thanks for the fix!
A note that this PR restores
webui/react/src/pages/ResourcePool/Topology.tsx
and webui/react/src/pages/ResourcePool/Topology.module.scss
from this PR
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9917 +/- ##
==========================================
- Coverage 59.23% 54.08% -5.16%
==========================================
Files 750 442 -308
Lines 104343 75821 -28522
Branches 3598 3598
==========================================
- Hits 61812 41009 -20803
+ Misses 42400 34680 -7720
- Partials 131 132 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Ticket
https://hpe-aiatscale.atlassian.net/browse/CM-517
Description
when we introduced trial detail topology, we use the same module, but for cluster topology we want to preserve the individual slot data.
Test Plan
Checklist
docs/release-notes/
See Release Note for details.