Index: build/android/buildbot/bb_run_bot.py |
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py |
index 9e2efbe5df4d6456ae44c10294b6bc70e0fbbf60..11a917fcf6b14e75d9e96dbb6182eb1c8b10530f 100755 |
--- a/build/android/buildbot/bb_run_bot.py |
+++ b/build/android/buildbot/bb_run_bot.py |
@@ -171,7 +171,8 @@ def GetBotStepMap(): |
H(std_build_steps, |
extra_args=['--build-targets=android_builder_webrtc'], |
extra_gyp='include_tests=1 enable_tracing=1')), |
- B('webrtc-tests', H(std_test_steps), T(['webrtc'], [flakiness_server])), |
+ B('webrtc-tests', H(['download_webrtc_resources'] + std_test_steps), |
+ T(['webrtc'], [flakiness_server])), |
# Generic builder config (for substring match). |
B('builder', H(std_build_steps)), |