|
199 | 199 | }),
|
200 | 200 | "python-svm-build": gpgate + platform_spec(no_jobs) + platform_spec({
|
201 | 201 | "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), |
202 | 205 | }),
|
203 | 206 | "python-pgo-profile": gpgate_ee + platform_spec(no_jobs) + platform_spec({
|
204 | 207 | "linux:amd64:jdk-latest" : post_merge + t("01:30:00") + task_spec({
|
|
211 | 214 | }),
|
212 | 215 | "python-svm-unittest": gpgate + platform_spec(no_jobs) + platform_spec({
|
213 | 216 | "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), |
215 | 218 | "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), |
218 | 221 | }),
|
219 | 222 | "python-svm-unittest-bytecode-dsl": gpgate + platform_spec(no_jobs) + bytecode_dsl_gate("python-svm-unittest") + platform_spec({
|
220 | 223 | "linux:amd64:jdk-latest" : tier2 + provide(GPY_NATIVE_BYTECODE_DSL_STANDALONE),
|
|
0 commit comments