Skip to content
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

x/build/cmd/buildlet: add the ability to download an unzipped file from a URL #53403

Open
cagedmantis opened this issue Jun 15, 2022 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@cagedmantis
Copy link
Contributor

As part of #47521, we are shifting to a model where we try to avoid streaming files through the coordinator on to the buildlet. The buildlet has a /write endpoint which can be used to write a single file to a machine. It does not have the functionality to pass a URL where the buildlet can download a file and store it on the file system of the host. We should add the ability to pass a URL to the buildlet so that the caller would not have to stream the file to the buildlet.

@golang/release

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Jun 15, 2022
@gopherbot gopherbot added this to the Unreleased milestone Jun 15, 2022
@cagedmantis cagedmantis added the NeedsFix The path to resolution is known, but the work has not been done. label Jun 15, 2022
@cagedmantis cagedmantis modified the milestones: Unreleased, Backlog Jun 15, 2022
@dmitshur
Copy link
Contributor

This may also help with #51057 as I understand.

@cagedmantis cagedmantis changed the title x/build/cmd/buildlet: add the ability to download an unzipped tarball from a URL x/build/cmd/buildlet: add the ability to download an unzipped file from a URL Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants