This repository has been archived by the owner on May 25, 2023. It is now read-only.
Refactor allocate
action to do allocation in job level
#598
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
sig/scheduling
Categorizes an issue or PR as relevant to SIG Scheduling.
Milestone
Is this a BUG REPORT or FEATURE REQUEST?:
/kind feature
Description:
Currently,
allocate
action does allocation task by task which dependent onjobOrder
. It's better to refactor to do allocation in job level: try to allocate/pipeline resource untilJobReady
.The text was updated successfully, but these errors were encountered: