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.
- 22 Feb, 2019 17 commits
-
-
Mahmood Ali authored
Port some 0.8.7 alloc runner tests
-
Charlie Voiselle authored
Created .github; Added CoC
-
Charlie Voiselle authored
Set NextEval when making `failed-follow-up` evals
-
Mahmood Ali authored
When Vault token expires and task is restarted, emit `TaskRestartSignal` similar to v0.8.7
-
Mahmood Ali authored
-
Mahmood Ali authored
Port TestAllocRunner_RetryArtifact from https://github.com/hashicorp/nomad/blob/v0.8.7/client/alloc_runner_test.go#L610-L672 I changed the test name because it doesn't actually test that artifact hooks is retried
-
Mahmood Ali authored
-
Preetha authored
Support json logging for CLI output for agent
-
Preetha Appan authored
-
Charlie Voiselle authored
-
Charlie Voiselle authored
* caller should created eval id * prev/next eval used in failed-follow-up
-
Michael Schurter authored
Do not wrap errors from StartTask as that loses Recoverable
-
- 21 Feb, 2019 10 commits
-
-
Michael Schurter authored
Fixes restarting on recoverable errors from StartTask. Ports TestTaskRunner_Run_RecoverableStartError from 0.8 which discovered the bug.
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Fix regression by restarting on artifact download errors
-
Omar Khawaja authored
* reformat lxc guide * reformat lxc guide
-
Michael Schurter authored
docs: clarify use of toJSON for passwords
-
Preetha Appan authored
-
Mahmood Ali authored
Run Docker tests in Windows AppVeyor CI
-
Michael Schurter authored
Fixes #5347
-
Charlie Voiselle authored
This allows users to locate failed-follow-up evals more easily
-
- 20 Feb, 2019 13 commits
-
-
Danielle Tomlinson authored
docker: Avoid leaking containers during Reattach
-
Michael Schurter authored
tests: port TestAllocRunner_Destroy from 0.8
-
Michael Schurter authored
Also add destroy(ar) helper to fix a bunch of shutdown races in AR tests.
-
Danielle Tomlinson authored
Currently if a docker_logger cannot be reattached to, we will leak the container that was being used. This is problematic if e.g using static ports as it means you can never recover your task, or if a service is expensive to run and will then be running without supervision.
-
Michael Schurter authored
Track the download status of each artifact independently so that if only one of many artifacts fails to download, completed artifacts aren't downloaded again.
-
Danielle Tomlinson authored
Increase resiliency of docker driver logging
-
Michael Schurter authored
Co-Authored-By:
dantoml <dani@tomlinson.io>
-
Danielle Tomlinson authored
Sometimes the nomad docker_logger may be killed by a service manager when restarting the client for upgrades or reliability reasons. Currently if this happens, we leak the users container and try to reschedule over it. This commit adds a new step to the recovery process that will spawn a new docker logger process that will fetch logs from _the current timestamp_. This is to avoid restarting users tasks because our logging sidecar has failed.
-
Michael Schurter authored
0.9.0beta2 contains a regression where artifact download errors would not cause a task restart and instead immediately fail the task. This restores the pre-0.9 behavior of retrying all artifact errors and adds missing tests.
-
Michael Schurter authored
Adds a new helper and removes a duplicated test.
-
Danielle Tomlinson authored
Fix colored terminal output on Windows
-
Mahmood Ali authored
Replace IsTravis() references that is intended for more CI environments rather than for Travis environment specifically.
-
Mahmood Ali authored
-