You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd/coordinator: add test for trybot release-branch.go1.N branch matching
Issue golang.org/issue/28891 was that golang.org/x repo trybots were
always using Go tip, even when testing release-branch.go1.N branches.
It should instead be using Go version 1.N in those situations.
This was fixed in CL 167382. However, that change also caused there
to not be any builder coverage for golang.org/x repo branches other
than "master" and "release-branch.go1.N" ones.
There was no test coverage for that behavior, and we didn't really
have any other branches, so no one noticed. By now, there are some
golang.org/x repos that have other branches, so this was reported
in issue golang.org/issue/37512. Fixing that issue is made harder
because we don't have a regression test for issue 28891 yet.
To make it easier to fix both of these overlapping issues without
having one undo the other, start by adding a test for issue 28891.
CL 227397 fixes issue 37512 and adds a test for it, so hopefully
neither will regress from now on.
For golang/go#28891.
For golang/go#37512.
Change-Id: I3475820a840a25532fb7e722c18b3d0dee3e0734
Reviewed-on: https://go-review.googlesource.com/c/build/+/227537
Reviewed-by: Rebecca Stambler <[email protected]>
0 commit comments