зеркало из https://github.com/golang/build.git
8050efcc26
This change adds builders for amd64 FreeBSD 11.4 and 12.2. These builders are labeled with a known issue until they have been tested. They will not be used in trybots until the known issue label has been removed. Updates golang/go#44431 Change-Id: I902f2f6bd887135bf247feb1be0e0fd49f732614 Reviewed-on: https://go-review.googlesource.com/c/build/+/311869 Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@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.