Skip to content

Commit 57e7c0a

Browse files
Split jobs to more partitions to relax contention on prefs.
1 parent 111bd5a commit 57e7c0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ variables:
3636
value: "false"
3737
NON_DEFAULT_JVMS:
3838
description: "Enable tests on JVMs that are not the default"
39-
value: "false"
39+
value: "true"
4040
RUN_FLAKY_TESTS:
4141
description: "Enable flaky tests"
4242
value: "false"
@@ -652,7 +652,7 @@ test_inst:
652652
GRADLE_TARGET: ":instrumentationTest"
653653
CACHE_TYPE: "inst"
654654
parallel:
655-
matrix: *test_matrix_6
655+
matrix: *test_matrix_8
656656

657657
test_inst_latest:
658658
extends: .test_job_with_test_agent
@@ -664,7 +664,7 @@ test_inst_latest:
664664
- testJvm: ["8", "17", "21", "25"] # the latest "stable" version is LTS v25
665665
# Gitlab doesn't support "parallel" and "parallel:matrix" at the same time
666666
# This emulates "parallel" by including it in the matrix
667-
CI_SPLIT: [ "1/6", "2/6", "3/6", "4/6", "5/6", "6/6"]
667+
CI_SPLIT: [ "1/8", "2/8", "3/8", "4/8", "5/8", "6/8", "7/8", "8/8"]
668668

669669
test_flaky:
670670
extends: .test_job_with_test_agent
@@ -724,7 +724,7 @@ test_smoke:
724724
GRADLE_PARAMS: "-PskipFlakyTests"
725725
CACHE_TYPE: "smoke"
726726
parallel:
727-
matrix: *test_matrix_4
727+
matrix: *test_matrix_8
728728

729729
test_ssi_smoke:
730730
extends: .test_job
@@ -735,7 +735,7 @@ test_ssi_smoke:
735735
DD_INJECT_FORCE: "true"
736736
DD_INJECTION_ENABLED: "tracer"
737737
parallel:
738-
matrix: *test_matrix_4
738+
matrix: *test_matrix_8
739739

740740
test_smoke_graalvm:
741741
extends: .test_job

0 commit comments

Comments
 (0)