Skip to content

Commit

Permalink
[chore] make codecov upload retrying more resilient (#23851)
Browse files Browse the repository at this point in the history
Move from retrying 5 times to retrying 10 times, and delays between
retries from 10 to 15s.

This is based off the recent failures witnessed here:

https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/5416168149/jobs/9845939438?pr=23845
  • Loading branch information
atoulme authored Jul 5, 2023
1 parent 1e09624 commit 6d269e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ jobs:
with: |
fail_ci_if_error: true
verbose: true
attempt_limit: 5
attempt_delay: 10000
attempt_limit: 10
attempt_delay: 15000

integration-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6d269e5

Please sign in to comment.