diff --git a/tools/release/auto_roll.py b/tools/release/auto_roll.py index 2448006b01..44c4cd9d8a 100755 --- a/tools/release/auto_roll.py +++ b/tools/release/auto_roll.py @@ -151,9 +151,8 @@ 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") + message.append("TBR=%s" % self._options.reviewer) self.GitCommit("\n\n".join(message), author=self._options.author, cwd=cwd) if not self._options.dry_run: self.GitUpload(force=True, diff --git a/tools/release/test_scripts.py b/tools/release/test_scripts.py index d07a7cbd0b..5b84813680 100755 --- a/tools/release/test_scripts.py +++ b/tools/release/test_scripts.py @@ -1005,9 +1005,7 @@ 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 - -Binary-Size: autoroller""" +TBR=reviewer@chromium.org""" # Snippet from the original DEPS file. FAKE_DEPS = """