Preetha
4518e4d8fb
Merge pull request #5223 from hashicorp/f-jobs-list-datacenters
...
Add Datacenters to the JobListStub struct
2019-01-24 08:13:30 -06:00
Nick Ethier
e2bc4f3f02
e2e/nomad09upgrade: remove test file that is not needed
2019-01-23 21:23:13 -05:00
Nick Ethier
4d29d5dd66
Merge pull request #5209 from hashicorp/f-driver-upgradepath-test
...
e2e tests for upgrade path to driver plugins
2019-01-23 21:03:29 -05:00
Nick Ethier
bed9efae44
Merge branch 'master' into f-driver-upgradepath-test
...
* master: (23 commits)
tests: avoid assertion in goroutine
spell check
ci: run checkscripts
tests: deflake TestRktDriver_StartWaitRecoverWaitStop
drivers/rkt: Remove unused github.com/rkt/rkt
drivers/rkt: allow development on non-linux
cli: Hide `nomad docker_logger` from help output
api: test api and structs are in sync
goimports until make check is happy
nil check node resources to prevent panic
tr: use context in as select statement
move pluginutils -> helper/pluginutils
vet
goimports
gofmt
Split hclspec
move hclutils
Driver tests do not use hcl2/hcl, hclspec, or hclutils
move reattach config
loader and singleton
...
2019-01-23 21:01:24 -05:00
Nick Ethier
790fec8666
e2e: removed unused code in nomade09upgrade suite
2019-01-23 20:54:23 -05:00
Alex Dadgar
d56ad039a7
Merge pull request #5231 from hashicorp/d-devices
...
Document devices
2019-01-23 17:47:24 -08:00
Alex Dadgar
6f22fc0203
spelling mistakes
2019-01-23 17:47:07 -08:00
Michael Schurter
d1b6b45c77
Update devices/gpu/nvidia/README.md
...
Co-Authored-By: dadgar <alex@hashicorp.com >
2019-01-23 17:44:24 -08:00
Nick Ethier
266252aef3
Merge branch 'f-driver-upgradepath-test' of https://github.com/hashicorp/nomad into f-driver-upgradepath-test
...
* 'f-driver-upgradepath-test' of https://github.com/hashicorp/nomad :
2019-01-23 20:29:08 -05:00
Nick Ethier
b958b88443
Merge pull request #5232 from hashicorp/f-driver-upgradepath-docker
...
drivers: add docker upgrade path and e2e test
2019-01-23 20:28:51 -05:00
Nick Ethier
b45f8b085b
Merge branch 'f-driver-upgradepath-test' of https://github.com/hashicorp/nomad into f-driver-upgradepath-test
...
* 'f-driver-upgradepath-test' of https://github.com/hashicorp/nomad :
Apply suggestions from code review
2019-01-23 20:26:32 -05:00
Nick Ethier
f059e9a9e5
Merge pull request #5233 from hashicorp/f-split-slowtests
...
ci: run seperate build jobs for slower packages
2019-01-23 16:31:55 -05:00
Alex Dadgar
c3bac9d94b
fix package import
2019-01-23 12:53:33 -08:00
Nick Ethier
f4ee18a608
ci: run seperate build jobs for slower packages
2019-01-23 15:39:34 -05:00
Nick Ethier
a9060f44eb
drivers: add docker upgrade path and e2e test
2019-01-23 14:44:42 -05:00
Nick Ethier
410bb28420
Merge pull request #5227 from hashicorp/b-client-highcpu-usage
...
Fix bug related to high cpu usage
2019-01-23 14:27:51 -05:00
Michael Schurter
35eff08386
Apply suggestions from code review
...
Co-Authored-By: nickethier <ncethier@gmail.com >
2019-01-23 14:09:49 -05:00
Alex Dadgar
8f514618ee
change example job a bit
2019-01-23 10:58:46 -08:00
Alex Dadgar
f3a2d26d40
fix docker runtime attribute
2019-01-23 10:58:46 -08:00
Alex Dadgar
2e65c95138
Json job
2019-01-23 10:58:46 -08:00
Alex Dadgar
81916181ac
nvidia device plugin docs
2019-01-23 10:58:46 -08:00
Alex Dadgar
8264f50c52
convert driver to device for device constraint/attributes
2019-01-23 10:58:45 -08:00
Alex Dadgar
81a415a054
link to resources page
2019-01-23 10:58:45 -08:00
Alex Dadgar
a0a52f6198
Device job stanza
2019-01-23 10:58:45 -08:00
Mahmood Ali
4781f1dd7b
Merge pull request #5229 from hashicorp/r-grabbag-201901019
...
Grab bag of small changes
2019-01-23 13:06:51 -05:00
Mahmood Ali
4817a89bd3
tests: avoid assertion in goroutine
2019-01-23 12:34:16 -05:00
Mahmood Ali
cabe5e90f2
spell check
2019-01-23 10:54:52 -05:00
Mahmood Ali
281d7bc170
ci: run checkscripts
...
`travis.sh` contained some bash-ism despite it being invoked with `sh`.
2019-01-23 10:54:52 -05:00
Mahmood Ali
9c94953c08
tests: deflake TestRktDriver_StartWaitRecoverWaitStop
2019-01-23 10:54:49 -05:00
Mahmood Ali
9d12fed365
drivers/rkt: Remove unused github.com/rkt/rkt
2019-01-23 10:53:49 -05:00
Mahmood Ali
597fb32dde
drivers/rkt: allow development on non-linux
...
Avoid depending on OS-specific library for some simple structs.
2019-01-23 10:53:49 -05:00
Danielle Tomlinson
f8788307f1
Merge pull request #5230 from hashicorp/dani/b-hide-docker_logger-command
...
cli: Hide `nomad docker_logger` from help output
2019-01-23 16:46:11 +01:00
Danielle Tomlinson
ccf0202ba7
cli: Hide nomad docker_logger from help output
2019-01-23 16:27:05 +01:00
Mahmood Ali
a348c01d96
api: test api and structs are in sync
...
Add some tests to ensure that api/structs values are in sync.
Given that vendoring libraries prune tests by default, test dependencies
aren't leaked to clients of the package - so it should be safe to add
such dependency without affecting api clients.
2019-01-23 10:00:17 -05:00
Michael Schurter
87f8dff1ef
Merge pull request #5196 from hashicorp/f-plugin-utils
...
Make plugins/shared external and make pluginutls/
2019-01-23 06:59:32 -08:00
Preetha
0723d2c306
Merge pull request #5225 from hashicorp/b-notaskevent-terminalallocs
...
Don't emit task events after alloc is in a terminal DesiredState
2019-01-23 08:54:10 -06:00
Preetha
4a421bb8c4
Merge pull request #5226 from hashicorp/b-node-status-panic
...
nil check node resources to prevent panic
2019-01-23 08:30:14 -06:00
Michael Schurter
158c74887e
goimports until make check is happy
2019-01-23 06:27:14 -08:00
Nick Ethier
66ac7050e1
e2e: remove unused script
2019-01-22 23:29:15 -05:00
Nick Ethier
14e5dc4e9e
Merge branch 'master' into f-driver-upgradepath-test
...
* master: (91 commits)
increase log level
CHANGELOG: added 0.9 ui changes
test: port TestTaskRunner_CheckWatcher_Restart
test: port RestartTask from 0.8
test: port SignalFailure test from 0.8
Rename TaskKillRequest/Response to TaskPreKillRequest/Response
Fix log comments
Rename TaskKillHook to TaskPreKillHook to more closely match usage
Fix comment
Rename TaskKillHook to TaskPreKillHook to more closely match usage
Update CHANGELOG.md
tests: deflake TestClientAllocations_GarbageCollect_Remote
tests: deflake client TestFS_Logs_TaskPending test
Update CHANGELOG.md
test: fix flaky garbage collect test
drivers: regen proto
api: avoid codegen for syncing
code review comments
revert unintended change
ar: return error from hooks if occured
...
2019-01-22 23:28:09 -05:00
Nick Ethier
47a1d73e46
e2e/nomad09upgrade: add comments
2019-01-22 23:25:27 -05:00
Preetha Appan
77225d1d1a
nil check node resources to prevent panic
2019-01-22 19:34:02 -06:00
Nick Ethier
f51b7f9942
tr: use context in as select statement
2019-01-22 20:11:39 -05:00
Michael Schurter
0d61ff0fb9
move pluginutils -> helper/pluginutils
...
I wanted a different color bikeshed, so I get to paint it
2019-01-22 15:50:08 -08:00
Alex Dadgar
dde175ab6a
vet
2019-01-22 15:44:31 -08:00
Alex Dadgar
95297c608c
goimports
2019-01-22 15:44:31 -08:00
Alex Dadgar
fe2fa21a7d
gofmt
2019-01-22 15:43:34 -08:00
Alex Dadgar
72f8851254
Split hclspec
2019-01-22 15:43:34 -08:00
Alex Dadgar
8be7057177
move hclutils
2019-01-22 15:43:34 -08:00
Alex Dadgar
e46d67a889
Driver tests do not use hcl2/hcl, hclspec, or hclutils
2019-01-22 15:43:34 -08:00