Merge pull request #78 from vmarmol/master
Run all tests in cAdvisor without calling them out
This commit is contained in:
commit
d9365b025e
@ -8,11 +8,5 @@ before_script:
|
|||||||
- sudo dpkg -i influxdb_latest_amd64.deb
|
- sudo dpkg -i influxdb_latest_amd64.deb
|
||||||
- sudo service influxdb start
|
- sudo service influxdb start
|
||||||
script:
|
script:
|
||||||
- go test -v -race github.com/google/cadvisor/container
|
- go test -v -race github.com/google/cadvisor/...
|
||||||
- go test -v -race github.com/google/cadvisor/info
|
|
||||||
- go test -v -race github.com/google/cadvisor/client
|
|
||||||
- go test -v -race github.com/google/cadvisor/sampling
|
|
||||||
- go test -v -race github.com/google/cadvisor/storage/memory
|
|
||||||
- go test -v -race github.com/google/cadvisor/storage/influxdb
|
|
||||||
- go test -v -race github.com/google/cadvisor/manager
|
|
||||||
- go build github.com/google/cadvisor
|
- go build github.com/google/cadvisor
|
||||||
|
Loading…
Reference in New Issue
Block a user