Make Chromium DEPS autoroller set Bot-Commit+1
Bug: chromium:1260482 Change-Id: I2bc1a2ccab3d07588d3d965f3c24e60ae0dba41b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/238140 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Christoffer Jansson <jansson@google.com> Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@google.com> Cr-Commit-Position: refs/heads/main@{#35362}
This commit is contained in:
parent
cc7db01847
commit
2ae54b921b
@ -645,8 +645,11 @@ def _UploadCL(commit_queue_mode):
|
||||
cmd = ['git', 'cl', 'upload', '--force', '--bypass-hooks']
|
||||
if commit_queue_mode >= 2:
|
||||
logging.info('Sending the CL to the CQ...')
|
||||
# Sets Commit-Queue+2.
|
||||
cmd.extend(['--use-commit-queue'])
|
||||
cmd.extend(['--send-mail', '--cc', NOTIFY_EMAIL])
|
||||
# Sets Bot-Commit+1.
|
||||
cmd.extend(['-o', 'label=Bot-Commit+1'])
|
||||
elif commit_queue_mode >= 1:
|
||||
logging.info('Starting CQ dry run...')
|
||||
cmd.extend(['--cq-dry-run'])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user