Add android chromium.perf top level scripts

BUG=159643
R=cmp
NOTRY=true

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@168362 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
ilevy@chromium.org 2012-11-17 03:11:22 +00:00
Родитель 163c59ac61
Коммит 24dd778429
2 изменённых файлов: 31 добавлений и 0 удалений

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

@ -0,0 +1,14 @@
#!/bin/bash -ex
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Buildbot annotator script for chromium.perf.
BB_DIR="$(dirname $0)"
BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)"
. "$BB_DIR/buildbot_functions.sh"
bb_baseline_setup "$BB_SRC_ROOT" "$@"
bb_compile
bb_zip_build

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

@ -0,0 +1,17 @@
#!/bin/bash -ex
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Buildbot annotator script for chromium.perf.
BB_DIR="$(dirname $0)"
BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)"
. "$BB_DIR/buildbot_functions.sh"
bb_baseline_setup "$BB_SRC_ROOT" "$@"
bb_spawn_logcat_monitor_and_status
bb_extract_build
bb_reboot_phones
echo "@@@BUILD_STEP TODO: Perf tests@@@"
bb_print_logcat