-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/task: convert x repo tagging to use LUCI
One less thing depending on the old stuff. The conversion is pretty straightforward. The greenness check selects a commit at the beginning. Any builders that we want that haven't passed get rerun with a high priority. If any of those fail, the overall attempt fails and restarts, at which point it re-selects the commit it's looking at. That minimizes redundant work, should get a result relatively quickly, but still allows us to recover from a genuinely broken build. Note: prioritization doesn't work quite right yet because golangbuild doesn't propagate it down to child builds. That's a separate issue. For golang/go#63147. Change-Id: I8db7c5a9dfcfef709915f74b7d9d0d4a4edc89bb Reviewed-on: https://go-review.googlesource.com/c/build/+/544275 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Heschi Kreinick <heschi@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
- Loading branch information
Showing
7 changed files
with
251 additions
and
405 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
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
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
Oops, something went wrong.