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 Jan, 2019 8 commits
-
-
Michael Schurter authored
rkt: revert to pre-0.9 --cpu flag
-
Preetha authored
Make driver logging less redundant
-
Preetha Appan authored
-
Danielle Tomlinson authored
logmon: Reattach to existing loggers
-
Preetha Appan authored
Changes logging warnings/errors only if the state changes from healthy to unhealthy
-
Preetha Appan authored
-
Michael Schurter authored
test: porting TestTaskRunner_SimpleRun_Dispatch
-
Danielle Tomlinson authored
This commit prevents us from creating duplicate logmon hooks when restoring allocations by persisting the logmon reattach config using HookData.
-
- 15 Jan, 2019 17 commits
-
-
Michael Schurter authored
Porting test from 0.8 to 0.9.
-
Alex Dadgar authored
Nvidia runtime
-
Michael Schurter authored
See https://github.com/hashicorp/nomad/issues/3394#issuecomment-453296121 for details. During 0.9 development we switched to shares, but we'd prefer to maintain backward compat.
-
Chris Baker authored
docs: updated tense around fixed bug
-
oleksii.shyman authored
- docker fingerprint issues a docker api system info call to get the list of supported OCI runtimes. - OCI runtimes are reported as comma separated list of names - docker driver is aware of GPU runtime presence - docker driver throws an error when user tries to run container with GPU, when GPU runtime is not present - docker GPU runtime name is configurable
-
oleksii.shyman authored
- go-dockerclient is updated because of lack of "runtime" API field - docker/docker is updated because go-dockerclient depends on docker master branch
-
Alex Dadgar authored
make change to the 0.8.7 release date
-
Cathy Chang authored
-
Chris Baker authored
-
Danielle Tomlinson authored
executor: Always close stdout/stderr fifos
-
Danielle Tomlinson authored
docker: Terminate dockerlogger
-
Danielle Tomlinson authored
-
Michael Schurter authored
Port a bunch of pre-0.9 Consul tests to 0.9
-
Mahmood Ali authored
propagate logs to executor plugin
-
Danielle Tomlinson authored
Previously, we did not attempt to stop Docker Logger processes until DestroyTask, which means that under many circumstances, we will never successfully close the plugin client. This commit terminates the plugin process when `run` terminates, or when `DestroyTask` is called. Steps to repro: ``` $ nomad agent -dev $ nomad init $ nomad run example.nomad $ nomad stop example $ ps aux | grep nomad # See docker logger process running $ signal the dev agent $ ps aux | grep nomad # See docker logger process running ```
-
Mahmood Ali authored
-
Alex Dadgar authored
Plugins use parent loggers
-
- 14 Jan, 2019 8 commits
-
-
Nick Ethier authored
executor: streaming stats api
-
Michael Schurter authored
Skipping a failing one as I need to move to some other work and don't want to leave this work orphaned on my machine.
-
Michael Schurter authored
Ported from pre-0.9 tests.
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Restore a pre-0.9 test that asserts Consul services are deregistered before a task's shutdown delay.
-
Michael Schurter authored
Co-Authored-By:
nickethier <ncethier@gmail.com>
-
Nick Ethier authored
-
- 13 Jan, 2019 2 commits
-
-
Nick Ethier authored
-
Michael Schurter authored
use t.Logf instead of fmt.Printf Co-Authored-By:
nickethier <ncethier@gmail.com>
-
- 12 Jan, 2019 5 commits
-
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
plugins/driver: update driver interface to support streaming stats client/tr: use streaming stats api TODO: * how to handle errors and closed channel during stats streaming * prevent tight loop if Stats(ctx) returns an error drivers: update drivers TaskStats RPC to handle streaming results executor: better error handling in stats rpc docker: better control and error handling of stats rpc driver: allow stats to return a recoverable error
-