#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
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits