2016-01-14 05:55:15 -05:00
|
|
|
.light.prepend-top-default
|
2015-08-25 21:42:46 -04:00
|
|
|
%p
|
2017-01-26 06:52:58 -05:00
|
|
|
A 'Runner' is a process which runs a job.
|
2015-11-10 16:23:49 -05:00
|
|
|
You can setup as many Runners as you need.
|
2015-08-25 21:42:46 -04:00
|
|
|
%br
|
|
|
|
Runners can be placed on separate users, servers, and even on your local machine.
|
|
|
|
|
2015-11-10 16:23:49 -05:00
|
|
|
%p Each Runner can be in one of the following states:
|
2015-08-25 21:42:46 -04:00
|
|
|
%div
|
|
|
|
%ul
|
|
|
|
%li
|
|
|
|
%span.label.label-success active
|
2017-01-25 11:14:58 -05:00
|
|
|
\- Runner is active and can process any new jobs
|
2015-08-25 21:42:46 -04:00
|
|
|
%li
|
|
|
|
%span.label.label-danger paused
|
2017-01-25 11:14:58 -05:00
|
|
|
\- Runner is paused and will not receive any new jobs
|
2015-08-25 21:42:46 -04:00
|
|
|
|
|
|
|
%hr
|
|
|
|
|
2017-01-25 11:14:58 -05:00
|
|
|
%p.lead To start serving your jobs you can either add specific Runners to your project or use shared Runners
|
2015-08-25 21:42:46 -04:00
|
|
|
.row
|
|
|
|
.col-sm-6
|
2017-01-03 18:57:55 -05:00
|
|
|
= render 'projects/runners/specific_runners'
|
2015-08-25 21:42:46 -04:00
|
|
|
.col-sm-6
|
2017-01-03 18:57:55 -05:00
|
|
|
= render 'projects/runners/shared_runners'
|