-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/cueckoo: do not over-run trybots
In case we already have a trybot result for the requested change, there is no real point requesting them again, unless in exceptional circumstances or we want to force the run. We can use labels to conditionally trigger the trybots. This short-circuit can be overridden by passing the --force (or -f for short) flag to runtrybot. Otherwise, the trybots are skipped if the revision against which we have requested the trybots is the current revision, and Run-TryBot == +1. Otherwise they are run. Tested against this CL! Signed-off-by: Paul Jolly <[email protected]> Change-Id: Ia8ad5b61b6e3754918b73cd0aad39b5818c4fab6 Reviewed-on: https://review.gerrithub.io/c/cue-sh/tools/+/1169892 TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Daniel Martí <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
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