=_('GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com).')
=_('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}
| `default_branch_protection` | integer | no | See [Options for `default_branch_protection`](#options-for-default_branch_protection). Default to the global level default branch protection setting. |
| `shared_runners_minutes_limit` | integer | no | **(STARTER ONLY)** Pipeline minutes quota for this group (included in plan). Can be `nil` (default; inherit system default), `0` (unlimited) or `> 0` |
| `extra_shared_runners_minutes_limit` | integer | no | **(STARTER ONLY)** Extra pipeline minutes quota for this group (purchased in addition to the minutes included in the plan). |
| `shared_runners_setting` | string | no | See [Options for `shared_runners_setting`](#options-for-shared_runners_setting). Enable or disable shared runners for a group's subgroups and projects. |
### Options for `default_branch_protection`
...
...
@@ -770,6 +771,16 @@ The `default_branch_protection` attribute determines whether developers and main
| `1` | Partial protection. Developers and maintainers can: <br>- Push new commits |
| `2` | Full protection. Only maintainers can: <br>- Push new commits |
### Options for `shared_runners_setting`
The `shared_runners_setting` attribute determines whether shared runners are enabled for a group's subgroups and projects.
| `enabled` | Enables shared runners for all projects and subgroups in this group. |
| `disabled_with_override` | Disables shared runners for all projects and subgroups in this group, but allows subgroups to override this setting. |
| `disabled_and_unoverridable` | Disables shared runners for all projects and subgroups in this group, and prevents subgroups from overriding this setting. |
## New Subgroup
This is similar to creating a [New group](#new-group). You'll need the `parent_id` from the [List groups](#list-groups) call. You can then enter the desired:
optional:lfs_enabled,type: Boolean,desc: 'Enable/disable LFS for the projects in this group'
optional:request_access_enabled,type: Boolean,desc: 'Allow users to request member access'
optional:default_branch_protection,type: Integer,values: ::Gitlab::Access.protection_values,desc: 'Determine if developers can push to master'
optional:shared_runners_setting,type: String,values: ::Namespace::SHARED_RUNNERS_SETTINGS,desc: 'Enable/disable shared runners for the group and its subgroups and projects'
msgid "Allow owners to manually add users outside of LDAP"
msgstr ""
msgid "Allow projects and subgroups to override the group setting"
msgstr ""
msgid "Allow projects within this group to use Git LFS"
msgstr ""
...
...
@@ -2647,6 +2650,9 @@ msgstr ""
msgid "Allowed to fail"
msgstr ""
msgid "Allows projects or subgroups in this group to override the global setting."
msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
...
...
@@ -3010,6 +3016,9 @@ msgstr ""
msgid "An error occurred while updating approvers"
msgstr ""
msgid "An error occurred while updating configuration."
msgstr ""
msgid "An error occurred while updating labels."
msgstr ""
...
...
@@ -9105,7 +9114,7 @@ msgstr ""
msgid "Disable public access to Pages sites"
msgstr ""
msgid "Disable shared Runners"
msgid "Disable shared runners"
msgstr ""
msgid "Disable two-factor authentication"
...
...
@@ -9731,7 +9740,13 @@ msgstr ""
msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
msgid "Enable shared Runners"
msgid "Enable shared runners"
msgstr ""
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
msgid "Enable shared runners for this group"
msgstr ""
msgid "Enable snowplow tracking"
...
...
@@ -12073,9 +12088,6 @@ msgstr ""
msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email."
msgstr ""
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
msgid "GitLab Shell"
msgstr ""
...
...
@@ -15765,6 +15777,9 @@ msgstr ""
msgid "Max size 15 MB"
msgstr ""
msgid "MaxBuilds"
msgstr ""
msgid "Maximum Conan package file size in bytes"
msgstr ""
...
...
@@ -21278,6 +21293,9 @@ msgstr ""
msgid "Refresh"
msgstr ""
msgid "Refresh the page and try again."
msgstr ""
msgid "Refreshing in a second to show the updated status..."
msgid_plural "Refreshing in %d seconds to show the updated status..."
msgstr[0] ""
...
...
@@ -23614,6 +23632,9 @@ msgstr ""
msgid "Set up pipeline subscriptions for this project."
msgstr ""
msgid "Set up shared runner availability"
msgstr ""
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
...
...
@@ -23719,6 +23740,15 @@ msgstr ""
msgid "Shared projects"
msgstr ""
msgid "Shared runners"
msgstr ""
msgid "Shared runners are disabled for the parent group"
msgstr ""
msgid "Shared runners disabled on group level"
msgstr ""
msgid "Shared runners help link"
msgstr ""
...
...
@@ -25857,6 +25887,9 @@ msgstr ""
msgid "The roadmap shows the progress of your epics along a timeline"
msgstr ""
msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)."