Closed
Description
As @jayconrod suggested in #34321 (comment), I think we should add an x/tools trybot builder for the main Go repository. It would check whether x/tools tests on master branch pass with the Go CL being tested. We can use linux-amd64
builder type since it's quick and least expensive.
The Go standard library ships with many packages such as go/parser
, go/types
, and others. The x/tools repository has many tests that provide additional test coverage.
Trybots for the main Go repository already take 5-10 minutes to run, while the x/tools tests take less than 5 minutes, so it wouldn't slow anything down, just provide more test coverage.