Increase concurrency in CI pipelines.

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2024-01-17 13:37:06 +00:00 committed by Pedro Algarvio
parent f777074849
commit 81905044bd

View file

@ -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"):