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

Blocked evaluation fixes #4867

Merged
merged 6 commits into from
Nov 13, 2018
Merged

Blocked evaluation fixes #4867

merged 6 commits into from
Nov 13, 2018

Commits on Nov 7, 2018

  1. Duplicate blocked evals cancelling improved

    The old logic for cancelling duplicate blocked evaluations by job id had
    the issue where the newer evaluation could have additional node classes
    that it is (in)eligible for that we would not capture. This could make
    it such that cluster state could change such that the job would make
    progress but no evaluation was unblocked.
    dadgar committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    0397cbc View commit details
    Browse the repository at this point in the history
  2. Track jobs by namespace

    dadgar committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    19af9c9 View commit details
    Browse the repository at this point in the history
  3. fix test

    dadgar committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    2c6ea24 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. typo fix

    dadgar committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    361d384 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4847 from hashicorp/b-blocked-eval

    Blocked evaluation fixes
    dadgar committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    1e3a20f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Configuration menu
    Copy the full SHA
    8460726 View commit details
    Browse the repository at this point in the history