Merge pull request #85457 from BenTheElder/typecheck-fun

Typecheck support for verifying providerless build
This commit is contained in:
Kubernetes Prow Robot
2019-12-05 13:50:17 -08:00
committed by GitHub
4 changed files with 80 additions and 25 deletions

View File

@@ -39,7 +39,8 @@ EXCLUDED_PATTERNS=(
# Exclude typecheck in certain cases, if they're running in a separate job.
if [[ ${EXCLUDE_TYPECHECK:-} =~ ^[yY]$ ]]; then
EXCLUDED_PATTERNS+=(
"verify-typecheck.sh" # runs in separate typecheck job
"verify-typecheck.sh" # runs in separate typecheck job
"verify-typecheck-providerless.sh" # runs in separate typecheck job
)
fi