Skip to content

Commit a35f58f

Browse files
authored
build(ci): Increase the runners for test_smoke jobs as some were falling regularly (#8945)
1 parent 6e16a7a commit a35f58f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ test_smoke:
553553
GRADLE_PARAMS: "-PskipFlakyTests"
554554
CACHE_TYPE: "smoke"
555555
parallel:
556-
matrix: *test_matrix_2
556+
matrix: *test_matrix_4
557557

558558
test_ssi_smoke:
559559
extends: .test_job
@@ -564,7 +564,7 @@ test_ssi_smoke:
564564
DD_INJECT_FORCE: "true"
565565
DD_INJECTION_ENABLED: "tracer"
566566
parallel:
567-
matrix: *test_matrix_2
567+
matrix: *test_matrix_4
568568

569569
test_smoke_graalvm:
570570
extends: .test_job

0 commit comments

Comments
 (0)