-
Notifications
You must be signed in to change notification settings - Fork 5k
build: remove unused REGISTRYURL and GCS download path for registry build #22372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
build: remove unused REGISTRYURL and GCS download path for registry build #22372
Conversation
Hi @SoumyaRaikwar , Thanks for contributing to harbor community. Best, |
@SoumyaRaikwar @wy65701436 please follow up and clarify. |
…binary (address review) - Keep REGISTRYURL variable (empty by default) and pass-through to sub-make - Restore conditional registry download path and _get_binary helper in photon Makefile - Aligns with reviewer guidance on goharbor#22372 Signed-off-by: Your Name <[email protected]>
Thanks for the review. I’ve addressed the feedback:
@stonezdj Please take another look. Thanks!" |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #22372 +/- ##
===========================================
+ Coverage 45.36% 65.89% +20.52%
===========================================
Files 244 1072 +828
Lines 13333 115932 +102599
Branches 2719 2927 +208
===========================================
+ Hits 6049 76394 +70345
- Misses 6983 35306 +28323
- Partials 301 4232 +3931
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for your contribution. LGTM
Hi! @stonezdj , could you please review my pr. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@stonezdj could you please review my pr |
…uild Closes goharbor#22333 - Drop REGISTRYURL variable and its propagation - Simplify make/photon/Makefile to always build registry from source via builder - Remove Google Storage URL reference used for downloading prebuilt registry binary Signed-off-by: Your Name <[email protected]>
…binary (address review) - Keep REGISTRYURL variable (empty by default) and pass-through to sub-make - Restore conditional registry download path and _get_binary helper in photon Makefile - Aligns with reviewer guidance on goharbor#22372 Signed-off-by: Your Name <[email protected]>
Signed-off-by: Soumya Raikwar <[email protected]>
Signed-off-by: Soumya Raikwar <[email protected]>
Signed-off-by: Soumya Raikwar <[email protected]>
76de3b0
to
0952395
Compare
Hi @stonezdj @MinerYang @Vad1mo, Could you please approve the workflow runs for this PR? |
@bupd could you please approve the workflows run on my pr ? |
@wy65701436 @stonezdj The PR has been approved and auto-merge is enabled, but it seems to be waiting on workflow approval. Could you please approve the CI runs when you get a chance? Thank you! |
This PR addresses issue #22333.
Changes:
Rationale:
Notes: