Skip to content

Commit a258243

Browse files
authored
Merge pull request kubernetes#85009 from oomichi/enable-verify-import-aliases
Enable verify-import-aliases check in CI
2 parents 1ca74c7 + 1b165fc commit a258243

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hack/make-rules/verify.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ EXCLUDED_PATTERNS=(
3434
"verify-all.sh" # this script calls the make rule and would cause a loop
3535
"verify-linkcheck.sh" # runs in separate Jenkins job once per day due to high network usage
3636
"verify-*-dockerized.sh" # Don't run any scripts that intended to be run dockerized
37-
"verify-import-aliases.sh" # to be run periodically by folks working on conformance tests
3837
)
3938

4039
# Exclude typecheck in certain cases, if they're running in a separate job.

0 commit comments

Comments
 (0)