build/dashboard
Carlos Eduardo Seo a07c53d8a3 dashboard: fix ssh username for ppc64le-power9 builder
Updates golang/go#34739

Change-Id: I6499ff6a0e1885fad3a5f5ba7c1fa4e0113e716c
Reviewed-on: https://go-review.googlesource.com/c/build/+/200398
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-10-10 20:17:00 +00:00
..
README.md dashboard: add little note about deploying after changes 2019-05-15 17:27:21 +00:00
builders.go dashboard: fix ssh username for ppc64le-power9 builder 2019-10-10 20:17:00 +00:00
builders_test.go dashboard, cmd/coordinator: remove Joyent builders 2019-10-10 15:48:32 +00:00

README.md

GoDoc

golang.org/x/build/dashboard

Package dashboard contains shared configuration and logic used by various pieces of the Go continuous build system.

Deploying

When adding or removing builders, or changing a builder's build policy (which repos/branches get tested), you need to deploy the x/build/cmd/coordinator binary. Additionally, you usually want to re-deploy the x/build/app/appengine code to update https://build.golang.org/. The latter is only for humans (forcing columns to show up and adding the little black dots on cells that aren't built), but doesn't affect what gets built.