From 00289c340002078cfeeb405ce8814ad04560165d Mon Sep 17 00:00:00 2001 From: agl29 Date: Thu, 9 Jan 2025 12:22:25 +0530 Subject: [PATCH] [CI] Skip link checks which are blocked --- tools/ci/check_for_website_dead_links.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/ci/check_for_website_dead_links.sh b/tools/ci/check_for_website_dead_links.sh index ac78a8b0bfd..b33a8af261c 100755 --- a/tools/ci/check_for_website_dead_links.sh +++ b/tools/ci/check_for_website_dead_links.sh @@ -43,11 +43,12 @@ if [ "$?" -eq "0" ]; muffet http://localhost:1313/ \ --exclude "https://issues.cloudera.org*|http://localhost:8005|http://localhost:5555*|https://issues.apache.org/jira*|https://github.com*\ - |http://demo.gethue.com*|https://twitter.com/gethue|https://github.com*|https://cdn.gethue.com/downloads/*|https://pypi.org*" \ + |http://demo.gethue.com*|https://twitter.com/gethue|https://github.com*|https://cdn.gethue.com/downloads/*|https://pypi.org*\ + |https://stackoverflow.com/questions/*|https://cdn.gethue.com/uploads/2021/02/peek-log-streams.gif|https://docs.aws.amazon.com/*\ + |http://my.vertica.com/download/*" \ --ignore-fragments \ --timeout 15 \ --buffer-size 8192 \ - --concurrency 10 LINT_EXIT_CODE=$? kill $HUGO_PID