From 6464cd7bd0a5639b11902055ca607b53915833fc Mon Sep 17 00:00:00 2001 From: David Neto Date: Sat, 22 Feb 2025 17:18:35 -0500 Subject: [PATCH] kokoro: use new cpp-builder image (#146) BUG=391948942 --- kokoro/ubuntu/presubmit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kokoro/ubuntu/presubmit.sh b/kokoro/ubuntu/presubmit.sh index 3b75439..b2c5a43 100755 --- a/kokoro/ubuntu/presubmit.sh +++ b/kokoro/ubuntu/presubmit.sh @@ -29,4 +29,4 @@ docker run --rm -i \ --env BUILD_TARGET_ARCH=$BUILD_TARGET_ARCH \ --env BUILD_SANITIZER=$BUILD_SANITIZER \ --entrypoint "${SCRIPT_DIR}/presubmit-docker.sh" \ - "gcr.io/shaderc-build/radial-build:latest" + us-east4-docker.pkg.dev/shaderc-build/radial-docker/ubuntu-24.04-amd64/cpp-builder