mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
drop bazel from make verify QUICK=true
it's faster than ever, but also more pointless than ever. most future development has no need to run this
This commit is contained in:
parent
ac02163991
commit
f32bfe10b7
@ -72,12 +72,10 @@ if [[ ${EXCLUDE_READONLY_PACKAGE:-} =~ ^[yY]$ ]]; then
|
|||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Only run whitelisted fast checks in quick mode.
|
# Only run known fast checks in quick mode.
|
||||||
# These run in <10s each on enisoc's workstation, assuming that
|
# These ideally run in less than 10s.
|
||||||
# `make` had already been run.
|
|
||||||
QUICK_PATTERNS+=(
|
QUICK_PATTERNS+=(
|
||||||
"verify-api-groups.sh"
|
"verify-api-groups.sh"
|
||||||
"verify-bazel.sh"
|
|
||||||
"verify-boilerplate.sh"
|
"verify-boilerplate.sh"
|
||||||
"verify-external-dependencies-version.sh"
|
"verify-external-dependencies-version.sh"
|
||||||
"verify-vendor-licenses.sh"
|
"verify-vendor-licenses.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user