Skip to content

Commit

Permalink
chore: add retries to check-doc-links ci job (#9335)
Browse files Browse the repository at this point in the history
it often runs into transient network issues. a simple retry over the whole process works as low lift solution that we can evaluate over time
  • Loading branch information
hamidzr authored May 10, 2024
1 parent 80fac3d commit 758ffd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ jobs:
- attach_workspace:
at: .
- run:
command: make -C docs check-links
command: MAX_RETRIES=2 tools/scripts/retry.sh make -C docs check-links

publish-docs:
parameters:
Expand Down

0 comments on commit 758ffd7

Please sign in to comment.