-
Notifications
You must be signed in to change notification settings - Fork 134
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
Scheduling controls on queues and labels #3751
Commits on Jun 24, 2024
-
WIP: Implemented scheduling controls on queues and labels. Label feat…
…ure not yet complete
Configuration menu - View commit details
-
Copy full SHA for 3d38ac0 - Browse repository at this point
Copy the full SHA 3d38ac0View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cdb6c83 - Browse repository at this point
Copy the full SHA cdb6c83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f7703 - Browse repository at this point
Copy the full SHA 44f7703View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54b50c1 - Browse repository at this point
Copy the full SHA 54b50c1View commit details -
Set demand for paused queues to be equal to current allocation.
Also renamed testfixture constants to be more consistent with others
Configuration menu - View commit details
-
Copy full SHA for fc8eee8 - Browse repository at this point
Copy the full SHA fc8eee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4aa595 - Browse repository at this point
Copy the full SHA b4aa595View commit details
Commits on Jul 17, 2024
-
Changing armadactl commands to kubectl-like cordon, uncordon. Adding …
…scheduling paused to constraints.
Configuration menu - View commit details
-
Copy full SHA for 4fe2e18 - Browse repository at this point
Copy the full SHA 4fe2e18View commit details
Commits on Jul 24, 2024
-
Fixed broken tests by fixing unfeasibleSchedulingKeys bug
We had a bug where unfeasibleSchedulingKeys was being populated incorrectly, which led to all jobs of a particular shape being banned for that scheduling round. By fixing this bug we also broke some tests which relied on UnsuccessfulJobSchedulingContexts being populated correctly. However, this data structure was only populated if a job was marked as unsuccessful because it's scheduling key was in unfeasibleSchedulingKeys. Fixing this bug should also fix inaccuracies in metrics, as well as provide better job scheduling reporting.
Configuration menu - View commit details
-
Copy full SHA for 6d284fb - Browse repository at this point
Copy the full SHA 6d284fbView commit details