build/dashboard
Dmitri Shuralyov 61705b562f dashboard: rename noTestDir to noTestDirAndNoReboot
The policy has changed its meaning in CL 167998.
Make its name more explicit and descriptive.

Remove netBSDDistTestPolicy, since it's actually
no different than the new noTestDirAndNoReboot.

There should be no behavior change, this is a refactor.

Change-Id: I17b3f25cf3e865444e9dae65db5190feb75afcb6
Reviewed-on: https://go-review.googlesource.com/c/build/+/226881
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
2020-04-02 16:04:53 +00:00
..
README.md dashboard: add little note about deploying after changes 2019-05-15 17:27:21 +00:00
builders.go dashboard: rename noTestDir to noTestDirAndNoReboot 2020-04-02 16:04:53 +00:00
builders_test.go dashboard, cmd/buildlet: re-add riscv64 buildlet and misc-compile trybot 2020-03-23 18:29:18 +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.