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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
af112c55
Commit
af112c55
authored
Aug 24, 2017
by
Shinya Maeda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add doc
parent
665774b4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
doc/ci/runners/README.md
doc/ci/runners/README.md
+19
-0
doc/ci/runners/img/protected_runners_check_box.png
doc/ci/runners/img/protected_runners_check_box.png
+0
-0
doc/ci/runners/img/specific_runners_edit_icon.png
doc/ci/runners/img/specific_runners_edit_icon.png
+0
-0
No files found.
doc/ci/runners/README.md
View file @
af112c55
...
...
@@ -107,6 +107,23 @@ To lock/unlock a Runner:
1.
Check the
**Lock to current projects**
option
1.
Click
**Save changes**
for the changes to take effect
## Protected runners
>**Notes:**
This feature requires GitLab 10.0 or higher.
You can protect runners from revealing sensitive information.
Whenever a runner is protected, the runner picks only jobs created on
[protected branches] or [protected tags], and ignore other jobs.
To protect/unprotect runners:
1.
Visit your project's
**Settings ➔ Pipelines**
1.
Find a runner you want to protect/unprotect and make sure it's enabled
1.
Click a pencil button !
[
specific runners edit icon
](
img/specific_runners_edit_icon.png
)
resides runner name
1.
Check the
**Protected**
option
1.
Click
**Save changes**
for the changes to take effect
## How shared Runners pick jobs
Shared Runners abide to a process queue we call fair usage. The fair usage
...
...
@@ -218,3 +235,5 @@ We're always looking for contributions that can mitigate these
[
install
]:
http://docs.gitlab.com/runner/install/
[
fifo
]:
https://en.wikipedia.org/wiki/FIFO_(computing_and_electronics)
[
register
]:
http://docs.gitlab.com/runner/register/
[
protected branches
]:
../../user/project/protected_branches.md
[
protected tags
]:
../../user/project/protected_tags.md
doc/ci/runners/img/protected_runners_check_box.png
0 → 100644
View file @
af112c55
8.38 KB
doc/ci/runners/img/specific_runners_edit_icon.png
0 → 100644
View file @
af112c55
1.38 KB
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