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.
- 13 Feb, 2020 1 commit
-
-
Kyle MacDonald authored
-
- 12 Feb, 2020 7 commits
-
-
Jeff Escalante authored
-
Seth Hoenig authored
command: use consistent CONSUL_HTTP_TOKEN name
-
Seth Hoenig authored
nomad: unset consul token on job register
-
Seth Hoenig authored
-
Seth Hoenig authored
Consul CLI uses CONSUL_HTTP_TOKEN, so Nomad should use the same. Note that consul-template uses CONSUL_TOKEN, which Nomad also uses, so be careful to preserve any reference to that in the consul-template context.
-
Seth Hoenig authored
-
Seth Hoenig authored
-
- 11 Feb, 2020 5 commits
-
-
Jeff Escalante authored
-
Jeff Escalante authored
-
Jeff Escalante authored
-
Drew Bailey authored
change log for remote pprof endpoints
-
Drew Bailey authored
-
- 10 Feb, 2020 7 commits
-
-
Mahmood Ali authored
changelog windows binaries being signed
-
Jeff Escalante authored
-
Jeff Escalante authored
-
Jeff Escalante authored
-
Jeff Escalante authored
-
Jeff Escalante authored
-
Mahmood Ali authored
Note that 0.10.4, nomad windows binaries will be signed. [ci skip]
-
- 07 Feb, 2020 6 commits
-
-
Jeff Escalante authored
-
Michael Lange authored
UI: Override the max-width on mobile to avoid losing space due to non-existent gutter menu
-
Michael Lange authored
UI: Explicit transparent bg on popover actions
-
Michael Lange authored
-
Michael Lange authored
-
Jeff Escalante authored
-
- 06 Feb, 2020 3 commits
-
-
Jeff Escalante authored
-
Jeff Escalante authored
-
Tim Gross authored
-
- 04 Feb, 2020 11 commits
-
-
Seth Hoenig authored
e2e: wait 2m rather than 10s after disabling consul acls
-
Michael Schurter authored
docs: #6065 shipped in v0.10.0, not v0.9.6
-
Michael Schurter authored
PR #6065 was intended to be backported to v0.9.6 to fix issue #6223. However it appears to have not been backported: * https://github.com/hashicorp/nomad/blob/v0.9.6/client/allocrunner/taskrunner/task_runner.go#L1349-L1351 * https://github.com/hashicorp/nomad/blob/v0.9.7/client/allocrunner/taskrunner/task_runner.go#L1349-L1351 The fix was included in v0.10.0: * https://github.com/hashicorp/nomad/blob/v0.10.0/client/allocrunner/taskrunner/task_runner.go#L1363-L1370
-
Drew Bailey authored
System sched e2e
-
Drew Bailey authored
-
Drew Bailey authored
-
Drew Bailey authored
-
Drew Bailey authored
-
Drew Bailey authored
-
Drew Bailey authored
-
Seth Hoenig authored
Pretty sure Consul / Nomad clients are often not ready yet after the ConsulACLs test disables ACLs, by the time the next test starts running. Running locally things tend to work, but in TeamCity this seems to be a recurring problem. However, when running locally sometimes I do see that the "show status" step after disabling ACLs, some nodes are still initializing, suggesting we're right on the border of not waiting long enough nomad node status ID DC Name Class Drain Eligibility Status 0e4dfce2 dc1 EC2AMAZ-JB3NF9P <none> false eligible ready 6b90aa06 dc2 ip-172-31-16-225 <none> false eligible ready 7068558a dc2 ip-172-31-20-143 <none> false eligible ready e0ae3c5c dc1 ip-172-31-25-165 <none> false eligible ready 15b59ed6 dc1 ip-172-31-23-199 <none> false eligible initializing Going to try waiting a full 2 minutes after disabling ACLs, hopefully that will help things Just Work. In the future, we should probably be parsing the output of the status checks and actually confirming all nodes are ready. Even better, maybe that's something shipyard will have built-in.
-