golang.org/x/build@v0.0.0-20240506185731-218518f32b70/dashboard/README.md (about) 1 <!-- Auto-generated by x/build/update-readmes.go --> 2 3 [](https://pkg.go.dev/golang.org/x/build/dashboard) 4 5 # golang.org/x/build/dashboard 6 7 Package dashboard contains shared configuration and logic used by various pieces of the Go continuous build system. 8 <!-- End of auto-generated section --> 9 10 ## Deploying 11 12 When adding or removing builders, or changing a builder's build policy 13 (which repos/branches get tested), you need to deploy the 14 `x/build/cmd/coordinator` binary. Additionally, you usually want to 15 re-deploy the `x/build/app/appengine` code to update 16 https://build.golang.org/. The latter is only for humans (forcing 17 columns to show up and adding the little black dots on cells that 18 aren't built), but doesn't affect what gets built.