build/dashboard
Brad Fitzpatrick a5b0e78f4f dashboard: update linux-arm-arm5 owner
Updates golang/go#34973

Change-Id: Ic38075e5c1e248a3081be396b63470b3cd5bcc45
Reviewed-on: https://go-review.googlesource.com/c/build/+/202019
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-10-18 18:11:55 +00:00
..
README.md dashboard: add little note about deploying after changes 2019-05-15 17:27:21 +00:00
builders.go dashboard: update linux-arm-arm5 owner 2019-10-18 18:11:55 +00:00
builders_test.go cmd/coordinator: add SlowBots support, opt-in to different slow trybots 2019-10-18 14:56:48 +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.