Merge pull request #116248 from pohly/test-govet-levee

verify: include "govet-levee" in normal "make verify"
This commit is contained in:
Kubernetes Prow Robot 2023-03-07 07:21:12 -08:00 committed by GitHub
commit e706788455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@ source "${KUBE_ROOT}/third_party/forked/shell2junit/sh2ju.sh"
EXCLUDED_PATTERNS=(
"verify-all.sh" # this script calls the make rule and would cause a loop
"verify-*-dockerized.sh" # Don't run any scripts that intended to be run dockerized
"verify-govet-levee.sh" # Do not run levee analysis by default while KEP-1933 implementation is in alpha.
"verify-licenses.sh" # runs in a separate job to monitor availability of the dependencies periodically
)