We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f692ec commit aadfbe4Copy full SHA for aadfbe4
ci.jsonnet
@@ -248,7 +248,7 @@
248
"windows:amd64:jdk-latest" : tier3 + require(GRAAL_JDK_LATEST),
249
}),
250
"python-junit-bytecode-dsl": gpgate + platform_spec(no_jobs) + bytecode_dsl_gate("python-junit") + platform_spec({
251
- "linux:amd64:jdk21" : tier3 + require(GRAAL_JDK_LATEST),
+ "linux:amd64:jdk21" : daily + require(GRAAL_JDK_LATEST),
252
253
"python-junit-maven": gpgate_maven + platform_spec(no_jobs) + platform_spec({
254
"linux:amd64:jdk21" : daily + t("00:30:00"),
0 commit comments