Commit c88e856b authored by ilevy@chromium.org's avatar ilevy@chromium.org

Reduce android asan buildbot tasks

- Remove some unnecessary calls.
  Builder now only compiles and uploads.
  Tester now only runs standard tests.

TBR=yfriedman@chromium.org
BUG=160952
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/11412292

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170648 0039d316-1c4b-4281-b951-d872f2087c98
parent 2fce7fb8
...@@ -11,8 +11,5 @@ BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)" ...@@ -11,8 +11,5 @@ BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)"
. "$BB_DIR/buildbot_functions.sh" . "$BB_DIR/buildbot_functions.sh"
bb_baseline_setup "$BB_SRC_ROOT" "$@" bb_baseline_setup "$BB_SRC_ROOT" "$@"
bb_check_webview_licenses
bb_compile bb_compile
bb_compile_experimental
bb_run_findbugs
bb_zip_build bb_zip_build
...@@ -16,6 +16,4 @@ bb_extract_build ...@@ -16,6 +16,4 @@ bb_extract_build
bb_reboot_phones bb_reboot_phones
bb_run_unit_tests bb_run_unit_tests
bb_run_instrumentation_tests bb_run_instrumentation_tests
bb_run_experimental_unit_tests
bb_run_experimental_instrumentation_tests
bb_print_logcat bb_print_logcat
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment