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 2acde09c41873ea6fd817d9784a70cac5dfea7d4..cba5049839625197e63f38f04d4321aacb8dd16a 100755 |
--- a/build/android/buildbot/bb_run_bot.py |
+++ b/build/android/buildbot/bb_run_bot.py |
@@ -158,12 +158,12 @@ def GetBotStepMap(): |
T(['chromedriver'], ['--install=ChromeShell', '--skip-wipe', |
'--cleanup'])), |
B('fyi-x86-builder-dbg', |
- H(compile_step + std_host_tests, experimental, target_arch='x86')), |
+ H(compile_step + std_host_tests, experimental, target_arch='ia32')), |
B('fyi-builder-dbg', |
H(std_build_steps + std_host_tests, experimental, |
extra_gyp='emma_coverage=1')), |
B('x86-builder-dbg', |
- H(compile_step + std_host_tests, target_arch='x86')), |
+ H(compile_step + std_host_tests, target_arch='ia32')), |
B('fyi-builder-rel', H(std_build_steps, experimental)), |
B('fyi-tests', H(std_test_steps), |
T(std_tests + chrome_sync_shell_tests, |