-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/watchflakes: report consistent failures at top
Currently, watchflakes skips consistent failures, including ones at the top, i.e. failing the latest a few commits. Consistently failing at tip means builds are broken recently on this builder. Currently we rely on human watching the dashboard to report such failures. This CL lets watchflakes to do so. If a new issue is opened for such failures, the title includes "[consistent failure]" to increase awareness. Fixes golang/go#58819. Change-Id: I2ea89a5d8edee0b9087f03b58e4ff834c03e826d Reviewed-on: https://go-review.googlesource.com/c/build/+/601439 Reviewed-by: Carlos Amedee <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
- Loading branch information
Showing
2 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters