[release] Ignore binary-size tracking on auto-rolls

NOTRY=true

Bug: chromium:893991
Change-Id: I490c02266a367d93495a2de7516486aca2c8e26c
Reviewed-on: https://chromium-review.googlesource.com/c/1273118
Reviewed-by: Maya Lekova <mslekova@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56524}
This commit is contained in:
Michael Achenbach 2018-10-10 14:19:35 +02:00 committed by Commit Bot
parent b38d3f98ec
commit 37871a0225
2 changed files with 5 additions and 2 deletions

View File

@ -151,8 +151,9 @@ class UploadCL(Step):
ROLL_SUMMARY % (self["last_roll"][:8], self["roll"][:8]))
message.append(ISSUE_MSG)
message.append("TBR=%s" % self._options.reviewer)
message.append("Binary-Size: autoroller")
self.GitCommit("\n\n".join(message), author=self._options.author, cwd=cwd)
if not self._options.dry_run:
self.GitUpload(author=self._options.author,

View File

@ -1005,7 +1005,9 @@ This only works with a Google account.
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel
TBR=reviewer@chromium.org"""
TBR=reviewer@chromium.org
Binary-Size: autoroller"""
# Snippet from the original DEPS file.
FAKE_DEPS = """