Skip to content

Commit f3a30d0

Browse files
committed
Split python-unittest-retagger to 8 batches like python-tagged-unittests
1 parent 822cfca commit f3a30d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
local GRAAL_JDK_LATEST = "graal-jdk-latest",
102102
local TAGGED_UNITTESTS_SPLIT = 8,
103103
local COVERAGE_SPLIT = 3,
104+
local RETAGGER_SPLIT = 16,
104105

105106
// -----------------------------------------------------------------------------------------------------------------
106107
// gates
@@ -240,7 +241,7 @@
240241
"python-unittest-cpython": cpygate + platform_spec(no_jobs) + platform_spec({
241242
"linux:amd64:jdk-latest" : tier1,
242243
}),
243-
"python-unittest-retagger": ut_retagger + platform_spec(no_jobs) + platform_spec({
244+
"python-unittest-retagger": ut_retagger + platform_spec(no_jobs) + batches(RETAGGER_SPLIT) + platform_spec({
244245
"linux:amd64:jdk-latest" : tier3,
245246
"linux:aarch64:jdk-latest" : weekly + t("20:00:00"),
246247
"darwin:aarch64:jdk-latest" : weekly + t("20:00:00"),

0 commit comments

Comments
 (0)