File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
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" ),
You can’t perform that action at this time.
0 commit comments