add update-staging-client-go.sh and verify-staging-client-go.sh;
disable verify-staging-client-go.sh until 1.5 code freeze
This commit is contained in:
@@ -25,6 +25,7 @@ source "${KUBE_ROOT}/cluster/lib/util.sh"
|
||||
EXCLUDED_CHECKS=(
|
||||
"verify-linkcheck.sh" # runs in separate Jenkins job once per day due to high network usage
|
||||
"verify-govet.sh" # it has a separate make vet target
|
||||
"verify-staging-client-go.sh" # TODO: enable the script after 1.5 code freeze
|
||||
)
|
||||
|
||||
function is-excluded {
|
||||
|
Reference in New Issue
Block a user