Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_runner_description.html.haml « runners « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d59c2f70789e4804d813f1f7faec8f498cbb5d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.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')