ReleaseEngineering/PuppetAgain/Modules/runner

From MozillaWiki
< ReleaseEngineering‎ | PuppetAgain‎ | Modules
Revision as of 16:33, 24 June 2014 by Ianconnolly (talk | contribs) (Created page with "The runner module installs Runner, which manages pre-buildbot tasks on slaves (currently CentOS build slaves only). =Runner= Documentation and usage for Runner itself can be...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The runner module installs Runner, which manages pre-buildbot tasks on slaves (currently CentOS build slaves only).

Runner

Documentation and usage for Runner itself can be found in its repository.

Tasks

To add a task to be managed by Runner, the script should be added to runner/files and an instance of the runner::task class should be created (see the existing tasks in runner::tasks for examples)