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

improve: continue allocating if remain tasks is more than job's minMember #3430

Merged
merged 4 commits into from
Jul 15, 2024

Commits on Jun 15, 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 Jun 15, 2024
    Configuration menu
    Copy the full SHA
    f82c6dd 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 Jun 15, 2024
    Configuration menu
    Copy the full SHA
    7557262 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 Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0d511ce View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. 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 13, 2024
    Configuration menu
    Copy the full SHA
    23c5d4c View commit details
    Browse the repository at this point in the history