Skip to content

Commit 71b027e

Browse files
committed
Move bytecode DSL jobs from jdk21 to jdk-latest
1 parent 5fc5da7 commit 71b027e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci.jsonnet

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@
117117
"windows:amd64:jdk-latest" : tier3 + provide(GPY_JVM_STANDALONE),
118118
}),
119119
"python-unittest-bytecode-dsl": gpgate + platform_spec(no_jobs) + bytecode_dsl_gate("python-unittest") + platform_spec({
120-
"linux:amd64:jdk21" : daily + t("01:00:00"),
121-
"linux:aarch64:jdk21" : daily + t("01:00:00"),
122-
"darwin:aarch64:jdk21" : daily + t("01:00:00"),
120+
"linux:amd64:jdk-latest" : daily + t("01:00:00"),
121+
"linux:aarch64:jdk-latest" : daily + t("01:00:00"),
122+
"darwin:aarch64:jdk-latest" : daily + t("01:00:00"),
123123
}),
124124
"python-unittest-multi-context": gpgate + platform_spec(no_jobs) + platform_spec({
125125
"linux:amd64:jdk21" : daily + t("01:00:00") + require(GPY_JVM21_STANDALONE),
@@ -171,7 +171,7 @@
171171
"windows:amd64:jdk-latest" : tier3 + require(GRAAL_JDK_LATEST),
172172
}),
173173
"python-junit-bytecode-dsl": gpgate + platform_spec(no_jobs) + bytecode_dsl_gate("python-junit") + platform_spec({
174-
"linux:amd64:jdk21" : tier3 + require(GRAAL_JDK_LATEST),
174+
"linux:amd64:jdk-latest" : tier3 + require(GRAAL_JDK_LATEST),
175175
}),
176176
"python-junit-maven": gpgate_maven + platform_spec(no_jobs) + platform_spec({
177177
"linux:amd64:jdk21" : daily + t("00:30:00"),

0 commit comments

Comments
 (0)