build/dashboard
Michael Pratt 61807e6066 dashboard: revert perf builder back to c2-standard-8
CL 419077 changed the perf builder from c2-standard-8 to c2-standard-16.
This is not desirable for two reasons:

1. It changed the names of many of our benchmarks (e.g., ZapJSON-8 ->
   ZapJSON-16), breaking our dashboards.
2. More importantly, this change is almost certain to change performance
   characteristics which we are trying to keep consistent between runs.

Change-Id: If6a283ef02e0b7fed170e17d01930302d72e79b8
Reviewed-on: https://go-review.googlesource.com/c/build/+/420798
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Michael Pratt <mpratt@google.com>
2022-08-03 20:59:32 +00:00
..
README.md all: improve update-readmes.go and regenerate package READMEs 2021-03-10 19:07:43 +00:00
builders.go dashboard: revert perf builder back to c2-standard-8 2022-08-03 20:59:32 +00:00
builders_test.go dashboard: reenable linux-amd64-alpine 2022-08-03 19:17:29 +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.