2017-08-03 00:26:21 +03:00
|
|
|
<!-- Auto-generated by x/build/update-readmes.go -->
|
|
|
|
|
2020-12-15 06:37:22 +03:00
|
|
|
[![Go Reference](https://pkg.go.dev/badge/golang.org/x/build/dashboard.svg)](https://pkg.go.dev/golang.org/x/build/dashboard)
|
2017-08-03 00:26:21 +03:00
|
|
|
|
|
|
|
# golang.org/x/build/dashboard
|
|
|
|
|
|
|
|
Package dashboard contains shared configuration and logic used by various pieces of the Go continuous build system.
|
2021-03-10 00:26:59 +03:00
|
|
|
<!-- End of auto-generated section -->
|
2019-05-15 18:58:19 +03:00
|
|
|
|
|
|
|
## 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.
|