feature: reduce telemetry dependence. (#6276)

Co-authored-by: joyceliu <joyceliu@yunify.com>
This commit is contained in:
liujian
2024-11-26 11:31:35 +08:00
committed by GitHub
parent fa7c1340e3
commit d0483aa39a
30 changed files with 1958 additions and 113 deletions

View File

@@ -28,7 +28,7 @@ EXCLUDED_PATTERNS=(
"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-govet-levee.sh" # Do not run levee analysis by default while KEP-1933 implementation is in alpha.
"verify-licenses.sh"
# "verify-licenses.sh"
"verify-shellcheck.sh"
)