-
Notifications
You must be signed in to change notification settings - Fork 59
RHOAIENG-39073: Add priority class support #946
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
RHOAIENG-39073: Add priority class support #946
Conversation
|
@kryanbeane: This pull request references RHOAIENG-39073 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.21.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #946 +/- ##
==========================================
+ Coverage 94.13% 94.21% +0.08%
==========================================
Files 24 24
Lines 2096 2128 +32
==========================================
+ Hits 1973 2005 +32
Misses 123 123 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0c54071 to
5e50ded
Compare
5e50ded to
634a03f
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pawelpaszki 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 |
158224f
into
project-codeflare:main
Issue link
https://issues.redhat.com/browse/RHOAIENG-39073
What changes have been made
Add support to configure a priority class label for Ray Jobs enabling Kueue preemption for jobs
Verification steps
Prerequisites
Setup
1. Create WorkloadPriorityClasses
2. Create ClusterQueue and LocalQueue
Test
Verify labels:
Expected:
kueue.x-k8s.io/queue-name: preemption-test-local-queuekueue.x-k8s.io/priority-class: low-prioritykueue.x-k8s.io/priority-class: high-priorityChecks