From a961565d33a56a1f5300a1ed5164fe3c83c1edbe Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 2 May 2024 11:53:22 +0100 Subject: [PATCH] Bump integration tests chunks to 7 --- tools/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci.py b/tools/ci.py index b7c8469f19b..345acd736ca 100644 --- a/tools/ci.py +++ b/tools/ci.py @@ -660,7 +660,7 @@ def matrix( _matrix = [] _splits = { "functional": 4, - "integration": 5, + "integration": 7, "scenarios": 1, "unit": 4, }