~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/buildmaster/doc/builder.txt

Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
301
301
 
302
302
    >>> rescue_slave_if_lost(BuildingSlave(build_id='bad'))
303
303
    Aborting slave
304
 
    WARNING:root:Builder 'mock' rescued from 'bad': 'Bad value'
 
304
    INFO:root:Builder 'mock' rescued from 'bad': 'Bad value'
305
305
 
306
306
Slaves having completed an incorrect build are also declared lost,
307
307
but there's no need to abort a completed build. Such builders are
309
309
 
310
310
    >>> rescue_slave_if_lost(WaitingSlave(build_id='bad'))
311
311
    Cleaning slave
312
 
    WARNING:root:Builder 'mock' rescued from 'bad': 'Bad value'
 
312
    INFO:root:Builder 'mock' rescued from 'bad': 'Bad value'
313
313