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

Check for changes to affinity, constraints and spread during update #6703

Merged
merged 3 commits into from
Nov 19, 2019

Commits on Nov 19, 2019

  1. Check for changes to affinity and constraints

    Adds checks for affinity and constraint changes when determining if we
    should update inplace.
    
    refactor to check all levels at once
    
    check for spread changes when checking inplace update
    drewbailey committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    1607a20 View commit details
    Browse the repository at this point in the history
  2. DOCS: Spread stanza does not exist on task

    Fixes documentation inaccuracy for spread stanza placement. Spreads can
    only exist on the top level job struct or within a group.
    
    comment about nil assumption
    drewbailey committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    c87c641 View commit details
    Browse the repository at this point in the history
  3. update changelog

    drewbailey committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    4196b27 View commit details
    Browse the repository at this point in the history