Merge pull request #40594 from deads2k/restore-testing

Restore unit testing for staging repos
This commit is contained in:
Wojciech Tyczynski
2017-01-27 15:55:35 +01:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -55,6 +55,8 @@ make generated_files
go install ./cmd/...
./hack/install-etcd.sh
# bazel didn't like BUILD files in the staging repos, so we need to run unit tests
make test WHAT="./vendor/k8s.io/apimachinery/... ./vendor/k8s.io/apiserver/... ./vendor/k8s.io/client-go/..."
make test-cmd
make test-integration
./hack/test-update-storage-objects.sh