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:
Родитель
163c59ac61
Коммит
24dd778429
|
@ -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
|
Загрузка…
Ссылка в новой задаче