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/release: tests fail #22910

Closed
kevinburke opened this issue Nov 28, 2017 · 1 comment
Closed

x/build/cmd/release: tests fail #22910

kevinburke opened this issue Nov 28, 2017 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Milestone

Comments

@kevinburke
Copy link
Contributor

Pull down the latest master for x/build and run:

go test golang.org/x/build/cmd/release
--- FAIL: TestBuildersExist (0.00s)
	release_test.go:17: missing builder: "freebsd-386-110"
	release_test.go:17: missing builder: "freebsd-amd64-110"
FAIL
FAIL	golang.org/x/build/cmd/release	0.015s

I believe this change is the culprit: https://go-review.googlesource.com/c/build/+/80297/3/dashboard/builders.go

Though I'm not sure which of cmd/release/builds or dashboard.Builders needs to be changed.

@gopherbot gopherbot added this to the Unreleased milestone Nov 28, 2017
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Nov 28, 2017
@kevinburke
Copy link
Contributor Author

@bradfitz said in Slack he's working on a fix.

@golang golang locked and limited conversation to collaborators Nov 28, 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

3 participants