| 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 4cdb572612b2c30cd0857b39ba30e23a787023bd..5f57c9bb4a27aacea7b9f45c6fbaaac6f91ecf26 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -129,7 +129,6 @@
|
| flakiness_server = (
|
| '--flakiness-server=%s' % constants.UPSTREAM_FLAKINESS_SERVER)
|
| experimental = ['--experimental']
|
| - run_mb = ['--run-mb']
|
| bisect_chrome_output_dir = os.path.abspath(
|
| os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, os.pardir,
|
| os.pardir, 'bisect', 'src', 'out'))
|
| @@ -181,7 +180,7 @@
|
| H(compile_step, extra_gyp='component=shared_library'),
|
| T(std_tests, ['--experimental', flakiness_server])),
|
| B('gpu-builder-tests-dbg',
|
| - H(compile_step, extra_args=run_mb),
|
| + H(compile_step),
|
| T(['gpu'], ['--install=ContentShell'])),
|
| # Pass empty T([]) so that logcat monitor and device status check are run.
|
| B('perf-bisect-builder-tests-dbg',
|
|
|