ci: fix stuck on migration runs #278
Reference in New Issue
Block a user
Delete Branch "fix-ci-stuck"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary by CodeRabbit
No actionable comments were generated in the recent review. 🎉
ℹ️ Recent review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID:
0bb2a72a-a262-4a19-a9e8-928f1f2bee66📥 Commits
Reviewing files that changed from the base of the PR and between
9e3a30f74eand3689f6e203.📒 Files selected for processing (2)
.github/workflows/_deploy.ymlgo/Makefile📝 Walkthrough
Walkthrough
The PR removes the
--tailflag from Skaffold migration commands across deployment automation. The reusable deploy workflow and Makefile migration targets are updated to runskaffold run -p migrationswithout the tail option, and the Makefile targets now explicitly set theSKAFFOLD_DEFAULT_REPOenvironment variable.Changes
Migration Skaffold Configuration
.github/workflows/_deploy.yml,go/Makefile--tailflag from Skaffold invocations. The Makefile targets now setSKAFFOLD_DEFAULT_REPOinline with the appropriate repository configuration for dev and prod environments.Estimated code review effort
🎯 2 (Simple) | ⏱️ ~5 minutes
Poem
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
✨ Finishing Touches
🧪 Generate unit tests (beta)
fix-ci-stuckComment
@coderabbitai helpto get the list of available commands and usage tips.