commit | f3dd93a5c5289a738877b86ed90f1ef9a24ffbf1 | [log] [tgz] |
---|---|---|
author | Andrii Shyshkalov <[email protected]> | Fri May 04 21:12:43 2018 |
committer | Commit Bot <[email protected]> | Fri May 04 21:12:43 2018 |
tree | 3e16de785e497b8d89716646c3127a18323b80a9 | |
parent | d47586ce757ac9d701409acb560274cef84c78ad [diff] |
Fix buildbot linux_chromium_dbg_ng reference in PRESUBMIT. Build has migrated to LUCI. [email protected] Bug: 839600 Change-Id: I15fab6330a0215b4edf14318993ae4608d269dbe Reviewed-on: https://chromium-review.googlesource.com/1044772 Reviewed-by: danakj <[email protected]> Reviewed-by: John Budorick <[email protected]> Commit-Queue: Andrii Shyshkalov <[email protected]> Cr-Commit-Position: refs/heads/master@{#556191}
diff --git a/build/PRESUBMIT.py b/build/PRESUBMIT.py index 60d0028..b886326 100644 --- a/build/PRESUBMIT.py +++ b/build/PRESUBMIT.py
@@ -21,6 +21,6 @@ return output_api.EnsureCQIncludeTrybotsAreAdded( cl, [ - 'master.tryserver.chromium.linux:linux_chromium_dbg_ng', + 'luci.chromium.try:linux_chromium_dbg_ng', ], 'Automatically added tests to run on CQ.')