Index: build/android/buildbot/bb_webkit_latest_webkit_tester.sh |
diff --git a/build/android/buildbot/bb_fyi_tester.sh b/build/android/buildbot/bb_webkit_latest_webkit_tester.sh |
similarity index 68% |
copy from build/android/buildbot/bb_fyi_tester.sh |
copy to build/android/buildbot/bb_webkit_latest_webkit_tester.sh |
index 122fe40f6646a755f57d8504a505f46f6480fb80..61694e8cd3157b9372430bd47a13fea83193f918 100755 |
--- a/build/android/buildbot/bb_fyi_tester.sh |
+++ b/build/android/buildbot/bb_webkit_latest_webkit_tester.sh |
@@ -3,8 +3,8 @@ |
# 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 fyi waterfall and fyi trybots. |
-# Downloads and extracts a build from the builder and runs tests. |
+# Buildbot annotator script for the Webkit latest webkit tester on the |
+# webkit canary waterfall. |
BB_DIR="$(dirname $0)" |
BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)" |
@@ -14,6 +14,6 @@ bb_baseline_setup "$BB_SRC_ROOT" "$@" |
bb_spawn_logcat_monitor_and_status |
bb_extract_build |
bb_reboot_phones |
-bb_run_unit_tests |
-bb_run_instrumentation_tests |
+# TODO(peter@): Replace this with a test call |
+print "@@@BUILD_STEP TODO Run webit tests@@@" |
bb_print_logcat |