ReleaseEngineering/Applications/Runner: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "Runner runs tasks on buildslaves, one of which is Buildbot. The idea is to autonomously do setup and cleanup tasks so that Buildbot jobs can execute as quickly as possible. ...")
 
No edit summary
Line 1: Line 1:
Runner runs tasks on buildslaves, one of which is Buildbot.  The idea is to autonomously do setup and cleanup tasks so that Buildbot jobs can execute as quickly as possible.
Runner runs tasks on buildslaves, one of which is Buildbot.  The idea is to autonomously do setup and cleanup tasks so that Buildbot jobs can execute as quickly as possible.


See
See https://github.com/catlee/runner for docs.
* https://github.com/catlee/runner

Revision as of 21:37, 19 August 2014

Runner runs tasks on buildslaves, one of which is Buildbot. The idea is to autonomously do setup and cleanup tasks so that Buildbot jobs can execute as quickly as possible.

See https://github.com/catlee/runner for docs.