mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Minor splits adjustments
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
6953b8167c
commit
66b05b04a2
1 changed files with 3 additions and 3 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Reference in a new issue