Skip to content
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 priority to LocalQueue #2101

Closed
3 tasks
amy opened this issue Apr 29, 2024 · 2 comments
Closed
3 tasks

Add priority to LocalQueue #2101

amy opened this issue Apr 29, 2024 · 2 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@amy
Copy link
Contributor

amy commented Apr 29, 2024

What would you like to be added:
We would like to add priority to LocalQueue.

Why is this needed:
We have a need to introduce 2 dimensions of priority/preemption. Here is an example:

  • We have 2 types of workloads (A & B)
  • A should always preempt B
  • We also want ordering within A
  • We have an indefinite number of workload types where we don't want to statically define say 4 priorities (Ex: A-high-priority, A-low-priority, B-high-priority, B-low-priority)
  • So with the following submission order (Where A preempts all B): (A, workload priority 0) (B, 100) (A,100) (B,0) -> Queue order should be: (A,100) (A, 0) (B, 100) (B, 0)

Completion requirements:

This enhancement requires the following artifacts:

  • Design doc
  • API change
  • Docs update

The artifacts should be linked in subsequent comments.

@amy amy added the kind/feature Categorizes issue or PR as related to a new feature. label Apr 29, 2024
@tenzen-y
Copy link
Member

tenzen-y commented May 1, 2024

This is duplicated with #752
/close

@k8s-ci-robot
Copy link
Contributor

@tenzen-y: Closing this issue.

In response to this:

This is duplicated with #752
/close

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 kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants