1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +00:00

Upload k8s manifests to GCS (#2654)

This commit is contained in:
Lai Jiang
2025-01-29 12:07:10 -05:00
committed by GitHub
parent 6649e00df7
commit 221088e738

View File

@@ -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'