From 994cb02b522ff7f1fc8cdc9ea72d226c32aaaf4b Mon Sep 17 00:00:00 2001 From: Doug Simon Date: Tue, 18 Feb 2025 09:45:44 +0100 Subject: [PATCH] removed all JDK 21 compiler suite CI jobs apart from daily-compiler-build-labsjdk-21-linux-amd64 --- compiler/ci/ci_common/gate.jsonnet | 5 ++--- compiler/ci/ci_includes/baseline-benchmarks.jsonnet | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/compiler/ci/ci_common/gate.jsonnet b/compiler/ci/ci_common/gate.jsonnet index 17b3c85dac61..1db0d342b25b 100644 --- a/compiler/ci/ci_common/gate.jsonnet +++ b/compiler/ci/ci_common/gate.jsonnet @@ -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 ], diff --git a/compiler/ci/ci_includes/baseline-benchmarks.jsonnet b/compiler/ci/ci_includes/baseline-benchmarks.jsonnet index 5c165ef76622..1b816d908f11 100644 --- a/compiler/ci/ci_includes/baseline-benchmarks.jsonnet +++ b/compiler/ci/ci_includes/baseline-benchmarks.jsonnet @@ -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 ]),