Skip to content

Remove Cloud Run deploy bootstrap commands#3658

Merged
anth-volk merged 2 commits into
masterfrom
fix/remove-cloud-run-api-bootstrap
Jun 5, 2026
Merged

Remove Cloud Run deploy bootstrap commands#3658
anth-volk merged 2 commits into
masterfrom
fix/remove-cloud-run-api-bootstrap

Conversation

@anth-volk
Copy link
Copy Markdown
Collaborator

Fixes #3657

Summary

  • Remove gcloud services enable from the Cloud Run image build script.
  • Remove Artifact Registry repository auto-creation from the deploy path.
  • Fail clearly if the expected Artifact Registry repository is missing.

Verification

  • bash -n .github/scripts/build_cloud_run_image.sh
  • CLOUD_RUN_DRY_RUN=1 GITHUB_SHA=1234567890abcdef GITHUB_RUN_NUMBER=42 bash .github/scripts/build_cloud_run_image.sh

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.98%. Comparing base (cf629b5) to head (84d1a0f).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3658   +/-   ##
=======================================
  Coverage   78.98%   78.98%           
=======================================
  Files          72       72           
  Lines        4269     4269           
  Branches      790      790           
=======================================
  Hits         3372     3372           
  Misses        693      693           
  Partials      204      204           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@anth-volk anth-volk marked this pull request as ready for review June 5, 2026 14:18
@anth-volk anth-volk merged commit 349e30a into master Jun 5, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove one-time Cloud Run bootstrap from deploy script

1 participant