-
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/gopherbot: autosubmit stacks in the right order
When a change in a stack is labelled with Auto-Submit+1, only submit the change if all of the changes below have already been merged (or been abandoned.) Additionally, if any of the parent changes are based on a revision of their parent which is no longer the current revision (i.e. in the Gerrit UI it is marked as 'Not current'), we will not submit the change. This makes sure that changes are submitted in the expected order. Updates #48021 Change-Id: I9a178551843f64f8b752468ce0a091cb3cf2577d Reviewed-on: https://go-review.googlesource.com/c/build/+/399043 Reviewed-by: Russ Cox <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Run-TryBot: Roland Shoemaker <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
- Loading branch information
1 parent
b8613e0
commit 140d723
Showing
2 changed files
with
63 additions
and
0 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