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.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 29 Mar, 2018 8 commits
-
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Komlo authored
Emit first node event after initialization on health status change
-
Chelsea Holland Komlo authored
-
Chelsea Komlo authored
Check file contents when determining if agent should reload TLS confi…
-
Preetha Appan authored
-
Alex Dadgar authored
Unmark drain when nodes hit their deadline and only batch/system left and add all job type integration test
-
- 28 Mar, 2018 22 commits
-
-
Michael Schurter authored
only service allocs should have health watched
-
Michael Schurter authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Michael Lange authored
UI: Read the task event message from the DisplayMessage prop
-
Michael Lange authored
-
Chelsea Komlo authored
Specify docker name in driver health messages
-
Preetha Appan authored
-
Chelsea Holland Komlo authored
-
Preetha authored
Allow to specify total memory on agent configuration
-
Preetha Appan authored
-
Chelsea Holland Komlo authored
-
Preetha Appan authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Chelsea Holland Komlo authored
Refactor checksum comparison, always set checksum if it is empty
-
Charlie Voiselle authored
* Added extra debug logging; extended timeout; added jitter. * small log changes * increase timeout * remove unneccessary uuid
-
- 27 Mar, 2018 10 commits
-
-
Michael Schurter authored
drainer: reset index when new job registered
-
Michael Schurter authored
demo: give agents unique names
-
Michael Schurter authored
client: always mark exited sys/svc allocs as failed
-
Michael Schurter authored
drain: fix draining of system jobs
-
Alex Dadgar authored
Create evals for system jobs when drain is unset
-
Alex Dadgar authored
This PR creates evals for system jobs when: * Drain is unset and mark eligible is true * Eligibility is restored to the node
-
Chelsea Holland Komlo authored
-
Michael Schurter authored
When restarts.attempts=0 was set in a jobspec a system or service alloc that exited with 0 status would be marked as `completed` instead of `failed`. Since system and service jobs are intended to run until stopped or updated, they should always be marked as failed when they exit even in cases where the exit code is 0.
-
Michael Schurter authored
Give demo agents unique names to improve `nomad node status` output. Since the agents default to the hostname, they all had the same name whether using the root or demo Vagrantfiles.
-
Michael Schurter authored
-