mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
vendor updates
This commit is contained in:
9
vendor/k8s.io/kubernetes/build/root/.bazelrc
generated
vendored
9
vendor/k8s.io/kubernetes/build/root/.bazelrc
generated
vendored
@ -1,3 +1,5 @@
|
||||
startup --expand_configs_in_place
|
||||
|
||||
# Show us information about failures.
|
||||
build --verbose_failures
|
||||
test --test_output=errors
|
||||
@ -13,4 +15,9 @@ build --sandbox_tmpfs_path=/tmp
|
||||
build --sandbox_fake_username
|
||||
|
||||
# Enable go race detection.
|
||||
test --features=race
|
||||
test:unit --features=race
|
||||
test:unit --test_tag_filters=-e2e,-integration
|
||||
test:unit --flaky_test_attempts=3
|
||||
|
||||
test:integration --local_test_jobs 4
|
||||
test:integration --test_tag_filters=integration
|
||||
|
Reference in New Issue
Block a user