Combine pipelines#659
Conversation
|
Warning Review limit reached
More reviews will be available in 49 minutes and 5 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (6)
Walkthrough
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@ci/pipeline-template.yml`:
- Around line 1021-1024: Remove the empty `do:` block from the `in_parallel`
section in the pipeline template. The bare `- do:` with no subsequent steps is a
no-op that should be deleted. Keep only the two `build_light_aws_stemcell_new`
template calls as siblings within the parallel execution block.
- Around line 1099-1100: The author_email value in the ci_bot_email anchor is
hardcoded to `bots@cloudfoundry.org` instead of using the template variable `(@=
data.values.stemcell_details.bot_email @)` which is used consistently throughout
the rest of the file and resolves to the correct value from
ci/pipeline-vars.yml. Replace the hardcoded email address for the author_email
anchor definition with the template variable to ensure consistent bot authorship
across all commits.
In `@README.md`:
- Line 352: The markdown link in README.md has a mismatch between the display
text and the hyperlink target. The display text shows the old path
"ci/pipelines/vars.yml" while the hyperlink target points to the new path
"ci/pipeline-vars.yml". Update the display text within the square brackets to
match the new path in the parentheses, changing "ci/pipelines/vars.yml" to
"ci/pipeline-vars.yml" to ensure consistency between what users see and where
the link directs them.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 6d1caed0-2dcb-4aa6-af39-50ac894c9367
📒 Files selected for processing (6)
README.mdci/configure.shci/pipeline-template.ymlci/pipeline-vars.ymlci/pipelines/publisher.ymlci/tasks/light-aws/cleanup-ami.sh
💤 Files with no reviewable changes (1)
- ci/pipelines/publisher.yml
- rename `<short-name>-builder` => `<short-name>` - simplify ci configure script - relocate pipeline template and vars files to `ci/`
603bf3e to
c2e1cea
Compare
Combines publisher => builder pipeline
Includes fix for bad permssion on
ci/tasks/light-aws/cleanup-ami.sh.