mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
mention that Steps & Logs includes detailed build information
parent
90ea0419ea
commit
cf24bdb8bd
4
LUCI.md
4
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.
|
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.
|
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.
|
Loading…
x
Reference in New Issue
Block a user