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.
- 03 Sep, 2019 5 commits
-
-
Mahmood Ali authored
This fixes a bug where some packages tests run twice in CI, because they are subpackages of ones with dedicated jobs. For example, notice `client/allocrunner` tests ran in `test-client`[1] and `test-other`[2] despite them being in the same workflow[3]. [1] https://circleci.com/gh/hashicorp/nomad/5262 [2] https://circleci.com/gh/hashicorp/nomad/5261 [3] https://circleci.com/workflow-run/ee7a9167-8fc7-49a5-897c-6c967e966014
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Danielle authored
docker: Fix driver spec
-
Danielle Lancashire authored
hclspec.NewLiteral does not quote its values, which caused `3m` to be parsed as a nonsensical literal which broke the plugin loader during initialization. By quoting the value here, it starts correctly.
-
- 02 Sep, 2019 4 commits
-
-
Jasmine Dahilig authored
-
Danielle authored
Add default value "3m" to image_delay, making it consistent with docs.
-
Danielle authored
Remove unused canary param from MakeTaskServiceID
-
Zhiguang Wang authored
-
- 01 Sep, 2019 3 commits
- 31 Aug, 2019 3 commits
-
-
Evan Ercolano authored
-
Danielle authored
e2e: filter default AMI by OS
-
Danielle authored
ci: Migrate remaining jobs to CircleCI
-
- 30 Aug, 2019 15 commits
-
-
Preetha authored
rkt deprecation notice
-
Tim Gross authored
Add an OS tag to Packer builds of our e2e test AMIs and then filters by this in Terraform.
-
Preetha Appan authored
-
Lang Martin authored
-
Michael Schurter authored
consul: ignore connect services when syncing
-
Preetha Appan authored
-
Michael Schurter authored
Consul registers Connect services automatically, however Nomad thinks it owns them due to the _nomad prefix. Since the services are managed by Consul, Nomad needs to explicitly ignore them or otherwies they will be removed.
-
Tim Gross authored
-
Tim Gross authored
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle authored
chore: Remove Go Tests from Travis
-
Mahmood Ali authored
raw_exec: be defensive when disabled
-
Mahmood Ali authored
-
- 29 Aug, 2019 10 commits
-
-
Buck Doyle authored
-
Preetha Appan authored
-
Tim Gross authored
-
Tim Gross authored
-
Grégoire Delattre authored
This fixes the ExecTask definition to match with the DriverPlugin interface.
-
Mahmood Ali authored
schedulers: check all drivers on node
-
Danielle Lancashire authored
This commit removes the travis tests that duplicate ones ran in CircleCI.
-
Mahmood Ali authored
Ensure that no raw_exec task can run on a client where it's disabled, even if a flaw lead to client being assigned a raw_exec task unexpectedly.
-
Mahmood Ali authored
When checking driver feasability for an alloc with multiple drivers, we must check that all drivers are detected and healthy. Nomad 0.9 and 0.8 have a bug where we may check a single driver only, but which driver is dependent on map traversal order, which is unspecified in golang spec.
-
Mahmood Ali authored
-