зеркало из https://github.com/golang/build.git
61705b562f
The policy has changed its meaning in CL 167998. Make its name more explicit and descriptive. Remove netBSDDistTestPolicy, since it's actually no different than the new noTestDirAndNoReboot. There should be no behavior change, this is a refactor. Change-Id: I17b3f25cf3e865444e9dae65db5190feb75afcb6 Reviewed-on: https://go-review.googlesource.com/c/build/+/226881 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gobot Gobot <gobot@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.