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.
- 11 Apr, 2019 4 commits
-
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
- 23 Jan, 2019 1 commit
-
-
Michael Schurter authored
-
- 22 Jan, 2019 4 commits
-
-
Michael Schurter authored
I wanted a different color bikeshed, so I get to paint it
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 12 Jan, 2019 6 commits
-
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Michael Schurter authored
Co-Authored-By:
preetapan <preetha@hashicorp.com>
-
Preetha Appan authored
-
Preetha Appan authored
Added a unit test with custom statedb implementation that errors, to use to verify destroy errors
-
- 10 Jan, 2019 1 commit
-
-
Mahmood Ali authored
-
- 08 Jan, 2019 2 commits
-
-
Mahmood Ali authored
Allow scheduling mock job when running on MacOS (or Windows) hosts.
-
Mahmood Ali authored
-
- 20 Dec, 2018 1 commit
-
-
Michael Schurter authored
-
- 19 Dec, 2018 2 commits
-
-
Michael Schurter authored
Re-enabling and updating an old test. Able to cut out a ton of extra work by using WaitForRunning which does almost everything this test needs.
-
Nick Ethier authored
-
- 18 Dec, 2018 1 commit
-
-
Danielle Tomlinson authored
-
- 11 Dec, 2018 1 commit
-
-
Mahmood Ali authored
Fixes a bug where a driver health and attributes are never updated from their initial status. If a driver started unhealthy, it may never go into a healthy status.
-
- 01 Dec, 2018 1 commit
-
-
Danielle Tomlinson authored
This removes a cyclical dependency when importing client/structs from dependencies of the plugin_loader, specifically, drivers. Due to client/config also depending on the plugin_loader. It also better reflects the ownership of fingerprint structs, as they are fairly internal to the fingerprint manager.
-
- 30 Nov, 2018 1 commit
-
-
Danielle Tomlinson authored
-
- 16 Nov, 2018 2 commits
-
-
Mahmood Ali authored
-
Mahmood Ali authored
This change makes few compromises: * Looks up the devices associated with tasks at look up time. Given that `nomad alloc status` is called rarely generally (compared to stats telemetry and general job reporting), it seems fine. However, the lookup overhead grows bounded by number of `tasks x total-host-devices`, which can be significant. * `client.Client` performs the task devices->statistics lookup. It passes self to alloc/task runners so they can look up the device statistics allocated to them. * Currently alloc/task runners are responsible for constructing the entire RPC response for stats * The alternatives for making task runners device statistics aware don't seem appealing (e.g. having task runners contain reference to hostStats) * On the alloc aggregation resource usage, I did a naive merging of task device statistics. * Personally, I question the value of such aggregation, compared to costs of struct duplication and bloating the response - but...
-
- 14 Nov, 2018 1 commit
-
-
Mahmood Ali authored
-
- 13 Nov, 2018 2 commits
-
-
Mahmood Ali authored
Tests expect that as soon as eventer shuts down immediately on context cancellations; but golang does not guarantee priority when multiple pending channels are ready in a select statement.
-
Mahmood Ali authored
The default job here contains some exec task config (for setting command and args) that aren't used for mock driver. Now, the alloc runner seems stricter about validating fields and errors on unexpected fields. Updating configs in tests so we can have an explicit task config whenever driver is set explicitly.
-
- 17 Oct, 2018 1 commit
-
-
Michael Schurter authored
-
- 16 Oct, 2018 2 commits
-
-
Nick Ethier authored
-
Alex Dadgar authored
-
- 13 Sep, 2018 1 commit
-
-
Alex Dadgar authored
-
- 13 Jun, 2018 1 commit
-
-
Alex Dadgar authored
-
- 12 Jun, 2018 1 commit
-
-
Alex Dadgar authored
-
- 31 May, 2018 1 commit
-
-
Chelsea Holland Komlo authored
-
- 18 Apr, 2018 1 commit
-
-
Michael Schurter authored
`make release` and `make prerelease` set a `release` tag to disable enabling the `mock_driver`
-
- 12 Apr, 2018 2 commits
-
-
Chelsea Holland Komlo authored
-
Alex Dadgar authored
-