Merge pull request #78836 from dims/verify-import-aliases-during-typecheck

Verify import aliases
This commit is contained in:
Kubernetes Prow Robot
2019-06-19 21:11:01 -07:00
committed by GitHub
16 changed files with 435 additions and 59 deletions

View File

@@ -35,6 +35,7 @@ EXCLUDED_PATTERNS=(
"verify-linkcheck.sh" # runs in separate Jenkins job once per day due to high network usage
"verify-test-owners.sh" # TODO(rmmh): figure out how to avoid endless conflicts
"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.