You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bradfitz opened this issue
Mar 12, 2019
· 4 comments
Labels
Buildersx/build issues (builders, bots, dashboards)mobileAndroid, iOS, and x/mobileNeedsFixThe path to resolution is known, but the work has not been done.
It's currently not possible to configure a builder that only builds a subrepo(s) and not the "go" repo.
This is affecting linux-amd64-androidemu and darwin-amd64-wikofever which aren't building the mobile repo currently, despite being configured to do so.
Two reasons why they aren't:
subrepos always wait for a make.bash snapshot (this should be conditional on "go" being configured to even run for that repo)
because https://build.golang.org/ never populates the subrepo tables' columns with a builder name if it doesn't also show up in the top ("go") table. And the coordinator uses a json version of that same page (https://build.golang.org/?mode=json) to find work to do.
For the first, it should also be possible to say that a given builder can also use a built make.bash from a different builder. e.g. linux-amd64-androidemu can use a built make.bash tarball from linux-amd64.
Perhaps it's easier if the builder is allowed to build "go" for snapshots but not run std tests? I don't know if your second point is also solved then.
Buildersx/build issues (builders, bots, dashboards)mobileAndroid, iOS, and x/mobileNeedsFixThe path to resolution is known, but the work has not been done.
It's currently not possible to configure a builder that only builds a subrepo(s) and not the "go" repo.
This is affecting
linux-amd64-androidemu
anddarwin-amd64-wikofever
which aren't building themobile
repo currently, despite being configured to do so.Two reasons why they aren't:
For the first, it should also be possible to say that a given builder can also use a built make.bash from a different builder. e.g.
linux-amd64-androidemu
can use a built make.bash tarball fromlinux-amd64
./cc @eliasnaur @dmitshur
The text was updated successfully, but these errors were encountered: