Trigger conforma e2e tests on cli pull requests#3334
Conversation
|
Warning Review limit reached
More reviews will be available in 8 minutes and 19 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ 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: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR introduces a new Tekton ChangesE2E Test Automation Setup
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 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)
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 |
|
🤖 Review · Started 7:23 PM UTC |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 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 @.tekton/cli-e2e-pull-request.yaml:
- Line 4: The manifest contains a duplicate YAML mapping key "metadata.name"
which makes the resource invalid; remove the redundant "metadata.name" entry so
only a single metadata.name is present in the same mapping (locate the duplicate
"metadata.name" keys in the resource block and delete the second occurrence or
merge its value into the first), ensuring the final YAML has exactly one
metadata.name definition for this resource.
🪄 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: CHILL
Plan: Enterprise
Run ID: 30a1eea7-c2c1-4ca8-9a5e-d4852e442f0c
📒 Files selected for processing (1)
.tekton/cli-e2e-pull-request.yaml
0de5cb1 to
39afc8b
Compare
|
🤖 Finished Review · ✅ Success · Started 7:33 PM UTC · Completed 7:40 PM UTC |
|
Looks good to me Previous runReviewFindingsLow
Previous run (2)ReviewFindingsMedium
Low
Info
Previous run (3)ReviewFindingsLow
Info
Previous run (4)ReviewFindingsLow
Info
Previous run (5)ReviewFindingsLow
Info
Previous run (6)ReviewFindingsMedium
Low
Info
|
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
/retest |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
/retest cli-e2e-on-pull-request |
|
/retest |
39afc8b to
2102a2b
Compare
|
🤖 Review · |
|
🤖 Finished Review · ✅ Success · Started 2:33 PM UTC · Completed 2:44 PM UTC |
|
/retest cli-e2e-on-pull-request |
2102a2b to
4f0f126
Compare
|
🤖 Finished Review · ✅ Success · Started 5:20 PM UTC · Completed 5:29 PM UTC |
4f0f126 to
434da13
Compare
|
🤖 Finished Review · ✅ Success · Started 5:42 PM UTC · Completed 5:53 PM UTC |
434da13 to
cafa8ce
Compare
|
🤖 Finished Review · ✅ Success · Started 3:02 AM UTC · Completed 3:12 AM UTC |
cafa8ce to
75f693a
Compare
|
🤖 Finished Review · ✅ Success · Started 3:30 AM UTC · Completed 3:41 AM UTC |
Add a PipelineRun that triggers the conforma/e2e-tests pipeline when a PR targets the main branch, using the Tekton git resolver. Pin the pipeline ref to a specific commit SHA and configure Renovate to auto-update it by adding a customManagers regex for git-refs annotations in Tekton YAML files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Ref: https://redhat.atlassian.net/browse/KONFLUX-14184
75f693a to
89b63ca
Compare
|
🤖 Finished Review · ✅ Success · Started 3:54 AM UTC · Completed 4:02 AM UTC |
Add a PipelineRun that triggers the conforma/e2e-tests pipeline when a PR targets the main branch, using the Tekton git resolver.
Pin the pipeline ref to a specific commit SHA and configure Renovate
to auto-update it by adding a customManagers regex for git-refs
annotations in Tekton YAML files.
Ref: https://redhat.atlassian.net/browse/KONFLUX-14184