Skip to content

Commit

Permalink
Stop running most unit tests outside of bazel.
Browse files Browse the repository at this point in the history
  • Loading branch information
spxtr committed Dec 21, 2016
1 parent 20003bd commit c4d0ecb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hack/jenkins/test-dockerized.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,12 @@ export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
export LOG_LEVEL=4

cd /go/src/k8s.io/kubernetes
rm -rf Godeps/_workspace # Temporary until _workspace is fully obliterated

make generated_files
go install ./cmd/...
./hack/install-etcd.sh

make test
make test WHAT="cmd/kubeadm/test cmd/libs/go2idl/openapi-gen/generators"
make test-cmd
make test-integration
./hack/test-update-storage-objects.sh

0 comments on commit c4d0ecb

Please sign in to comment.