summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjbudorick <jbudorick@chromium.org>2015-04-23 10:42:28 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-23 17:42:43 +0000
commit0df00e0661defe6707ad888dd9146aa25bfed63a (patch)
treed52955677c19b3e42c434c19273d28e0f0f020ab /build
parent9bd7d26b10c3da327d2769881ff7117ba9c1a15d (diff)
downloadchromium_src-0df00e0661defe6707ad888dd9146aa25bfed63a.zip
chromium_src-0df00e0661defe6707ad888dd9146aa25bfed63a.tar.gz
chromium_src-0df00e0661defe6707ad888dd9146aa25bfed63a.tar.bz2
[Android] Enable components_browsertests on N5 user build FYI bot upstream.
BUG=465351 Review URL: https://codereview.chromium.org/1089253004 Cr-Commit-Position: refs/heads/master@{#326569}
Diffstat (limited to 'build')
-rwxr-xr-xbuild/android/buildbot/bb_run_bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
index 4682aea..a6afb86 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -174,7 +174,7 @@ def GetBotStepMap():
'--coverage-bucket', CHROMIUM_COVERAGE_BUCKET,
'--cleanup'])),
B('user-build-fyi-tests-dbg', H(std_test_steps),
- T(telemetry_tests_user_build)),
+ T(telemetry_tests_user_build + ['components_browsertests'])),
B('fyi-component-builder-tests-dbg',
H(compile_step, extra_gyp='component=shared_library'),
T(std_tests, ['--experimental', flakiness_server])),