build/dashboard
Benny Siegert 60c7972b7b dashboard: set netbsd-arm{,64} builders to 0 expected
These are LUCI now. The buildlets won't come back.

Part of golang/go#63698.

Change-Id: I7e8fb2f1892d2f9e81e69a101e26072c4dd08788
Reviewed-on: https://go-review.googlesource.com/c/build/+/624875
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-11-04 14:22:31 +00:00
..
README.md
builders.go dashboard: set netbsd-arm{,64} builders to 0 expected 2024-11-04 14:22:31 +00:00
builders_test.go dashboard: don't test x/pkgsite with go1.22 builders 2024-09-12 18:00:58 +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.