ci: trigger bundle pipeline on daemon/agent image changes - #2106
ci: trigger bundle pipeline on daemon/agent image changes#2106alebedev87 wants to merge 1 commit into
Conversation
Add `hack/konflux/images/bpfman.txt` and `hack/konflux/images/bpfman-agent.txt` to the bundle PR pipeline CEL expression so that PRs updating the daemon or agent image also trigger a bundle build. Co-Authored-By: Claude <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe Tekton pull request trigger condition now includes two Konflux image paths, allowing changes to those files to satisfy pipeline eligibility. ChangesTekton trigger eligibility
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alebedev87 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The bundle PR pipeline's CEL expression only watched
hack/konflux/images/bpfman-operator.txt, so PRs that update the daemon or agent image digest (e.g. Konflux nudge PRs) never triggered a bundle rebuild on the PR itself.Add
hack/konflux/images/bpfman.txtandhack/konflux/images/bpfman-agent.txtto the trigger so all three image digest files cause a bundle pipeline run on pull requests.🤖 Generated with Claude Code
Summary by CodeRabbit