-
Notifications
You must be signed in to change notification settings - Fork 138
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
add exclude nodes setting #813
Conversation
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## 2.x #813 +/- ##
============================================
+ Coverage 84.82% 85.10% +0.28%
- Complexity 1598 1622 +24
============================================
Files 135 135
Lines 5971 6003 +32
Branches 570 580 +10
============================================
+ Hits 5065 5109 +44
+ Misses 663 648 -15
- Partials 243 246 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 4 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
* add exclude nodes setting Signed-off-by: Yaliang Wu <ylwu@amazon.com> * fix duplicate nodes if node has both ml and data roles Signed-off-by: Yaliang Wu <ylwu@amazon.com> --------- Signed-off-by: Yaliang Wu <ylwu@amazon.com>
Description
Add exclude nodes setting.
If user don't want to run ML tasks on some ML nodes, they can use exclude the nodes with this setting.
Issues Resolved
#812
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.