Minor splits adjustments

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-10-04 20:32:19 +01:00 committed by Pedro Algarvio
parent 6953b8167c
commit 66b05b04a2

View file

@ -621,10 +621,10 @@ def matrix(ctx: Context, distro_slug: str, full: bool = False):
"""
_matrix = []
_splits = {
"functional": 4,
"integration": 6,
"functional": 5,
"integration": 7,
"scenarios": 2,
"unit": 3,
"unit": 4,
}
for transport in ("zeromq", "tcp"):
if transport == "tcp":