[Buildbot-commits] [SPAM] [Buildbot] #766: when scheduler is not found build step returns success
Buildbot
buildbot-devel at lists.sourceforge.net
Wed Mar 31 09:54:47 UTC 2010
#766: when scheduler is not found build step returns success
-------------------+--------------------------------------------------------
Reporter: chrb | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Version: 0.8.0 | Keywords:
-------------------+--------------------------------------------------------
When a triggerable scheduler is not found the trigger build step returns
success (same as when the scheduler is found). It should instead fail, so
the buildstep will be highlighted as failing in the web ui.
steps/trigger.py:
{{{
if unknown_schedulers:
self.step_status.setText(['no scheduler:'] +
unknown_schedulers)
else:
self.step_status.setText(['triggered'] + triggered_schedulers)
}}}
--
Ticket URL: <http://buildbot.net/trac/ticket/766>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list