x/build/cmd/watchflakes: adjust behavior for non-default branches #59483
Labels
Builders
x/build issues (builders, bots, dashboards)
FeatureRequest
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
When
watchflakes
posts to an issue (as in #58714 (comment)), it gives the timestamp and Go commit hash but not the Go branch name.For failures on release branches that occur after an attempted fix, the branch name is a very important detail: it helps us figure out whether the fix was successful (and may need to be backported) or unsuccessful (and needs to be further revised).
Specifically, I suggest that when
watchflakes
posts newly-identified test flakes:watchflakes
should not reopen a closed issue if the only new failures are on non-default branches.(attn @cherrymui; CC @golang/release)
The text was updated successfully, but these errors were encountered: