Indicate whether a build is voting in the logs

Change-Id: Ic05f181f47daa68964885eb95db2316022f0f14b
This commit is contained in:
James E. Blair 2018-09-27 12:59:35 -07:00
parent f080776c1d
commit de8f3e34ab
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):