This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 04 Jun, 2020 4 commits
  2. 03 Jun, 2020 6 commits
    • Mahmood Ali's avatar
      Vendor gopsutil with go mod fix (#8108) · fa845c7a
      Mahmood Ali authored
      Point to gopsutil fork with shirou/gopsutil#889 changes. I used hashicorp/gopsutil rather than pointing to https://github.com/Lomanic/gopsutil/tree/issue832 directly just in case..
      fa845c7a
    • Mahmood Ali's avatar
      run go mod vendor (#8107) · 87d75f6a
      Mahmood Ali authored
      87d75f6a
    • Drew Bailey's avatar
      base podman e2e test and provisioning updates (#8104) · 40441df3
      Drew Bailey authored
      * initial setup for terrform to install podman task driver
      
      podman
      
      * Update e2e provisioning to support root podman
      
      Excludes setup for rootless podman. updates source ami to ubuntu 18.04
      Installs podman and configures podman varlink
      
      base podman test
      
      ensure client status running
      
      revert terraform directory changes
      
      * back out random go-discover go mod change
      
      * include podman varlink docs
      
      * address comments
      40441df3
    • Michael Lange's avatar
      Merge pull request #8103 from hashicorp/b-ui/remove-vendored-xterm · b8623b37
      Michael Lange authored
      Remove vendored xterm.js files
      b8623b37
    • Michael Lange's avatar
      Remove vendored xterm.js files · ea29d409
      Michael Lange authored
      ea29d409
    • Lang Martin's avatar
      Delayed evaluations for `stop_after_client_disconnect` can cause unwanted... · 422493f3
      Lang Martin authored
      Delayed evaluations for `stop_after_client_disconnect` can cause unwanted extra followup evaluations around job garbage collection (#8099)
      
      * client/heartbeatstop: reversed time condition for startup grace
      
      * scheduler/generic_sched: use `delayInstead` to avoid a loop
      
      Without protecting the loop that creates followUpEvals, a delayed eval
      is allowed to create an immediate subsequent delayed eval. For both
      `stop_after_client_disconnect` and the `reschedule` block, a delayed
      eval should always produce some immediate result (running or blocked)
      and then only after the outcome of that eval produce a second delayed
      eval.
      
      * scheduler/reconcile: lostLater are different than delayedReschedules
      
      Just slightly. `lostLater` allocs should be used to create batched
      evaluations, but `handleDelayedReschedules` assumes that the
      allocations are in the untainted set. When it creates the in-place
      updates to those allocations at the end, it causes the allocation to
      be treated as running over in the planner, which causes the initial
      `stop_after_client_disconnect` evaluation to be retried by the worker.
      422493f3
  3. 02 Jun, 2020 11 commits
  4. 01 Jun, 2020 19 commits