summaryrefslogtreecommitdiff
path: root/app/views/projects/runners/_index.html.haml
blob: 3f5119d408b50eee583e5b4a1c5e3e0bdfcbbada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.light.prepend-top-default
  %p
    A 'Runner' is a process which runs a job.
    You can setup as many Runners as you need.
    %br
    Runners can be placed on separate users, servers, and even on your local machine.

  %p Each Runner can be in one of the following states:
  %div
    %ul
      %li
        %span.label.label-success active
        \- Runner is active and can process any new jobs
      %li
        %span.label.label-danger paused
        \- Runner is paused and will not receive any new jobs

%hr

%p.lead To start serving your jobs you can either add specific Runners to your project or use shared Runners
.row
  .col-sm-6
    = render 'projects/runners/specific_runners'
  .col-sm-6
    = render 'projects/runners/shared_runners'
.row
  .col-sm-6
  .col-sm-6
    = render 'projects/runners/group_runners'