mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +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:
		@@ -72,12 +72,10 @@ if [[ ${EXCLUDE_READONLY_PACKAGE:-} =~ ^[yY]$ ]]; then
 | 
			
		||||
    )
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Only run whitelisted fast checks in quick mode.
 | 
			
		||||
# These run in <10s each on enisoc's workstation, assuming that
 | 
			
		||||
# `make` had already been run.
 | 
			
		||||
# Only run known fast checks in quick mode.
 | 
			
		||||
# These ideally run in less than 10s.
 | 
			
		||||
QUICK_PATTERNS+=(
 | 
			
		||||
  "verify-api-groups.sh"
 | 
			
		||||
  "verify-bazel.sh"
 | 
			
		||||
  "verify-boilerplate.sh"
 | 
			
		||||
  "verify-external-dependencies-version.sh"
 | 
			
		||||
  "verify-vendor-licenses.sh"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user