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: dc689303f7708ea06d0f35332666e576f4c16cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.light.gl-mt-3
  %p
    = s_("Runners|Register as many runners as you want. You can register runners as separate users, on separate servers, and on your local machine.")

  %h5
    = s_("Runners|How do runners pick up jobs?")

  %p
    = s_("Runners|Runners are either:")

  %div
    %ul
      %li
        = gl_badge_tag s_("Runners|active"), variant: :success, size: :sm
        = _('- Available to run jobs.')
      %li
        = gl_badge_tag s_("Runners|paused"), variant: :danger, size: :sm
        = _('- Not available to run jobs.')

  %p
    = s_("Runners|Tags control which type of jobs a runner can handle. By tagging a runner, you make sure shared runners only handle the jobs they are equipped to run.")
    = link_to _("Learn more."), help_page_path("ci/runners/configure_runners", anchor: "use-tags-to-control-which-jobs-a-runner-can-run"), target: '_blank'