Merge pull request #85009 from oomichi/enable-verify-import-aliases

Enable verify-import-aliases check in CI
This commit is contained in:
Kubernetes Prow Robot 2019-11-09 12:23:39 -08:00 committed by GitHub
commit a258243f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,6 @@ EXCLUDED_PATTERNS=(
"verify-all.sh" # this script calls the make rule and would cause a loop
"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-import-aliases.sh" # to be run periodically by folks working on conformance tests
)
# Exclude typecheck in certain cases, if they're running in a separate job.