-
Notifications
You must be signed in to change notification settings - Fork 19
FDN-4233: small fixes #865
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
Conversation
|
Warning Rate limit exceeded@arias-m has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 0 minutes and 2 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe changes simplify the CI/CD pipeline configuration by removing a variable from the Jenkinsfile and updating version parameters in deployment manifests to be placeholder values that Jenkins will dynamically update at runtime. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Pre-merge checks❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
Comment |
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: 1
♻️ Duplicate comments (1)
deploy/dependency-www/app.yaml (1)
48-49: Verify Jenkins version injection is working for this manifest too.Same concern as in
deploy/dependency-api/app.yaml: the placeholder "Jenkins_will_update_the_version" must be replaced with an actual version before ArgoCD syncs, or deployments will fail.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
Jenkinsfile(1 hunks)deploy/dependency-api/app.yaml(1 hunks)deploy/dependency-www/app.yaml(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Jenkins
🔇 Additional comments (1)
Jenkinsfile (1)
28-29: Verify taggingv2() behavior without arguments.The
taggingv2()function is now called with no arguments. Ensure that:
- The function can be safely called without parameters
- The returned
semversionis still correct and valid for subsequent steps- The removed
newTagEveryRunMainBranchparameter was not critical to the versioning logicSince
taggingv2()is from the shared library@Library('lib-jenkins-pipeline'), please verify:
- The function signature and behavior in the shared library
- Whether removing the parameter changes the version tagging strategy
- That integration tests pass with this change
|
Click here for code coverage report: https://jenkins.flo.pub/job/flowcommerce/job/dependency/job/PR-865/1/scoverage-report/ |
|
Click here for code coverage report: https://jenkins.flo.pub/job/flowcommerce/job/dependency/job/PR-865/2/scoverage-report/ |
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.