Increase Dockerfile build max-parallel (#14892)
This commit is contained in:
parent
fa2e8fc71d
commit
eb184a6c07
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yaml
vendored
4
.github/workflows/docker.yaml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 6
|
max-parallel: 10
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- dockerfile: "Dockerfile"
|
- dockerfile: "Dockerfile"
|
||||||
|
|
@ -133,7 +133,7 @@ jobs:
|
||||||
uses: nick-invision/retry@v3
|
uses: nick-invision/retry@v3
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 120
|
timeout_minutes: 120
|
||||||
retry_wait_seconds: 30
|
retry_wait_seconds: 60
|
||||||
max_attempts: 2 # retry once
|
max_attempts: 2 # retry once
|
||||||
command: |
|
command: |
|
||||||
docker build \
|
docker build \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue