From afde1fc2fbf664ea52fcb965f22b9ca4fc016d47 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 17 Oct 2023 06:50:55 +0100 Subject: [PATCH] Github is struggling with this much parallelism, it can't keep up. Signed-off-by: Pedro Algarvio --- tools/ci.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/ci.py b/tools/ci.py index 89b6ab106153..5e23b80f659f 100644 --- a/tools/ci.py +++ b/tools/ci.py @@ -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":