|
191 | 191 | "windows:amd64:jdk-latest" : tier3, |
192 | 192 | }), |
193 | 193 | "python-svm-build": gpgate + platform_spec(no_jobs) + platform_spec({ |
194 | | - "linux:amd64:jdk-latest" : tier1 + provide(GPY_NATIVE_STANDALONE), |
| 194 | + "linux:amd64:jdk-latest" : tier2 + provide(GPY_NATIVE_STANDALONE), |
195 | 195 | "linux:aarch64:jdk-latest" : tier3 + provide(GPY_NATIVE_STANDALONE), |
196 | 196 | "darwin:aarch64:jdk-latest" : tier3 + provide(GPY_NATIVE_STANDALONE), |
197 | 197 | "windows:amd64:jdk-latest" : tier3 + provide(GPY_NATIVE_STANDALONE), |
|
242 | 242 | "linux:amd64:jdk-latest" : tier1, |
243 | 243 | }), |
244 | 244 | "python-unittest-retagger": ut_retagger + platform_spec(no_jobs) + batches(RETAGGER_SPLIT) + platform_spec({ |
245 | | - "linux:amd64:jdk-latest" : tier2 + require(GPY_NATIVE_STANDALONE), |
246 | | - "linux:aarch64:jdk-latest" : tier3 + require(GPY_NATIVE_STANDALONE), |
247 | | - "darwin:aarch64:jdk-latest" : tier3 + require(GPY_NATIVE_STANDALONE), |
248 | | - "windows:amd64:jdk-latest" : tier3 + require(GPY_NATIVE_STANDALONE), |
| 245 | + "linux:amd64:jdk-latest" : weekly + t("20:00:00"), |
| 246 | + "linux:aarch64:jdk-latest" : weekly + t("20:00:00"), |
| 247 | + "darwin:aarch64:jdk-latest" : weekly + t("20:00:00"), |
| 248 | + "windows:amd64:jdk-latest" : weekly + t("20:00:00"), |
249 | 249 | }), |
250 | 250 | "python-coverage-jacoco-tagged": cov_jacoco_tagged + batches(COVERAGE_SPLIT) + platform_spec(no_jobs) + platform_spec({ |
251 | 251 | "linux:amd64:jdk21" : weekly + t("20:00:00"), |
|
0 commit comments