| 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 38678d1997afc08adb88c5d15223af5dab89b46f..8c853e76f640e12c93afc7d90b1ee04d076b5ec2 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -123,6 +123,8 @@ def GetBotStepMap():
|
| std_test_steps = ['extract_build']
|
| std_tests = ['ui', 'unit']
|
| telemetry_tests = ['telemetry_perf_unittests']
|
| + telemetry_tests_user_build = ['telemetry_unittests',
|
| + 'telemetry_perf_unittests']
|
| flakiness_server = (
|
| '--flakiness-server=%s' % constants.UPSTREAM_FLAKINESS_SERVER)
|
| experimental = ['--experimental']
|
| @@ -171,6 +173,8 @@ def GetBotStepMap():
|
| ['--experimental', flakiness_server,
|
| '--coverage-bucket', CHROMIUM_COVERAGE_BUCKET,
|
| '--cleanup'])),
|
| + B('user-build-fyi-tests-dbg', H(std_test_steps),
|
| + T(telemetry_tests_user_build)),
|
| B('fyi-component-builder-tests-dbg',
|
| H(compile_step, extra_gyp='component=shared_library'),
|
| T(std_tests, ['--experimental', flakiness_server])),
|
|
|