2021-01-03 14:25:43 +05:30
- link = link_to _('MaxBuilds'), 'https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runnersmachine-section', target: '_blank'
2021-03-08 18:12:59 +05:30
%h4
2021-01-03 14:25:43 +05:30
= _('Shared runners')
.bs-callout.shared-runners-description
2021-03-08 18:12:59 +05:30
= _('These runners are shared across this GitLab instance.')
%p
2021-01-03 14:25:43 +05:30
- 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