Skip to content

Commit 716bfab

Browse files
authored
fix: update test-docs to fail less randomly (#6464)
- Seems that the `make test-docs` is failing randomly. This updates the config and container version to reduce random failures. Signed-off-by: Gabe Alford <[email protected]>
1 parent deb20c6 commit 716bfab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hack/check-links.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ docker run --rm -v "$(pwd):/src" -v sdk-html:/src/website/public klakegg/hugo:0.
1111

1212
header_text "Checking links"
1313
# For config explanation: https://github.com/gjtorikian/html-proofer#special-cases-for-the-command-line
14-
docker run --rm -v sdk-html:/target klakegg/html-proofer:3.18.8 /target \
14+
docker run --rm -v sdk-html:/target klakegg/html-proofer:3.19.2 /target \
1515
--empty-alt-ignore \
1616
--http-status-ignore 429 \
1717
--allow_hash_href \
18-
--typhoeus '{"followlocation":true,"connecttimeout":600,"timeout":600}' \
18+
--typhoeus-config='{"ssl_verifypeer":false,"followlocation":true,"connecttimeout":600,"timeout":600}' \
19+
--hydra-config='{"max_concurrency":5}' \
1920
--url-ignore "/github.com\/operator-framework\/operator-sdk\/edit\/master\//,https://docs.github.com/en/get-started/quickstart/fork-a-repo,https://github.com/operator-framework/operator-sdk/settings/access"

0 commit comments

Comments
 (0)