Merge "Indicate whether a build is voting in the logs"

This commit is contained in:
Zuul 2018-10-17 10:22:55 +00:00 committed by Gerrit Code Review
commit 849e26f5e7
1 changed files with 2 additions and 2 deletions

View File

@ -1638,8 +1638,8 @@ class Build(object):
self.nodeset = None
def __repr__(self):
return ('<Build %s of %s on %s>' %
(self.uuid, self.job.name, self.worker))
return ('<Build %s of %s voting:%s on %s>' %
(self.uuid, self.job.name, self.job.voting, self.worker))
@property
def pipeline(self):