build/dashboard
Than McIntosh 8444ab33d3 builders: redirect windows-386 slowbot alias to 2016 vintage
Update the "windows-386" slowbot alias to windows-386-2016
from windows-386-2008.

Updates golang/go#58007.

Change-Id: I44e10500fcf0520976a80916b1fc4a42307cd7a3
Reviewed-on: https://go-review.googlesource.com/c/build/+/470715
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2023-02-23 18:29:27 +00:00
..
README.md all: improve update-readmes.go and regenerate package READMEs 2021-03-10 19:07:43 +00:00
builders.go builders: redirect windows-386 slowbot alias to 2016 vintage 2023-02-23 18:29:27 +00:00
builders_test.go dashboard: limit windows-{386,amd64}-2012 to build at most Go 1.20 2023-02-17 17:48:21 +00:00

README.md

Go Reference

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.