mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
Remove --send-mail from roll script
This should remove the problematic Code-Review+1 label that prevents the upload to complete. Bug: libyuv:891 Change-Id: I6dc34b1be160d22691d77ba6da63d3974333260d Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3996684 Reviewed-by: Frank Barchard <fbarchard@chromium.org> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
This commit is contained in:
parent
7ccf31d3b6
commit
a4f82ffdd3
@ -415,7 +415,7 @@ def _UploadCL(commit_queue_mode):
|
||||
- 1: Run trybots but do not submit to CQ.
|
||||
- 0: Skip CQ, upload only.
|
||||
"""
|
||||
cmd = ['git', 'cl', 'upload', '--force', '--bypass-hooks', '--send-mail']
|
||||
cmd = ['git', 'cl', 'upload', '--force', '--bypass-hooks']
|
||||
if commit_queue_mode >= 2:
|
||||
logging.info('Sending the CL to the CQ...')
|
||||
cmd.extend(['-o', 'label=Bot-Commit+1'])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user