mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 18:31:15 +00:00
add verify-licenses.sh to the EXCLUDED_PATTERNS in make-rules/verify.sh
This commit is contained in:
parent
7e77252b0d
commit
066fd90f26
@ -35,6 +35,7 @@ EXCLUDED_PATTERNS=(
|
|||||||
"verify-linkcheck.sh" # runs in separate Jenkins job once per day due to high network usage
|
"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-*-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-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.
|
# Exclude generated-files-remake in certain cases, if they're running in a separate job.
|
||||||
|
Loading…
Reference in New Issue
Block a user