mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
Avoid running files-remake in verify-all
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
parent
8dd93ca94c
commit
14a0e86d1d
@ -36,6 +36,13 @@ EXCLUDED_PATTERNS=(
|
|||||||
"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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Exclude generated-files-remake in certain cases, if they're running in a separate job.
|
||||||
|
if [[ ${EXCLUDE_FILES_REMAKE:-} =~ ^[yY]$ ]]; then
|
||||||
|
EXCLUDED_PATTERNS+=(
|
||||||
|
"verify-generated-files-remake.sh" # run in a separate job
|
||||||
|
)
|
||||||
|
fi
|
||||||
|
|
||||||
# Exclude typecheck in certain cases, if they're running in a separate job.
|
# Exclude typecheck in certain cases, if they're running in a separate job.
|
||||||
if [[ ${EXCLUDE_TYPECHECK:-} =~ ^[yY]$ ]]; then
|
if [[ ${EXCLUDE_TYPECHECK:-} =~ ^[yY]$ ]]; then
|
||||||
EXCLUDED_PATTERNS+=(
|
EXCLUDED_PATTERNS+=(
|
||||||
|
Loading…
Reference in New Issue
Block a user