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.
- 10 Jan, 2019 2 commits
-
-
Mahmood Ali authored
ignore _JAVA_OPTIONS line in `java -version`, as it's relevant.
-
Mahmood Ali authored
-
- 09 Jan, 2019 16 commits
-
-
Chris Baker authored
added validation on client metadata keys
-
Alex Dadgar authored
Improve Kill handling on task runner
-
Alex Dadgar authored
-
Michael Schurter authored
Co-Authored-By:
dadgar <alex@hashicorp.com>
-
Chris Baker authored
-
Chris Baker authored
-
Michael Schurter authored
drain: fix node drain monitoring
-
Mahmood Ali authored
tests: run docker tests in macOS out of box
-
Mahmood Ali authored
Extract LXC from nomad
-
Mahmood Ali authored
drivers: avoid referencing client/structs package
-
Michael Schurter authored
Add another task events e2e test and fix test helper
-
Mahmood Ali authored
Fix a panic on node.Deregister fail
-
Mahmood Ali authored
-
Mahmood Ali authored
Fix Travis MacOS job
-
Alex Dadgar authored
This PR improves how killing a task is handled. Before the kill function directly orchestrated the killing and was only valid while the task was running. The new behavior is to mark the desired state and wait for the task runner to converge to that state.
-
Mahmood Ali authored
node.NodeResources is nil when operating against pre-0.9.
-
- 08 Jan, 2019 22 commits
-
-
Danielle Tomlinson authored
vendor: Update go-plugin
-
Michael Schurter authored
-
Michael Schurter authored
Before it was *exactly* N nodes which limited test portability between clusters.
-
Chris Baker authored
validation in the future
-
Chris Baker authored
config dir clarification
-
Mahmood Ali authored
Use `/tmp` as temporary directory for docker driver tests, so tests can run out of the box without any intervention. macOS sets tempdir as `/var`, which Docker does not whitelist as a path that can be bind-mounted.
-
Mahmood Ali authored
-
Mahmood Ali authored
drivers/exec: restrict devices exposed to tasks
-
Mahmood Ali authored
Allow scheduling mock job when running on MacOS (or Windows) hosts.
-
Michael Schurter authored
The whole approach to monitoring drains has ordering issues and lacks state to output useful error messages. AFAICT to get the tests passing reliably I needed to change the behavior of monitoring. Parts of these tests are skipped in CI, and they should be rewritten as e2e tests.
-
Michael Schurter authored
Emit Killing task events and add e2e tests
-
Mahmood Ali authored
Error expects an odd number of arguments, and panics otherwise.
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Danielle Tomlinson authored
This fixes a bug related to shutting down of GRPC plugin interfaces (more info: https://github.com/hashicorp/go-plugin/pull/88) This does not yet fix all test cases for subprocess leaking, but is a useful independant change.
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Michael Schurter authored
test: re-eanble periodic fingerprint test
-
Michael Schurter authored
We were just emitting Killed/Terminated events before. In v0.8 we emitted Killing/Killed, but lacked Terminated when explicitly stopping a task. This change makes it so Terminated is always included, whether explicitly stopping a task or it exiting on its own. New output: 2019-01-04T14:58:51-08:00 Killed Task successfully killed 2019-01-04T14:58:51-08:00 Terminated Exit Code: 130, Signal: 2 2019-01-04T14:58:51-08:00 Killing Sent interrupt 2019-01-04T14:58:51-08:00 Leader Task Dead Leader Task in Group dead 2019-01-04T14:58:49-08:00 Started Task started by client 2019-01-04T14:58:49-08:00 Task Setup Building Task Directory 2019-01-04T14:58:49-08:00 Received Task received by client Old (v0.8.6) output: 2019-01-04T22:14:54Z Killed Task successfully killed 2019-01-04T22:14:54Z Killing Sent interrupt. Waiting 5s before force killing 2019-01-04T22:14:54Z Leader Task Dead Leader Task in Group dead 2019-01-04T22:14:53Z Started Task started by client 2019-01-04T22:14:53Z Task Setup Building Task Directory 2019-01-04T22:14:53Z Received Task received by client
-
Michael Schurter authored
-
Chris Baker authored
tests appropriately
-
Michael Schurter authored
Test fix races
-