Open
Description
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
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
dmitshur commentedon Jun 21, 2022
This may also help with #51057 as I understand.
[-]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 [/+]