Extend retry time for code-coverage upload (#20373)
This commit is contained in:
parent
fe8cdacebe
commit
a0232a5f02
2 changed files with 4 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -434,7 +434,7 @@ jobs:
|
||||||
directory: coverage/simplecov
|
directory: coverage/simplecov
|
||||||
fail_ci_if_error: ${{ github.ref != 'refs/heads/main' }}
|
fail_ci_if_error: ${{ github.ref != 'refs/heads/main' }}
|
||||||
attempt_limit: 5
|
attempt_limit: 5
|
||||||
attempt_delay: 30000
|
attempt_delay: 60000
|
||||||
- uses: Wandalen/wretry.action@master
|
- uses: Wandalen/wretry.action@master
|
||||||
with:
|
with:
|
||||||
action: codecov/codecov-action@v3
|
action: codecov/codecov-action@v3
|
||||||
|
|
@ -443,7 +443,7 @@ jobs:
|
||||||
directory: coverage/jest
|
directory: coverage/jest
|
||||||
fail_ci_if_error: ${{ github.ref != 'refs/heads/main' }}
|
fail_ci_if_error: ${{ github.ref != 'refs/heads/main' }}
|
||||||
attempt_limit: 5
|
attempt_limit: 5
|
||||||
attempt_delay: 30000
|
attempt_delay: 60000
|
||||||
- uses: Wandalen/wretry.action@master
|
- uses: Wandalen/wretry.action@master
|
||||||
with:
|
with:
|
||||||
action: codecov/codecov-action@v3
|
action: codecov/codecov-action@v3
|
||||||
|
|
@ -452,7 +452,7 @@ jobs:
|
||||||
directory: coverage/cypress
|
directory: coverage/cypress
|
||||||
fail_ci_if_error: ${{ github.ref != 'refs/heads/main' }}
|
fail_ci_if_error: ${{ github.ref != 'refs/heads/main' }}
|
||||||
attempt_limit: 5
|
attempt_limit: 5
|
||||||
attempt_delay: 30000
|
attempt_delay: 60000
|
||||||
|
|
||||||
CI-status-report:
|
CI-status-report:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
# NB: Run the following command to verify this file is valid
|
# NB: Run the following command to verify this file is valid
|
||||||
# > cat codecov.yml | curl --data-binary @- https://codecov.io/validate
|
# > cat codecov.yml | curl --data-binary @- https://codecov.io/validate
|
||||||
|
|
||||||
|
comment: false
|
||||||
codecov:
|
codecov:
|
||||||
ci:
|
ci:
|
||||||
- "!buildkite"
|
- "!buildkite"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue