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
The releasebot skips running tests in mode=release, as we have normally run tests on the commit we're about to release. For beta releases, it's possible that a commit has been merged to master between the time we've run mode=prepare and mode=release.
Activity
gopherbot commentedon Dec 16, 2019
Change https://golang.org/cl/211583 mentions this issue:
cmd/releasebot: run tests in mode=release for betas
toothrot commentedon Dec 17, 2019
Long-term solution captured in #36182
gopherbot commentedon May 30, 2020
Change https://golang.org/cl/235777 mentions this issue:
cmd/releasebot: use same master commit for beta releases
cmd/releasebot: use same master commit for beta releases