-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ci): Wait for infra deployment before deploying apps in prod pipeline #1989
Conversation
📝 WalkthroughWalkthroughThis pull request updates the CI/CD production workflow by modifying the dependency chain of the deploy-apps job. The job’s Changes
Possibly related PRs
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.github/workflows/ci-cd-prod.yml (1)
80-82
: Dependency Chain Update: Ensuredeploy-apps
Waits for Infra DeploymentThe
needs
attribute for thedeploy-apps
job has been updated to include bothcheck-for-changes
anddeploy-infra
, which aligns with the PR objective to wait for infra deployment before deploying apps. However, please verify that if thedeploy-infra
job is skipped (due to no infra changes), this dependency does not unintentionally block thedeploy-apps
job. It might be helpful to add a comment or extra condition if special handling for a skipped state ofdeploy-infra
is needed.
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
.github/workflows/ci-cd-prod.yml
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: Dry run deploy infrastructure / Deploy to test
- GitHub Check: build / build-and-test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oi, nice catch!
🤖 I have created a release *beep* *boop* --- ## [1.57.2](v1.57.1...v1.57.2) (2025-03-03) ### Bug Fixes * Add missing prefixes in Swagger TypeNameConverter exlude list ([#1992](#1992)) ([88925c1](88925c1)) * **ci:** Wait for infra deployment before deploying apps in prod pipeline ([#1989](#1989)) ([224e837](224e837)) ### Miscellaneous Chores * **performance:** Make improved tests for search ([#1983](#1983)) ([9412a85](9412a85)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
No description provided.