Increase Dockerfile build max-parallel (#14892)

This commit is contained in:
Glenn Jocher 2024-08-01 17:17:09 +02:00 committed by GitHub
parent fa2e8fc71d
commit eb184a6c07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 6
max-parallel: 10
matrix:
include:
- dockerfile: "Dockerfile"
@ -133,7 +133,7 @@ jobs:
uses: nick-invision/retry@v3
with:
timeout_minutes: 120
retry_wait_seconds: 30
retry_wait_seconds: 60
max_attempts: 2 # retry once
command: |
docker build \