Disable verify-godep-licenses.sh in hack/verify-all.sh

Also reenable in Makefile so Travis still runs it.
This commit is contained in:
Jeff Grafton 2016-03-10 23:30:40 -08:00
parent d94ff5b83a
commit 991f7446ac
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ all:
# make verify BRANCH=branch_x
verify:
KUBE_VERIFY_GIT_BRANCH=$(BRANCH) hack/verify-all.sh -v
hack/verify-godep-licenses.sh $(BRANCH) # Remove this after fixing issue #22843
.PHONY: verify
# Build and run tests.

View File

@ -27,6 +27,7 @@ SILENT=true
EXCLUDED_CHECKS=(
"verify-linkcheck.sh" # runs in separate Jenkins job once per day due to high network usage
"verify-generated-protobuf.sh" # TODO(smarterclayton) add when protobuf is part of direct generation
"verify-godep-licenses.sh" # Broken on Jenkins, issue #22843
)
function is-excluded {