Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
10a976be
Commit
10a976be
authored
Oct 21, 2020
by
Mike Borthwick
Committed by
Suzanne Selhorn
Oct 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc/ci/runners/README.md
parent
59b1705a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
doc/ci/runners/README.md
doc/ci/runners/README.md
+4
-1
No files found.
doc/ci/runners/README.md
View file @
10a976be
...
@@ -388,7 +388,10 @@ you must have Owner [permissions](../../user/permissions.md#project-members-perm
...
@@ -388,7 +388,10 @@ you must have Owner [permissions](../../user/permissions.md#project-members-perm
You must set up a runner to be able to run all the different types of jobs
You must set up a runner to be able to run all the different types of jobs
that it may encounter on the projects it's shared over. This would be
that it may encounter on the projects it's shared over. This would be
problematic for large amounts of projects, if it weren't for tags.
problematic for large amounts of projects, if it weren't for tags.
GitLab CI tags are not the same as Git tags. GitLab CI tags are associated with runners.
Git tags are associated with commits.
By tagging a runner for the types of jobs it can handle, you can make sure
By tagging a runner for the types of jobs it can handle, you can make sure
shared runners will
[
only run the jobs they are equipped to run
](
../yaml/README.md#tags
)
.
shared runners will
[
only run the jobs they are equipped to run
](
../yaml/README.md#tags
)
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment