chore: update tekton pipeline bundle digest and renovate config#16494
chore: update tekton pipeline bundle digest and renovate config#16494ryankwilliams wants to merge 1 commit into
Conversation
|
/run-atf-tests |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughUpdates Tekton PipelineRun bundle digest for ChangesTekton and Renovate dependency management updates
🎯 2 (Simple) | ⏱️ ~10 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 |
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 `@renovate.json`:
- Around line 5-7: The top-level "automerge": true now applies to the tekton
manager and will merge all Tekton updates; either restore package-specific rules
or add safeguards. If you want package-scoped automerge, remove or set top-level
"automerge" to false and re-add a "packageRules" block with
"matchPackagePatterns" targeting "quay.io/aap-ci/tekton-catalog/pipeline/*" and
desired "automerge" settings; if you truly intend to automerge all Tekton deps,
keep "automerge": true but add protections such as "minimumReleaseAge" and
explicit exclusion rules in "packageRules" (or negative "matchPackagePatterns")
for critical pipelines to prevent immediate merging of risky updates.
🪄 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: 8c753230-2ee7-4af0-ad7c-18823e734e0b
📒 Files selected for processing (2)
.tekton/run-atf-tests-pull-request.yamlrenovate.json
❌ Test Results - FAILEDSummary
Pass Rate: 93.8% ❌ Failed Tests
|
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ryan Williams <3375653+ryankwilliams@users.noreply.github.com>
|
SUMMARY
This PR updates the run atf tekton pipeline bundle sha ahead of mint maker to unblock pipelines when deploying aap-dev. Also simplifies the renovate config to attempt to have mint maker open PRs to update the tekton pipeline bundle digest automatically.
ISSUE TYPE
Summary by CodeRabbit