From a8318eb0bfe6340731e0f58437a31e3a8c6fc64a Mon Sep 17 00:00:00 2001 From: Marouane El Hallaoui Date: Thu, 26 Sep 2024 11:15:41 +0100 Subject: [PATCH] revert : support different JDK version between CE and EE for labsjdk-latest --- compiler/ci/ci_common/gate.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ci/ci_common/gate.jsonnet b/compiler/ci/ci_common/gate.jsonnet index c39a65bcdb78..ed32a080ba00 100644 --- a/compiler/ci/ci_common/gate.jsonnet +++ b/compiler/ci/ci_common/gate.jsonnet @@ -487,7 +487,7 @@ local jdk_latest_version_check_builds = [self.make_build(self.jdk_latest, "linux-amd64", "build", extra_tasks={build:: s.base("build"),}).build + galahad.exclude { environment+: { # Run the strict JVMCI version check, i.e., that JVMCIVersionCheck.JVMCI_MIN_VERSION matches the versions in common.json. - JVMCI_VERSION_CHECK: "ignore", + JVMCI_VERSION_CHECK: "strict", }, }],