Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/watchflakes: do not exit in the case of a mismatch
When watchflakes encountered a build with a mismatch between a builder definition and the input revision it would log the error and exit. This change changes the behavior to log that the mismatch exists and skip the build. This was causing watchflakes to continuously exit and never process builds past the point of the encountered mismatch. Fixes golang/go#70091 Change-Id: Ic3e2957a8e501f6dfa8bbbc458db40f925a0877d Reviewed-on: https://go-review.googlesource.com/c/build/+/623995 Reviewed-by: Michael Knyszek <[email protected]> Auto-Submit: Carlos Amedee <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Bypass: Dmitri Shuralyov <[email protected]>
- Loading branch information