Skip to content

Commit

Permalink
Warn that buildHorizon and logHorizon are currently ignored.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomprince committed Jun 25, 2016
1 parent 4a94332 commit 11c9f62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions master/buildbot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,8 @@ def check_status(self):

def check_horizons(self):
if self.logHorizon is not None and self.buildHorizon is not None:
log.msg("NOTE: `buildHorizon` and `logHorizon` are currently ignored "
"(see http://trac.buildbot.net/ticket/3572)")
if self.logHorizon > self.buildHorizon:
error("logHorizon must be less than or equal to buildHorizon")

Expand Down

0 comments on commit 11c9f62

Please sign in to comment.