build/dashboard
Cherry Zhang 2ea12c10d1 dashboard: use race-enabled linker in racecompile builder
When the compiler's backend became concurrent, we introduced the
racecompile builder to run the compiler with the race detector
enabled to catch races. In the new linker work the linker will
become more concurrent as well. It is probably a good idea to run
the linker with the race detector as well.

Change-Id: Ib50f030cba0509730714b74462f5a8942fe2fd2d
Reviewed-on: https://go-review.googlesource.com/c/build/+/226369
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-03-30 21:40:30 +00:00
..
README.md dashboard: add little note about deploying after changes 2019-05-15 17:27:21 +00:00
builders.go dashboard: use race-enabled linker in racecompile builder 2020-03-30 21:40:30 +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.