-
Notifications
You must be signed in to change notification settings - Fork 41
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
feat: support file://
URLs for snapshot locations
#1885
feat: support file://
URLs for snapshot locations
#1885
Conversation
f8fd719
to
650f2db
Compare
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.
Looks good, good work 🚀.
I've left a few suggestions below.
Thanks for the positive reviews! 😃 I will try to update it today ⏳ |
650f2db
to
775b7d6
Compare
@jpraynaud, @Alenar, I followed your suggestions, but I'm not sure why the |
Apparently the jobs failed to start @michalrus, I just restarted them 👍 |
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 🚀
Thanks for the contribution @michalrus!
Can you update the CHANGELOG and bump the mithril-client
patch version before we can merge your PR?
LW-11112 This is very useful for live demos, where you don’t want to repeatedly download from Google Cloud Storage because of the wait time and cost.
775b7d6
to
ecb9af3
Compare
Thank you!
Done in ecb9af3. I also had to rebase onto the current |
Oh, sorry, I didn't update the Edit: done (diff). |
ecb9af3
to
6ffd08c
Compare
For some reason
I have restarted the evaluation. |
|
I was able to reproduce this failure locally on an
I'm not sure how to proceed, @jpraynaud, @Alenar. 🤔 |
There is some flakiness on the Hydra CI sometimes, but it's not related to your PR which doesn't modify the We're good to merge now, thanks again @michalrus! |
LW-11112
Content
This PR includes support for the
file://
scheme in URLs of the snapshots.This is very useful for live demos, where you don’t want to repeatedly download from Google Cloud Storage because of the wait time and cost.
Pre-submit checklist
Comments
It requires a proxy modifying responses from the aggregator, e.g. this.
Issue(s)
LW-11112