Remove telemetry_unittests from Android dbg tests.

BUG=366899

Review URL: https://codereview.chromium.org/250843008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@267166 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
navabi@google.com 2014-04-30 10:48:55 +00:00
Родитель b7d2edf238
Коммит 00e3a1ac56
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -139,8 +139,9 @@ def GetBotStepMap():
B('main-clang-builder',
H(compile_step, extra_gyp='clang=1 component=shared_library')),
B('main-clobber', H(compile_step)),
B('main-tests', H(std_test_steps), T(std_tests + telemetry_tests,
[flakiness_server])),
B('main-tests-rel', H(std_test_steps), T(std_tests + telemetry_tests,
[flakiness_server])),
B('main-tests', H(std_test_steps), T(std_tests, [flakiness_server])),
# Other waterfalls
B('asan-builder-tests', H(compile_step,
@ -200,6 +201,7 @@ def GetBotStepMap():
('try-clang-builder', 'main-clang-builder'),
('try-fyi-builder-dbg', 'fyi-builder-dbg'),
('try-x86-builder-dbg', 'x86-builder-dbg'),
('try-tests-rel', 'main-tests-rel'),
('try-tests', 'main-tests'),
('try-fyi-tests', 'fyi-tests'),
('webkit-latest-tests', 'main-tests'),