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: reenable darwin-386-* builders #17009

Closed
bradfitz opened this issue Sep 7, 2016 · 0 comments
Closed

x/build: reenable darwin-386-* builders #17009

bradfitz opened this issue Sep 7, 2016 · 0 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Milestone

Comments

@bradfitz
Copy link
Contributor

bradfitz commented Sep 7, 2016

I disabled the darwin-386-* builders temporarily, pending some refactoring of the build coordinator to separate out builder machine types vs build configs. Right now we only have one type of thing, which means there are separate pools, and buildlet reuse is trickier.

Clean that up, and redo the dashboard/builders.go to have a distinction of machine types and build types.

There might be a dupe bug about this, but this one tracks darwin-386-* at least.

@bradfitz bradfitz added the Builders x/build issues (builders, bots, dashboards) label Sep 7, 2016
@bradfitz bradfitz added this to the Unreleased milestone Sep 7, 2016
@bradfitz bradfitz self-assigned this Sep 7, 2016
gopherbot pushed a commit to golang/build that referenced this issue Sep 7, 2016
Ignore the old darwin-{amd64,386}-10_10 builders. Don't give them an
error, but pretend they don't exist.

Also: switch trybots from OS X 10.10 to OS X 10.11, and re-enable
sharding. Let's hope for the best. See golang/go#12979.

This also enables subrepo tests for all OS X versions.

darwin-386-* is currently offline, pending some golang/go#17009

Updates golang/go#9495 (OS X virtualization)

Change-Id: I4d53a79087404b5e8051d1aff0c668a92625f442
Reviewed-on: https://go-review.googlesource.com/28583
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@golang golang locked and limited conversation to collaborators Apr 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

2 participants