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

_shared_runners_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: 2779901ca0ccd140e9a3304d58d77630a7724c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-# "MaxBuilds" is a runner configuration keyword so it must not be translated.
- link = link_to 'MaxBuilds', 'https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runnersmachine-section', target: '_blank', rel: 'noopener noreferrer'

%h4
  = _('Shared runners')

.bs-callout{ data: { testid: 'shared-runners-description' } }
  %p= _('These runners are shared across this GitLab instance.')
  - if Gitlab::CurrentSettings.shared_runners_text.present?
    = markdown(Gitlab::CurrentSettings.current_application_settings.shared_runners_text)
  - else
    %p= _('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 }