Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions compiler/ci/ci_common/gate.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,9 @@
"bootstrap_full"
]

# Run jobs on latest and last LTS (21)
# Run jobs on latest
for jdk in [
self.jdk_latest,
"21"
self.jdk_latest
]
for os_arch in all_os_arches
],
Expand Down
2 changes: 1 addition & 1 deletion compiler/ci/ci_includes/baseline-benchmarks.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
c.weekly + hw.e3 + jdk + cc.c2 + suite,
c.weekly + hw.a12c + jdk + cc.c2 + suite
]
for jdk in cc.jdks_of_interest
for jdk in cc.product_jdks
for suite in bench.groups.all_suites
]),

Expand Down