[mirror] Go's continuous build and release infrastructure (no stability promises)
Перейти к файлу
Dmitri Shuralyov 02a1869e08 main.star: set gotestjsonbuildtext=1 GODEBUG globally at tip
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>
2024-11-18 22:01:32 +00:00
generated main.star: set gotestjsonbuildtext=1 GODEBUG globally at tip 2024-11-18 22:01:32 +00:00
infra/config
recipes
.gitignore
README
codereview.cfg
config.go
config_test.go
go.mod
main.star main.star: set gotestjsonbuildtext=1 GODEBUG globally at tip 2024-11-18 22:01:32 +00:00
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.