forked from v8/v8
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release] Make auto-roller use bot-commit label
No-try: true Bug: chromium:1176141 Change-Id: I6caa0f9ce530ca3fcc6aa715326727f68aa5c240 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2690586 Reviewed-by: Liviu Rau <[email protected]> Commit-Queue: Michael Achenbach <[email protected]> Cr-Commit-Position: refs/heads/master@{#73449}
- Loading branch information
Showing
3 changed files
with
9 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -540,7 +540,7 @@ def CheckVersionCommit(): | |
CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel | ||
CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel | ||
TBR[email protected]""" | ||
R[email protected]""" | ||
|
||
# Snippet from the original DEPS file. | ||
FAKE_DEPS = """ | ||
|
@@ -624,7 +624,7 @@ def WriteDeps(): | |
self.ROLL_COMMIT_MSG), | ||
"", cwd=chrome_dir), | ||
Cmd("git cl upload --send-mail -f " | ||
"--cq-dry-run --bypass-hooks", "", | ||
"--cq-dry-run --set-bot-commit --bypass-hooks", "", | ||
cwd=chrome_dir), | ||
Cmd("git checkout -f master", "", cwd=chrome_dir), | ||
Cmd("git branch -D work-branch", "", cwd=chrome_dir), | ||
|