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: http://src.chromium.org/svn/trunk/src/build@170648 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
ilevy@chromium.org 2012-12-01 03:38:30 +00:00
Родитель 530cbc42b8
Коммит a357a1460e
2 изменённых файлов: 0 добавлений и 5 удалений

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

@ -11,8 +11,5 @@ BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)"
. "$BB_DIR/buildbot_functions.sh"
bb_baseline_setup "$BB_SRC_ROOT" "$@"
bb_check_webview_licenses
bb_compile
bb_compile_experimental
bb_run_findbugs
bb_zip_build

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

@ -16,6 +16,4 @@ bb_extract_build
bb_reboot_phones
bb_run_unit_tests
bb_run_instrumentation_tests
bb_run_experimental_unit_tests
bb_run_experimental_instrumentation_tests
bb_print_logcat