From 5e52896b69b145a3fac6827e4e75e617abdc9dd8 Mon Sep 17 00:00:00 2001 From: Mridula <66699525+mpeddada1@users.noreply.github.com> Date: Mon, 28 Nov 2022 18:41:31 -0500 Subject: [PATCH] chore: upgrade native image checks to graalvm-22.3.0 (#1718) chore: upgrade native image checks to graalvm-22.3.0 --- .../java_library/.kokoro/presubmit/graalvm-native-17.cfg | 2 +- .../templates/java_library/.kokoro/presubmit/graalvm-native.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/synthtool/gcp/templates/java_library/.kokoro/presubmit/graalvm-native-17.cfg b/synthtool/gcp/templates/java_library/.kokoro/presubmit/graalvm-native-17.cfg index a3f7fb9d4..e20330c3c 100644 --- a/synthtool/gcp/templates/java_library/.kokoro/presubmit/graalvm-native-17.cfg +++ b/synthtool/gcp/templates/java_library/.kokoro/presubmit/graalvm-native-17.cfg @@ -3,7 +3,7 @@ # Configure the docker image for kokoro-trampoline. env_vars: { key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17" + value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.0" } env_vars: { diff --git a/synthtool/gcp/templates/java_library/.kokoro/presubmit/graalvm-native.cfg b/synthtool/gcp/templates/java_library/.kokoro/presubmit/graalvm-native.cfg index 4c7225ec9..0fd6ba2fa 100644 --- a/synthtool/gcp/templates/java_library/.kokoro/presubmit/graalvm-native.cfg +++ b/synthtool/gcp/templates/java_library/.kokoro/presubmit/graalvm-native.cfg @@ -3,7 +3,7 @@ # Configure the docker image for kokoro-trampoline. env_vars: { key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-kokoro-resources/graalvm" + value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.0" } env_vars: {