зеркало из https://github.com/golang/build.git
02a1869e08
Two reasons: to buy more time to work on the result_adapter/ResultDB side (beyond just the bare minimum behavior of not regressing beyond what we had before), and to test that using a GODEBUG for this works as we expect. It already uncovered the need to merge multiple GODEBUG settings that we hadn't run into earlier. For golang/go#70402. Change-Id: I9b86f6a5462637eef84f3efca9fc31d11657d756 Reviewed-on: https://go-review.googlesource.com/c/build/+/629375 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> |
||
---|---|---|
generated | ||
infra/config | ||
recipes | ||
.gitignore | ||
README | ||
codereview.cfg | ||
config.go | ||
config_test.go | ||
go.mod | ||
main.star | ||
recipes.star |
README
This branch holds LUCI configuration for the Go project. The configuration is defined by `main.star`. Use `go generate` to update generated files. (Under the hood it runs `./main.star`.) Use `lucicfg fmt` to format `main.star`. You will need the `lucicfg` program. See https://www.chromium.org/developers/how-tos/depottools/#installing to install it. Configuration changes take effect within minutes of CL submission. You can view the status at https://luci-config.appspot.com/#/projects/golang.