mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Merge pull request #39105 from spxtr/morebazel
Automatic merge from submit-queue (batch tested with PRs 39609, 39105) Stop running most unit tests outside of bazel. Lets not duplicate our efforts. The two I still run here are the two we currently skip in bazel. We should fix those.
This commit is contained in:
commit
6261c1b3d6
@ -50,13 +50,11 @@ export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
|
|||||||
export LOG_LEVEL=4
|
export LOG_LEVEL=4
|
||||||
|
|
||||||
cd /go/src/k8s.io/kubernetes
|
cd /go/src/k8s.io/kubernetes
|
||||||
rm -rf Godeps/_workspace # Temporary until _workspace is fully obliterated
|
|
||||||
|
|
||||||
make generated_files
|
make generated_files
|
||||||
go install ./cmd/...
|
go install ./cmd/...
|
||||||
./hack/install-etcd.sh
|
./hack/install-etcd.sh
|
||||||
|
|
||||||
make test
|
|
||||||
make test-cmd
|
make test-cmd
|
||||||
make test-integration
|
make test-integration
|
||||||
./hack/test-update-storage-objects.sh
|
./hack/test-update-storage-objects.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user