зеркало из https://github.com/golang/build.git
76f280a396
Running benchmarks has been disabled since 2018. Remove all the code to keep things more maintainable and understandable. We will be adding new benchmarking support soon, and may reuse some of this code, but don't want half-working code adding confusion. For golang/go#49207. Change-Id: I11d52b0315bed4d91651c162af11853895012868 Reviewed-on: https://go-review.googlesource.com/c/build/+/354315 Trust: Michael Pratt <mpratt@google.com> Run-TryBot: Michael Pratt <mpratt@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org> |
||
---|---|---|
.. | ||
README.md | ||
builders.go | ||
builders_test.go |
README.md
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.