Skip to content

Commit 06102f1

Browse files
committed
Split windows unittests after recent test additions
1 parent 16ad073 commit 06102f1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

ci.jsonnet

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@
199199
}),
200200
"python-svm-build": gpgate + platform_spec(no_jobs) + platform_spec({
201201
"linux:amd64:jdk-latest" : tier2 + provide(GPY_NATIVE_STANDALONE),
202+
"linux:aarch64:jdk-latest" : tier3 + provide(GPY_NATIVE_STANDALONE),
203+
"darwin:aarch64:jdk-latest" : tier3 + provide(GPY_NATIVE_STANDALONE),
204+
"windows:amd64:jdk-latest" : tier3 + provide(GPY_NATIVE_STANDALONE),
202205
}),
203206
"python-pgo-profile": gpgate_ee + platform_spec(no_jobs) + platform_spec({
204207
"linux:amd64:jdk-latest" : post_merge + t("01:30:00") + task_spec({
@@ -211,10 +214,10 @@
211214
}),
212215
"python-svm-unittest": gpgate + platform_spec(no_jobs) + platform_spec({
213216
"linux:amd64:jdk-latest" : tier2 + require(GPY_NATIVE_STANDALONE),
214-
"linux:aarch64:jdk-latest" : tier3 + provide(GPY_NATIVE_STANDALONE),
217+
"linux:aarch64:jdk-latest" : tier3 + require(GPY_NATIVE_STANDALONE),
215218
"darwin:amd64:jdk-latest" : daily + t("01:30:00") + provide(GPY_NATIVE_STANDALONE),
216-
"darwin:aarch64:jdk-latest" : tier3 + provide(GPY_NATIVE_STANDALONE),
217-
"windows:amd64:jdk-latest" : tier3 + provide(GPY_NATIVE_STANDALONE),
219+
"darwin:aarch64:jdk-latest" : tier3 + require(GPY_NATIVE_STANDALONE),
220+
"windows:amd64:jdk-latest" : tier3 + require(GPY_NATIVE_STANDALONE) + batches(2),
218221
}),
219222
"python-svm-unittest-bytecode-dsl": gpgate + platform_spec(no_jobs) + bytecode_dsl_gate("python-svm-unittest") + platform_spec({
220223
"linux:amd64:jdk-latest" : tier2 + provide(GPY_NATIVE_BYTECODE_DSL_STANDALONE),

0 commit comments

Comments
 (0)