ROX-34386: Split main and release pipeline to remove image expire#169
Conversation
📝 WalkthroughWalkthroughTekton configurations update pull request trigger formatting and parameter typing, narrow main-branch triggers, and add a release pipeline with event conditions, build settings, timeouts, service-account wiring, and git authentication. ChangesTekton trigger routing
Estimated code review effort: 2 (Simple) | ~15 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 @.tekton/acs-mcp-server-push-release.yaml:
- Around line 40-41: Replace the hardcoded value of the output-image-repo
parameter in the PipelineRun with the approved destination repository parameter
or bundle-provided configuration, while preserving the existing parameter name
and image-output flow.
🪄 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: Repository YAML (base), Central YAML (inherited), Organization UI (inherited)
Review profile: ASSERTIVE
Plan: Enterprise
Run ID: 43700057-ecd4-4774-bfec-06fab0afbb70
📒 Files selected for processing (3)
.tekton/acs-mcp-server-pull-request.yaml.tekton/acs-mcp-server-push-main.yaml.tekton/acs-mcp-server-push-release.yaml
E2E Test ResultsCommit: 1900fc0 |
❌ 2 Tests Failed:
View the full list of 2 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
Description
This PR splits release and main branch on push pipeline.
This solution keeps base component pipeline simple and without any custom logic.
Validation