'Runners|This runner is available to all groups and projects in your GitLab instance.',
),
message:s__(
'Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner.',
'Runners|This runner is available to all groups and projects in your GitLab instance.',
),
variant:'success',
anchor:'shared-runners',
},
[GROUP_TYPE]:{
title:s__('Runners|This runner is available to all projects and subgroups in a group.'),
message:s__(
'Runners|Use Group runners when you want all projects in a group to have access to a set of runners.',
),
message:s__('Runners|This runner is available to all projects and subgroups in a group.'),
variant:'success',
anchor:'group-runners',
},
[PROJECT_TYPE]:{
title:s__('Runners|This runner is associated with specific projects.'),
message:s__(
'Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner.',
),
message:s__('Runners|This runner is associated with one or more projects.'),