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:
Chao Xu
2016-10-11 16:18:50 -07:00
parent 3bda6884b8
commit d3c0d04285
7 changed files with 136 additions and 39 deletions

View File

@@ -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 {