BigW Consortium Gitlab

_index.html.haml 751 Bytes
Newer Older
1
.light.prepend-top-default
2
  %p
Filipa Lacerda committed
3
    A 'Runner' is a process which runs a job.
4
    You can setup as many Runners as you need.
5 6 7
    %br
    Runners can be placed on separate users, servers, and even on your local machine.

8
  %p Each Runner can be in one of the following states:
9 10 11 12
  %div
    %ul
      %li
        %span.label.label-success active
Filipa Lacerda committed
13
        \- Runner is active and can process any new jobs
14 15
      %li
        %span.label.label-danger paused
Filipa Lacerda committed
16
        \- Runner is paused and will not receive any new jobs
17 18 19

%hr

Filipa Lacerda committed
20
%p.lead To start serving your jobs you can either add specific Runners to your project or use shared Runners
21 22
.row
  .col-sm-6
23
    = render 'projects/runners/specific_runners'
24
  .col-sm-6
25
    = render 'projects/runners/shared_runners'