|
137 | 137 | // gates |
138 | 138 | // ----------------------------------------------------------------------------------------------------------------- |
139 | 139 | local gate_task_dict = { |
140 | | - "build": gpgate + platform_spec(no_jobs) + platform_spec({ |
141 | | - "linux:amd64:jdk-latest" : tier1 + provide(GPY_JVM_STANDALONE), |
142 | | - }), |
143 | 140 | "python-unittest": gpgate + platform_spec(no_jobs) + platform_spec({ |
144 | 141 | "linux:amd64:jdk21" : daily + t("01:00:00") + provide(GPY_JVM21_STANDALONE), |
145 | 142 | "linux:aarch64:jdk21" : daily + t("02:00:00") + provide(GPY_JVM21_STANDALONE), |
|
333 | 330 | # JDK, but there is nothing we can do about that. |
334 | 331 | "linux:amd64:jdk-latest" : on_demand + t("20:00:00"), |
335 | 332 | }), |
336 | | - "style": style_gate + platform_spec(no_jobs) + platform_spec({ |
| 333 | + "style": style_gate + task_spec({ tags:: "style,build,python-license" }) + platform_spec(no_jobs) + platform_spec({ |
| 334 | + "linux:amd64:jdk-latest" : tier1 + provide(GPY_JVM_STANDALONE), |
| 335 | + }), |
| 336 | + "style-ecj": style_gate + task_spec({ tags:: "style,ecjbuild" }) + platform_spec(no_jobs) + platform_spec({ |
337 | 337 | "linux:amd64:jdk-latest" : tier1, |
338 | 338 | }), |
339 | 339 | // tests with sandboxed backends for various modules (posix, sha3, ctypes, ...) |
340 | 340 | "python-unittest-sandboxed": gpgate_ee + platform_spec(no_jobs) + platform_spec({ |
341 | 341 | "linux:amd64:jdk-latest" : tier3, |
342 | 342 | }), |
343 | | - "python-svm-unittest-sandboxed": gpgate_ee + provide(GPYEE_NATIVE_STANDALONE) + platform_spec(no_jobs) + platform_spec({ |
344 | | - "linux:amd64:jdk-latest" : tier3, |
| 343 | + "python-svm-unittest-sandboxed": gpgate_ee + platform_spec(no_jobs) + platform_spec({ |
| 344 | + "linux:amd64:jdk-latest" : tier3 + provide(GPYEE_NATIVE_STANDALONE), |
345 | 345 | }), |
346 | 346 | "tox-example": gpgate_ee + require(GPYEE_NATIVE_STANDALONE) + platform_spec(no_jobs) + platform_spec({ |
347 | 347 | "linux:amd64:jdk-latest" : tier3, |
|
0 commit comments