ROSAENG-66692 | fix(build): emit legacy CDN archive names at build time - #3532
Conversation
Content Gateway ignores RPA filename: mappings and publishes the basename of each source path. Build rosa-linux.tar.gz, rosa-macosx.tar.gz, and the other legacy CDN names directly in hack/build_cli.sh while keeping Go-native zip names for the GitHub release lane.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📝 WalkthroughWalkthroughThe build script adds Priority: ⬇️ Low Merge Risk: ⚪ Minimal · up to The build naming update is ready to merge with no identified current risk. 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
Comment |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jerichokeyne, olucasfreitas 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 |
Summary
Content Gateway ignores
filename:in the CDN RPA and publishes the basename of eachsourcepath. This change makeshack/build_cli.shproduce the legacy CDN archive names directly (rosa-linux.tar.gz,rosa-macosx.tar.gz, etc.) while keeping Go-native.zipnames for the GitHub release lane.rosa-windows*.tar.gz; CGW converts them to.zipon upload.zipartifacts remainrosa_${os}_${arch}.zipCompanion konflux-release-data MR updates CDN RPA
sourcepaths to match.Test plan
bash -n hack/build_cli.shmake rosa/ pre-push checks passed locallymirror.openshift.com/pub/cgw/rosa/1.2.65/rosa-linux.tar.gzafter releaseRelated
filename:is deprecated for CGW (Customer Portal/Pulp only)sourcepath updateSummary by CodeRabbit