Merge pull request #109859 from jasonbraganza/jasonbraganza-exclude-verify-licenses-from-umbrella-job

add verify-licenses.sh to the EXCLUDED_PATTERNS in make-rules/verify.sh
This commit is contained in:
Kubernetes Prow Robot 2022-05-06 11:27:04 -07:00 committed by GitHub
commit b15d3b629f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ EXCLUDED_PATTERNS=(
"verify-linkcheck.sh" # runs in separate Jenkins job once per day due to high network usage
"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
)
# Exclude generated-files-remake in certain cases, if they're running in a separate job.