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 6718aef0bb36cc4ba9a51b868ac27c2e0a8afab8..7637024693e8256515de422cd1f32c0c042d9e07 100755 |
--- a/build/android/buildbot/bb_run_bot.py |
+++ b/build/android/buildbot/bb_run_bot.py |
@@ -161,6 +161,7 @@ def GetBotStepMap(): |
B('webkit-latest-contentshell', H(compile_step), |
T(['webkit_layout'], ['--auto-reconnect'])), |
B('builder-unit-tests', H(compile_step), T(['unit'])), |
+ B('webrtc-tests', H(std_test_steps), T(['webrtc'], [flakiness_server])), |
# Generic builder config (for substring match). |
B('builder', H(std_build_steps)), |
@@ -179,6 +180,7 @@ def GetBotStepMap(): |
('try-tests', 'main-tests'), |
('try-fyi-tests', 'fyi-tests'), |
('webkit-latest-tests', 'main-tests'), |
+ ('webrtc-builder', 'main-builder-rel'), |
] |
for to_id, from_id in copy_map: |
assert to_id not in bot_map |