| 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 ff669a00f0cad8b6bc2fa11b6864dcee4d884638..9728de3c50dca9ed8b9df3686063145162630c5a 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -113,6 +113,8 @@ def GetBotStepMap():
|
| ['bb_compile', 'bb_compile_experimental', 'bb_zip_build'], None, None),
|
| B('fyi-tests', std_test_steps,
|
| T(std_tests, ['--experimental', flakiness_server]), None),
|
| + B('fyi-component-builder-tests-dbg', compile_step,
|
| + T(std_tests, ['--experimental', flakiness_server]), None),
|
| B('perf-tests-rel', std_test_steps,
|
| T([], ['--install=ContentShell']),
|
| None),
|
|
|