summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorPeter Mayo <petermayo@chromium.org>2014-05-16 14:28:27 -0400
committerPeter Mayo <petermayo@chromium.org>2014-05-16 20:05:26 +0000
commit5416afb57abc026831f47940c9b343423e0cb8b2 (patch)
treecd61a8127b152b44e0a499248e38f065f708c9b5 /buildbot
parenta29f1f7f0c71be7616c20b7b1dde0c9fe1a9c7c3 (diff)
downloadchromite-5416afb57abc026831f47940c9b343423e0cb8b2.tar.gz
Fix the title on multiboard steps.
BUG=None TEST=unittests Change-Id: I966dc7b47370075497293f6f3e82cc2e6f223641 Reviewed-on: https://chromium-review.googlesource.com/200125 Reviewed-by: David James <davidjames@chromium.org> Tested-by: Peter Mayo <petermayo@chromium.org>
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/stages/generic_stages.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildbot/stages/generic_stages.py b/buildbot/stages/generic_stages.py
index d3d099d61..41d0ebc9a 100644
--- a/buildbot/stages/generic_stages.py
+++ b/buildbot/stages/generic_stages.py
@@ -218,6 +218,9 @@ class BuilderStage(object):
"""Can be overridden. Called before a stage is performed."""
# Tell the buildbot we are starting a new step for the waterfall
+ # and late bind the buildbot name, because renames before this should
+ # take effect.
+ self._bb_name = self.name
cros_build_lib.PrintBuildbotStepName(self._bb_name)
self._PrintLoudly('Start Stage %s - %s\n\n%s' % (