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.
- 16 Oct, 2018 40 commits
-
-
Michael Schurter authored
from #4777 comments
-
Michael Schurter authored
Do not register mock_driver on release builds.
-
Michael Schurter authored
-
Nick Ethier authored
-
Michael Schurter authored
PR #4392 was merged to master *after* allocrunnerv2 was branched, so the client-specific portions must be ported from master to arv2.
-
Michael Schurter authored
Now passing the TaskDir struct to prestart hooks instead of just the root task dir itself as dispatch needs local/.
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Preetha Appan authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
client: fingerprint driver plugins
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
If ar.state.TaskStates has not been set, set it on the copy of ar.state. That keeps ar.state manipulations in one location and allows AllocState to only acquire read-locks.
-
Michael Schurter authored
Although the really exciting change is making WaitForRunning return the allocations that it started. This should cut down test boilerplate significantly.
-
Michael Schurter authored
Sadly can't move the fingerprint timeout tweak into the helper due to circular imports.
-