mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
More parallelization
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
b3141c8507
commit
7b52e7114d
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -280,6 +280,7 @@ jobs:
|
|||
- prepare-ci
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
arch:
|
||||
- x86_64
|
||||
|
@ -328,6 +329,7 @@ jobs:
|
|||
- build-source-tarball
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
arch:
|
||||
- x86_64
|
||||
|
@ -380,6 +382,7 @@ jobs:
|
|||
- prepare-ci
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
arch:
|
||||
- x86
|
||||
|
@ -431,6 +434,7 @@ jobs:
|
|||
- build-source-tarball
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
arch:
|
||||
- x86
|
||||
|
@ -485,6 +489,7 @@ jobs:
|
|||
- prepare-ci
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
arch:
|
||||
- x86_64
|
||||
|
@ -535,6 +540,7 @@ jobs:
|
|||
- build-source-tarball
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
arch:
|
||||
- x86_64
|
||||
|
|
Loading…
Add table
Reference in a new issue