mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Temporarily ignore some verify failures in go1.18"
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
parent
95e30f66c3
commit
031da66841
@ -35,6 +35,10 @@ 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-generated-stable-metrics.sh" # TODO(dims) Need to get this running with golang 1.18
|
||||
"verify-golangci-lint.sh" # TODO(dims) Need to get this running with golang 1.18
|
||||
"verify-govet.sh" # TODO(dims) Need to get this running with golang 1.18
|
||||
"verify-structured-logging.sh" # TODO(dims) Need to get this running with golang 1.18
|
||||
)
|
||||
|
||||
# Exclude generated-files-remake in certain cases, if they're running in a separate job.
|
||||
|
Loading…
Reference in New Issue
Block a user