Skip to content

Commit

Permalink
Upload k8s manifests to GCS
Browse files Browse the repository at this point in the history
  • Loading branch information
jianglai committed Jan 28, 2025
1 parent 2ceb52a commit f7302e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release/cloudbuild-nomulus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit f7302e3

Please sign in to comment.