mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 16:30:57 -04:00
Exclude KEP-1933 from verify-all.sh until after alpha status.
This commit is contained in:
parent
396b90f06c
commit
e67ab309b7
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ EXCLUDED_PATTERNS=(
|
|||
"verify-all.sh" # this script calls the make rule and would cause a loop
|
||||
"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.
|
||||
)
|
||||
|
||||
# Exclude generated-files-remake in certain cases, if they're running in a separate job.
|
||||
|
|
|
|||
Loading…
Reference in a new issue