mirror of https://github.com/k3s-io/k3s
Merge pull request #55279 from spxtr/ImperialToSI
Automatic merge from submit-queue (batch tested with PRs 53747, 54528, 55279, 55251, 55311). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Stop running unit tests outside of Bazel. We tried this a while ago, but had to revert because Bazel did not have race detection. Now it does. Previous issue: #40602 and #52443 Relevant parties: @ixdy @mikedanese @smarterclayton @deads2k @liggitt /sig testing ```release-note NONE ```pull/6/head
commit
d1ba54479d
|
@ -55,7 +55,6 @@ make generated_files
|
|||
go install ./cmd/...
|
||||
./hack/install-etcd.sh
|
||||
|
||||
make test
|
||||
make test-cmd
|
||||
make test-integration
|
||||
./hack/test-update-storage-objects.sh
|
||||
|
|
Loading…
Reference in New Issue