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
dashboard: make darwin longtest builder like others as of Go 1.21
The darwin longtest builder was added during the Go 1.21 dev cycle and
needed some development work before it would pass all tests. Disable it
on older release branches that don't have said work, and make it run on
Go 1.21 and newer release branches as a TryBot like all other longtest
builders.
This makes it consistent with other -longtest builders and will help
avoid entering broken state when backporting to future release branches.
Also remove redundant version check from windows longtest tryBot policy
functions since the version check is already there in buildsRepo policy.
For golang/go#35678.
For golang/go#37827.
Change-Id: I09c479f1be2b3635c385b504b0c86b50e65e696b
Reviewed-on: https://go-review.googlesource.com/c/build/+/492055
TryBot-Result: Gopher Robot <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Reviewed-by: Michael Pratt <[email protected]>
Run-TryBot: Dmitri Shuralyov <[email protected]>
0 commit comments