Skip to content

Commit fecc060

Browse files
committed
espresso: move JDK 21 gates to on demand [GR-64739]
1 parent 97c3611 commit fecc060

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

espresso/ci/ci.jsonnet

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
vm_guard_includes: [],
1010

1111
local espresso_compiler_stub_gate = common.eclipse + common.jdt + common.predicates(true, false, false) +
12-
common.espresso_gate(allow_warnings=false, tags='style,fullbuild', timelimit='35:00', name='gate-espresso-compiler-stub-style-jdk21-linux-amd64') + {
12+
# [GR-64739] move espresso JDK 21 gates to on demand
13+
# common.espresso_gate(allow_warnings=false, tags='style,fullbuild', timelimit='35:00', name='gate-espresso-compiler-stub-style-jdk21-linux-amd64') + {
14+
common.espresso_gate(allow_warnings=false, tags='style,fullbuild', timelimit='35:00', name='ondemand-espresso-compiler-stub-style-jdk21-linux-amd64') + {
1315
setup+: [
1416
['cd', "../espresso-compiler-stub"],
1517
],
@@ -21,7 +23,9 @@
2123
},
2224

2325
local _builds = common.builds + [
24-
common.jdk21_gate_linux_amd64 + espresso_compiler_stub_gate,
26+
# [GR-64739] move espresso JDK 21 gates to on demand
27+
# common.jdk21_gate_linux_amd64 + espresso_compiler_stub_gate,
28+
common.jdk21_on_demand_linux + espresso_compiler_stub_gate,
2529
// Benchmarks
2630
// AWFY peak perf. benchmarks
2731
common.jdk21_weekly_bench_linux + common.espresso_benchmark('jvm-ce-llvm', 'awfy:*' , extra_args=['--vm.Xmx1g', '--vm.Xms1g']) + {name: 'weekly-bench-espresso-jvm-ce-awfy-jdk21-linux-amd64'},

0 commit comments

Comments
 (0)