From 2e978e3a8d5795b4a790fc46f65428bb42056e5f Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Sat, 11 Jul 2020 08:31:22 +0000 Subject: [PATCH] Revert "Test luci.notifier." This reverts commit 8df59bc74ebb4d0b8e5d80a8b4f5c674db2a9c4d. Reason for revert: Let's turn the bot green and the try to turn it read again since the notification comes only on status change. Original change's description: > Test luci.notifier. > > This CL will be reverted as soon as we verify that the fix applied in > https://webrtc-review.googlesource.com/c/src/+/179062 works. > > Bug: None > Change-Id: I1ef48f8e69d5592154b154de1700858aea4c32c4 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/179063 > Reviewed-by: Jeremy Leconte > Commit-Queue: Mirko Bonadei > Cr-Commit-Position: refs/heads/master@{#31703} TBR=mbonadei@webrtc.org,jleconte@webrtc.org Change-Id: I91e6debfbcb18bc840ca02a91ff736724ea9bbd1 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/179085 Reviewed-by: Mirko Bonadei Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#31706} --- tools_webrtc/autoroller/roll_deps.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools_webrtc/autoroller/roll_deps.py b/tools_webrtc/autoroller/roll_deps.py index c6eee92d95..4a505b5b7b 100755 --- a/tools_webrtc/autoroller/roll_deps.py +++ b/tools_webrtc/autoroller/roll_deps.py @@ -713,8 +713,7 @@ def main(): logging.info('Uploading CL...') if not opts.dry_run: _UploadCL(commit_queue_mode) - - raise Exception('Test') + return 0 if __name__ == '__main__':