summaryrefslogtreecommitdiff
path: root/app/views/shared/runners/_shared_runners_description.html.haml
blob: 92564ec48bd676b7c45012329bbe986225d65f33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- link = link_to _('MaxBuilds'), 'https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runnersmachine-section', target: '_blank'

%h4
  = _('Shared runners')

.bs-callout.shared-runners-description
  = _('These runners are shared across this GitLab instance.')
  %p
  - if Gitlab::CurrentSettings.shared_runners_text.present?
    = markdown_field(Gitlab::CurrentSettings.current_application_settings, :shared_runners_text)
  - else
    = _('The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com).').html_safe % { link: link }
  = yield