From 221088e73858d866a6f5dd21e60a8215a0e5f38d Mon Sep 17 00:00:00 2001 From: Lai Jiang Date: Wed, 29 Jan 2025 12:07:10 -0500 Subject: [PATCH] Upload k8s manifests to GCS (#2654) --- release/cloudbuild-nomulus.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release/cloudbuild-nomulus.yaml b/release/cloudbuild-nomulus.yaml index 3598ff53a..91dc3bc5b 100644 --- a/release/cloudbuild-nomulus.yaml +++ b/release/cloudbuild-nomulus.yaml @@ -223,6 +223,12 @@ artifacts: - 'release/cloudbuild-schema-deploy-*.yaml' - 'release/cloudbuild-schema-verify-*.yaml' - 'release/cloudbuild-sync-db-objects-*.yaml' + - 'jetty/kubernetes/*.yaml' +# The images are already uploaded, but we still need to include them there so that +# the GCB pubsub message contains them (for Spinnaker to consume). +images: + - 'gcr.io/${PROJECT_ID}/nomulus:${TAG_NAME}' + - 'gcr.io/${PROJECT_ID}/proxy:${TAG_NAME}' timeout: 7200s options: machineType: 'E2_HIGHCPU_32'