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.
- 04 Jan, 2019 5 commits
-
-
Chris Baker authored
-
Chris Baker authored
-
Chris Baker authored
upstream fixes for accept-loop error handling
-
Mahmood Ali authored
Restore some `exec` behavior
-
Mahmood Ali authored
-
- 03 Jan, 2019 20 commits
-
-
Preetha Appan authored
-
Preetha authored
-
Preetha authored
-
Michael Schurter authored
WIP: fix failing tests caused by async driver manager
-
Preetha Appan authored
-
Mahmood Ali authored
Restores pre-0.9 behavior, where Nomad makes /dev available to exec task. Switching to libcontainer, we accidentally made only a small subset available. Here, we err on the side of preserving behavior of 0.8, instead of going for the sensible route, where only a reasonable subset of devices is mounted by default and user can opt to request more.
-
Mahmood Ali authored
libcontainer based drivers (e.g. exec, java) should default to running processes as `nobody` [1]; but libcontainer treats empty user as `root` in our case (either because of default or due to `root` being current user). [1] https://github.com/hashicorp/nomad/blob/94c28a4c6cc45f1b377d50a6bff2017b46c43d18/website/source/docs/job-specification/task.html.md#task-parameters
-
Preetha authored
-
Preetha authored
-
Preetha authored
-
Danielle Tomlinson authored
allocrunner: Standardised discard logs
-
Preetha Appan authored
-
Preetha authored
taskrunner: Persist environment from hooks
-
Danielle Tomlinson authored
Fix `make check`
-
Danielle Tomlinson authored
Follow up from https://github.com/hashicorp/nomad/pull/5007#pullrequestreview-186739124
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
drivers: Cleanup root user fingerprinting
-
Danielle Tomlinson authored
https://github.com/hashicorp/nomad/pull/5032 introduced a regression where the origHookState was used in place of the response from the hook.
-
- 20 Dec, 2018 15 commits
-
-
Preetha authored
e2e tests for spread stanza
-
Alex Dadgar authored
Store device envs separately and pass to drivers
-
Preetha Appan authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
client: add proper build flag to allocrunner testing.go
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
This is an unrecoverable error, so we should only do this check once, rather than returning unhealthy constantly.
-
Danielle Tomlinson authored
This is an unrecoverable error, so we should only do this check once, rather than returning unhealthy constantly.
-
Danielle Tomlinson authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
ci: use gotestsum for running tests
-
Preetha Appan authored
-