From ce73469c6bc6e20369f16bd3a264ccaa7d866120 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Mon, 29 Dec 2025 16:26:18 +0000 Subject: [PATCH] ci: annotate python-multi image in cloud-devrel-kokoro-resources as test The python-multi image hosted in cloud-devrel-kokoro-resources are used for test infrastructure. This is not used for releases. Background: go/sdk-platform:nonpublic-containers --- python/cloudbuild.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python/cloudbuild.yaml b/python/cloudbuild.yaml index 56539099..06bfd38a 100644 --- a/python/cloudbuild.yaml +++ b/python/cloudbuild.yaml @@ -34,6 +34,11 @@ steps: - name: gcr.io/cloud-builders/docker args: ['tag', 'gcr.io/cloud-devrel-kokoro-resources/python-multi', 'gcr.io/cloud-devrel-public-resources/python-multi'] waitFor: ['python-multi'] +- name: gcr.io/cloud-builders/docker + # The python-multi image in cloud-devrel-kokoro-resources is for + # running integration tests, not for release builds. + args: ['tag', 'gcr.io/cloud-devrel-kokoro-resources/python', 'gcr.io/cloud-devrel-kokoro-resources/python:infrastructure-public-image-$SHORT_SHA'] + waitFor: ['python-multi'] # cloud-devrel-kokoro-resources/python - name: gcr.io/cloud-builders/docker