File: _runner_description.html.haml

package info (click to toggle)
gitlab 17.6.5-19
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 629,368 kB
  • sloc: ruby: 1,915,304; javascript: 557,307; sql: 60,639; xml: 6,509; sh: 4,567; makefile: 1,239; python: 406
file content (22 lines) | stat: -rw-r--r-- 822 bytes parent folder | download
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
        = _('- Available to run jobs.')
      %li
        = gl_badge_tag s_("Runners|paused"), variant: :danger
        = _('- 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 runners only handle the jobs they are equipped to run.")
    = link_to _("Learn more."), help_page_path("ci/runners/configure_runners.md", anchor: "how-the-runner-uses-tags"), target: '_blank'