From 3114d146d746d87c093e8d956a1233b07523f3fa Mon Sep 17 00:00:00 2001 From: Brice Dutheil Date: Wed, 10 Dec 2025 11:45:55 +0100 Subject: [PATCH] chore: Increase smoke tests splits --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81f123610c4..ed43960ad58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -728,7 +728,7 @@ test_smoke: GRADLE_PARAMS: "-PskipFlakyTests" CACHE_TYPE: "smoke" parallel: - matrix: *test_matrix_4 + matrix: *test_matrix_6 test_ssi_smoke: extends: .test_job @@ -739,7 +739,7 @@ test_ssi_smoke: DD_INJECT_FORCE: "true" DD_INJECTION_ENABLED: "tracer" parallel: - matrix: *test_matrix_4 + matrix: *test_matrix_6 test_smoke_graalvm: extends: .test_job