From cf24bdb8bd9e222e8ca9a5e0fd0a2a55cd768ece Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Tue, 12 Dec 2023 11:50:17 -0500 Subject: [PATCH] mention that Steps & Logs includes detailed build information --- LUCI.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/LUCI.md b/LUCI.md index 1c8da144..4d6181c1 100644 --- a/LUCI.md +++ b/LUCI.md @@ -27,3 +27,7 @@ Every TryBot run includes a default set of the most common builders. Builders that fail with "infra failed" have a purple chip rather than green (passed) or red (tests failed). These failures indicate some kind of failure in the CI infrastructure itself. They are unlikely to be due to something in your CL. If you encounter such errors, you can reach out to [golang-dev](https://groups.google.com/g/golang-dev) for help investigating them. You may also try rerunning the build, which may succeed on a subsequent run depending on the cause of the infra failure. + +## build details + +The "Steps & Logs" section on a LUCI build page enumerates steps that were executed. Each step can be expanded to get to its logs, environment variables, and command line arguments. The "get go" step includes the output of `go env` from the Go toolchain used in the build. \ No newline at end of file