Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3317)

Unified Diff: build/android/buildbot/bb_perf_builder.sh

Issue 11299057: Add android chromium.perf top level scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove findbugs from builder Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android/buildbot/bb_perf_gn_tests.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_perf_builder.sh
diff --git a/build/android/buildbot/bb_try_clang_builder.sh b/build/android/buildbot/bb_perf_builder.sh
similarity index 84%
copy from build/android/buildbot/bb_try_clang_builder.sh
copy to build/android/buildbot/bb_perf_builder.sh
index 75ff9f4b5efd8200a12ae79e2a84578ce5e1ee13..090736219974136a75c8d7daeb84bd718a9e46d5 100755
--- a/build/android/buildbot/bb_try_clang_builder.sh
+++ b/build/android/buildbot/bb_perf_builder.sh
@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
-# Buildbot annotator script for trybots. Compile only.
+# Buildbot annotator script for chromium.perf.
BB_DIR="$(dirname $0)"
BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)"
@@ -11,3 +11,4 @@ BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)"
bb_baseline_setup "$BB_SRC_ROOT" "$@"
bb_compile
+bb_zip_build
« no previous file with comments | « no previous file | build/android/buildbot/bb_perf_gn_tests.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698