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
68e5be13
Commit
68e5be13
authored
Aug 09, 2020
by
Ce Edge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed future tense
parent
9cf336a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
doc/ci/runners/README.md
doc/ci/runners/README.md
+4
-5
No files found.
doc/ci/runners/README.md
View file @
68e5be13
...
...
@@ -7,7 +7,7 @@ type: reference
# Configuring GitLab Runners
<!-- This topic contains several commented-out sections that were accidentally added in 13.2.-->
<!-- The commented-out sections
will b
e added back in 13.3.-->
<!-- The commented-out sections
ar
e added back in 13.3.-->
In GitLab CI/CD, Runners run the code defined in
[
`.gitlab-ci.yml`
](
../yaml/README.md
)
.
A GitLab Runner is a lightweight, highly-scalable agent that picks up a CI job through
...
...
@@ -266,7 +266,7 @@ if smaller than the [project defined timeout](../pipelines/settings.md#timeout),
This feature can be used to prevent your shared Runner from being overwhelmed
by a project that has jobs with a long timeout (for example, one week).
When not configured, Runners
will
not override the project timeout.
When not configured, Runners
do
not override the project timeout.
How this feature works:
...
...
@@ -329,8 +329,7 @@ To protect or unprotect a Runner:
Whenever a project is forked, it copies the settings of the jobs that relate
to it. This means that if you have shared Runners set up for a project and
someone forks that project, the shared Runners will also serve jobs of this
project.
someone forks that project, the shared Runners serve jobs of this project.
### Attack vectors in Runners
...
...
@@ -353,7 +352,7 @@ To reset the token:
1.
After the page is refreshed, expand the
**Runners settings**
section
and check the registration token - it should be changed.
From now on the old token is no longer valid and
will
not register
From now on the old token is no longer valid and
does
not register
any new Runners to the project. If you are using any tools to provision and
register new Runners, the tokens used in those tools should be updated to reflect the
value of the new token.
...
...
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