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

Unified Diff: build/android/buildbot/bb_perf_gn_tests.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 | « build/android/buildbot/bb_perf_builder.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_perf_gn_tests.sh
diff --git a/build/android/buildbot/bb_webkit_latest_webkit_tester.sh b/build/android/buildbot/bb_perf_gn_tests.sh
similarity index 69%
copy from build/android/buildbot/bb_webkit_latest_webkit_tester.sh
copy to build/android/buildbot/bb_perf_gn_tests.sh
index a49509f6bb7d2b001ac1fbf1ec92a4699c810b02..49936d80cc742b2f2a47fe6cf2e44bcb02dfa089 100755
--- a/build/android/buildbot/bb_webkit_latest_webkit_tester.sh
+++ b/build/android/buildbot/bb_perf_gn_tests.sh
@@ -3,8 +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 the WebKit latest WebKit tester on the
-# WebKit canary waterfall.
+# Buildbot annotator script for chromium.perf.
BB_DIR="$(dirname $0)"
BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)"
@@ -14,7 +13,5 @@ bb_baseline_setup "$BB_SRC_ROOT" "$@"
bb_spawn_logcat_monitor_and_status
bb_extract_build
bb_reboot_phones
-bb_run_webkit_unit_tests
-bb_lint_webkit_expectation_files
-bb_run_webkit_layout_tests
+echo "@@@BUILD_STEP TODO: Perf tests@@@"
bb_print_logcat
« no previous file with comments | « build/android/buildbot/bb_perf_builder.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698