Skip to content

Commit

Permalink
Github is struggling with this much parallelism, it can't keep up.
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <[email protected]>
  • Loading branch information
s0undt3ch committed Oct 18, 2023
1 parent 8d18b4a commit afde1fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,10 +629,10 @@ def matrix(ctx: Context, distro_slug: str, full: bool = False):
"""
_matrix = []
_splits = {
"functional": 5,
"integration": 7,
"scenarios": 2,
"unit": 4,
"functional": 3,
"integration": 5,
"scenarios": 1,
"unit": 2,
}
for transport in ("zeromq", "tcp"):
if transport == "tcp":
Expand Down

0 comments on commit afde1fc

Please sign in to comment.