summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsivachandra@chromium.org <sivachandra@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 21:36:25 +0000
committersivachandra@chromium.org <sivachandra@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 21:36:25 +0000
commit04e50c7bfe45d6a1d7775df28ec19988b991b16c (patch)
tree068babc37b6d9df7fedb0927157054bfd9385034
parent65a6fc3952bd6db9239946424f280cf29f21ec99 (diff)
downloadchromium_src-04e50c7bfe45d6a1d7775df28ec19988b991b16c.zip
chromium_src-04e50c7bfe45d6a1d7775df28ec19988b991b16c.tar.gz
chromium_src-04e50c7bfe45d6a1d7775df28ec19988b991b16c.tar.bz2
[Android Buildbot] Do not emit BUILD_STEP annotations for perf bisect.
The perf bisect scripts emit their own annotations and we do not want to emit annotations outside of them and enter into an inconsistent state. BUG=266324 TBR=ilevy NOTRY=True Review URL: https://chromiumcodereview.appspot.com/23383004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218837 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xbuild/android/buildbot/bb_host_steps.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/android/buildbot/bb_host_steps.py b/build/android/buildbot/bb_host_steps.py
index a28f576..adb9ca0 100755
--- a/build/android/buildbot/bb_host_steps.py
+++ b/build/android/buildbot/bb_host_steps.py
@@ -96,7 +96,6 @@ def FindBugs(options):
def BisectPerfRegression(_):
- bb_annotations.PrintNamedStep('Bisect Perf Regression')
RunCmd([SrcPath('tools', 'prepare-bisect-perf-regression.py'),
'-w', os.path.join(constants.DIR_SOURCE_ROOT, os.pardir)])
RunCmd([SrcPath('tools', 'run-bisect-perf-regression.py'),