Commit 28fbf7ee authored by Robert Sesek's avatar Robert Sesek Committed by Commit Bot

Fix //sandbox/linux PRESUBMIT for android_arm64_dbg_recipe.

The builder is now on LUCI rather than the legacy buildbot master.

Change-Id: I5ccaaa9dc317211daee8348f61b9eda068018314
Reviewed-on: https://chromium-review.googlesource.com/1188616Reviewed-by: default avatarTom Sepez <tsepez@chromium.org>
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585897}
parent ffec9ada
...@@ -27,7 +27,7 @@ def PostUploadHook(cl, change, output_api): ...@@ -27,7 +27,7 @@ def PostUploadHook(cl, change, output_api):
return output_api.EnsureCQIncludeTrybotsAreAdded( return output_api.EnsureCQIncludeTrybotsAreAdded(
cl, cl,
[ [
'master.tryserver.chromium.android:android_arm64_dbg_recipe', 'luci.chromium.try:android_arm64_dbg_recipe',
'master.tryserver.chromium.android:android_compile_x64_dbg', 'master.tryserver.chromium.android:android_compile_x64_dbg',
'master.tryserver.chromium.android:android_compile_x86_dbg', 'master.tryserver.chromium.android:android_compile_x86_dbg',
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment