deads2k
ec6a6f6265
run unit tests with go, not just bazel
2017-01-27 10:00:01 -05:00
deads2k
a7c325f7ad
restore unit testing for the staging repos
2017-01-27 08:18:19 -05:00
Joe Finney
2d3ce59c45
No more unit tests to skip.
2016-12-27 16:19:43 -08:00
Joe Finney
c4d0ecb924
Stop running most unit tests outside of bazel.
2016-12-21 14:35:58 -08:00
Jeff Grafton
0d9d623f04
Build vendored copy of go-bindata and use that in go generate step
...
Additionally remove all instances of `go get`ing go-bindata
2016-11-30 22:23:40 -08:00
Jeff Grafton
42d2aca7bb
Download go-bindata in unit/verify/node e2e Jenkins builds
2016-08-03 13:23:41 -07:00
Tim Hockin
1bd3918c15
Overhaul deps on generator tools
...
This forces a regeneration if the generation tools are rebuilt.
Also clean up Makefile a bit.
2016-07-12 21:52:54 -07:00
Tim Hockin
faeef5c4ae
Use make as the main build tool
...
This allows us to start building real dependencies into Makefile.
Leave old hack/* scripts in place but advise to use 'make'. There are a few
rules that call things like 'go run' or 'build/*' that I left as-is for now.
2016-07-12 21:52:00 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Mike Danese
2c93ea5dcc
Merge pull request #27289 from mikedanese/split-verify
...
split verify out of unit/integration suite
2016-06-16 19:37:06 -07:00
Mike Danese
ee34c7695f
split verify out of unit/integration suite
2016-06-16 18:23:03 -07:00
Jeff Grafton
65e10cf50c
Avoid duplicate building in Jenkins unit/integration job
2016-06-10 16:42:17 -07:00
Tim Hockin
537602d296
Get rid of _workspace in jenkins
2016-05-08 20:30:38 -07:00
Tim Hockin
cbf886c7f4
Convert everything to use vendor/
2016-05-08 20:30:37 -07:00
Jeff Grafton
d82a8cb282
Add a verify check to check Jenkins job config changes
2016-04-12 16:49:28 -07:00
Erick Fejta
0c0722373c
Retry intermittent failures in test-dockerized.sh during go get
2016-03-30 11:44:35 -07:00
Jeff Grafton
2d9671cf27
Revert "Pin to godep v58 in Jenkins unit/integration"
...
This reverts commit 70813d6bb5
.
2016-03-21 17:19:55 -07:00
Jeff Grafton
0d65d310fe
Enter /go/src/k8s.io/kubernetes before building/running tests
...
Also print godep version after installing it.
2016-03-21 17:19:55 -07:00
Jeff Grafton
70813d6bb5
Pin to godep v58 in Jenkins unit/integration
2016-03-18 12:45:12 -07:00
Mike Danese
2857baa7fd
use defaults in test-dockerized for etcd prefix and api versions
...
Test more things
2016-02-16 15:46:22 -08:00
Jeff Grafton
52a6252431
Don't limit `go test` to only 2 cores
2015-12-27 17:21:40 -08:00
Jeff Lowdermilk
39965b67ce
Move branch-specific test env out of the kubekins-test image
2015-10-30 11:12:47 -07:00
Jeff Lowdermilk
04e891c7d3
Modify jenkins unit/integration scripts to work on branches
...
Also add a makefile. This will need a cherrypick onto 1.0,1.1
with edits to hack/jenkins/test-dockerized.sh to run branch-specific
test scripts.
Also had to modify hack/verify-api-reference.sh to handle volume mount
path peculiarity when doing `docker run -v` inside a container started
with `docker run -v`. See associated comment in
hack/jenkins/test-dockerized.sh
2015-10-29 11:08:35 -07:00