Chromium Code Reviews| 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 cba5049839625197e63f38f04d4321aacb8dd16a..459bfb143cfe2ba37fbe3b3566651ccceab8df44 100755 |
| --- a/build/android/buildbot/bb_run_bot.py |
| +++ b/build/android/buildbot/bb_run_bot.py |
| @@ -160,7 +160,7 @@ def GetBotStepMap(): |
| B('fyi-x86-builder-dbg', |
| H(compile_step + std_host_tests, experimental, target_arch='ia32')), |
| B('fyi-builder-dbg', |
| - H(std_build_steps + std_host_tests, experimental, |
| + H(std_build_steps + std_host_tests[:1], experimental, |
|
navabi
2014/09/30 17:08:54
let's make this more explicit. I'd rather see ['ch
zty
2014/09/30 17:16:59
addressed
|
| extra_gyp='emma_coverage=1')), |
| B('x86-builder-dbg', |
| H(compile_step + std_host_tests, target_arch='ia32')), |