Skip to content

Fix Cloud Run candidate revision tags - #657

Merged
anth-volk merged 1 commit into
mainfrom
agent/cloud-run-revision-tags
Jul 28, 2026
Merged

Fix Cloud Run candidate revision tags#657
anth-volk merged 1 commit into
mainfrom
agent/cloud-run-revision-tags

Conversation

@anth-volk

Copy link
Copy Markdown
Contributor

Fixes #656

Summary

  • replace the one-character Cloud Run candidate prefixes with beta- and prod-
  • add regression coverage for the shortest tags generated on workflow run 1
  • validate generated tag length and naming constraints in the deployment asset tests

Testing

  • uv run pytest tests/ -q (61 passed)
  • uv run ruff check tests/test_deployment_assets.py
  • uv run ruff format --check tests/test_deployment_assets.py
  • actionlint .github/workflows/simulation-deploy.yml .github/workflows/simulation-deploy.reusable.yml
  • git diff --check

@anth-volk
anth-volk marked this pull request as ready for review July 28, 2026 17:35
@anth-volk
anth-volk merged commit 6c2ef81 into main Jul 28, 2026
9 checks passed
@anth-volk
anth-volk deleted the agent/cloud-run-revision-tags branch July 28, 2026 17:35
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.

Fix invalid Cloud Run candidate revision tags

1 participant