Skip to content

Commit

Permalink
chore(ci): Retry make check-component-docs check (vectordotdev#17718)
Browse files Browse the repository at this point in the history
This check seems to be flakey but we haven't been able to reliably
reproduce. Just retry for now. In
the future we hope to rewrite this script into Rust.

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

---------

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed Jun 21, 2023
1 parent dd2527d commit e8e7e04
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@ jobs:
run: make check-markdown
- name: Check Component Docs
if: needs.changes.outputs.source == 'true' || needs.changes.outputs.component_docs == 'true'
run: make check-component-docs
uses: nick-fields/retry@v2
with:
max_attempts: 10
timeout_seconds: 900
command: make check-component-docs
- name: Check Rust Docs
if: needs.changes.outputs.source == 'true'
run: cd rust-doc && make docs
Expand Down

0 comments on commit e8e7e04

Please sign in to comment.