Chromium Code Reviews| 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 81% |
| copy from build/android/buildbot/bb_try_clang_builder.sh |
| copy to build/android/buildbot/bb_perf_builder.sh |
| index 75ff9f4b5efd8200a12ae79e2a84578ce5e1ee13..2859b5bfea136a35494767ca3422506c947123c3 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,5 @@ BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)" |
| bb_baseline_setup "$BB_SRC_ROOT" "$@" |
| bb_compile |
| +bb_run_findbugs |
|
cmp
2012/11/17 03:07:35
Sounds like you're planning to remove this.
Isaac (away)
2012/11/17 03:08:33
yep, done in patchset 2. thanks.
|
| +bb_zip_build |