Commit 2bea32ff authored by Ryan Heise's avatar Ryan Heise Committed by Commit Bot

Android bots should not download Linux WPR archives.

Bug: chromium:1135819
Change-Id: Idff85d150838110e32b103b3bf3bb3368693d6e0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461699
Commit-Queue: Ryan Heise <heiserya@google.com>
Commit-Queue: John Chen <johnchen@chromium.org>
Auto-Submit: Ryan Heise <heiserya@google.com>
Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#815705}
parent 1088b108
......@@ -4632,7 +4632,7 @@ hooks = [
# Download Telemetry's benchmark binary dependencies via conditionals
{
'name': 'checkout_telemetry_benchmark_deps',
'condition': 'checkout_telemetry_dependencies and checkout_linux',
'condition': 'checkout_telemetry_dependencies and checkout_linux and not checkout_android',
'pattern': '.',
'action': [ 'vpython',
'src/tools/perf/fetch_benchmark_deps.py',
......
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