Commit 61f7bce6 authored by kainino's avatar kainino Committed by Commit bot

Add DEPS to download Telemetry dependencies from cloud storage

BUG=711307
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2843223004
Cr-Commit-Position: refs/heads/master@{#468147}
parent b94e542c
......@@ -1152,6 +1152,15 @@ hooks = [
'src/third_party/gvr-android-sdk/test-apks/update.py',
],
},
# Download Telemetry's binary dependencies
{
'name': 'fetch_telemetry_binary_dependencies',
'pattern': '.',
'action': [ 'python',
'src/third_party/catapult/telemetry/bin/fetch_telemetry_binary_dependencies',
],
},
]
recursedeps = [
......
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