Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,8 @@ jobs:
echo "Cloud Run candidate URL: ${url}"
env:
CLOUD_RUN_TAG: ${{ steps.cloud_run.outputs.revision_tag }}
- name: Wait for Cloud Run candidate health
run: bash .github/scripts/health_check.sh "${{ steps.cloud_run_url.outputs.url }}/readiness-check"
- name: Install Cloud Run smoke test dependencies
run: pip install pytest httpx
- name: Run Cloud Run candidate smoke tests
Expand Down
1 change: 1 addition & 0 deletions changelog.d/prod-candidate-health-wait.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Wait for the production Cloud Run candidate to pass its readiness check before running smoke tests, matching the staging job, so tests no longer race the app import that now happens after the port binds.
Loading