build/dashboard
Dmitri Shuralyov a35aa62d82 dashboard: update linux-riscv64 builder's bootstrap to Go 1.20.7
This is easy to do, and might either resolve the issue or eliminate
the need to consider the Go 1.20.6 bootstrap as contributing to the
problem.

For golang/go#62104.

Change-Id: I2c22c47bb6ef1d84036763492313d1f51fb63fb2
Reviewed-on: https://go-review.googlesource.com/c/build/+/520900
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
2023-08-21 17:31:31 +00:00
..
README.md all: improve update-readmes.go and regenerate package READMEs 2021-03-10 19:07:43 +00:00
builders.go dashboard: update linux-riscv64 builder's bootstrap to Go 1.20.7 2023-08-21 17:31:31 +00:00
builders_test.go dashboard: add linux-amd64-newinliner builder and trybot 2023-08-14 17:40:38 +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.