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

[cherry-pick for release-1.10] improve: continue allocating if remain tasks is more than job's minMember #3629

Closed
wants to merge 4 commits into from

Commits on Jul 27, 2024

  1. improve: continue allocating if allocated pod less than minMember and…

    … tasks are not used up
    
    Signed-off-by: lowang-bh <[email protected]>
    lowang-bh committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    8fbc675 View commit details
    Browse the repository at this point in the history
  2. use string type of spec role, instead of taskID, because it is just s…

    …tring and has nothing to do with taskID
    
    Signed-off-by: lowang-bh <[email protected]>
    lowang-bh committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    6fb77fe View commit details
    Browse the repository at this point in the history
  3. improve: consider job's each task's min member

    Signed-off-by: lowang-bh <[email protected]>
    
    rebase from master
    
    Signed-off-by: lowang-bh <[email protected]>
    lowang-bh committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    c4d4c0e View commit details
    Browse the repository at this point in the history
  4. improve: parse and store task spec in taskInfo; pre-check if task has…

    … fit error so as to save predicating time
    
    fix comments: use taskRole to store the value of 'volcano.sh/task-spec' in taskInfo
    
    Signed-off-by: lowang-bh <[email protected]>
    
    Signed-off-by: lowang-bh <[email protected]>
    
    Signed-off-by: lowang-bh <[email protected]>
    lowang-bh committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    be7d3d7 View commit details
    Browse the repository at this point in the history