mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Increase concurrency in CI pipelines.
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
f777074849
commit
81905044bd
1 changed files with 1 additions and 1 deletions
|
@ -656,7 +656,7 @@ def matrix(
|
|||
"functional": 3,
|
||||
"integration": 5,
|
||||
"scenarios": 1,
|
||||
"unit": 2,
|
||||
"unit": 4,
|
||||
}
|
||||
# On nightly and scheduled builds we don't want splits at all
|
||||
if workflow.lower() in ("nightly", "scheduled"):
|
||||
|
|
Loading…
Add table
Reference in a new issue