Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gitlab-runner
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
1,386
Issues
1,386
List
Boards
Labels
Service Desk
Milestones
Merge Requests
187
Merge Requests
187
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GitLab.org
gitlab-runner
Commits
af524883
Commit
af524883
authored
Feb 08, 2019
by
Achilleas Pipinellis
🚀
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'docs/fix-overlapped-table' into 'master'
Set table to not display under TOC See merge request
!1168
parents
1c6211b3
5b9f0044
Pipeline
#46720453
passed with stages
in 32 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
docs/configuration/advanced-configuration.md
docs/configuration/advanced-configuration.md
+7
-3
No files found.
docs/configuration/advanced-configuration.md
View file @
af524883
---
table_display_block
:
true
---
# Advanced configuration
GitLab Runner configuration uses the
[
TOML
][]
format.
...
...
@@ -65,8 +69,8 @@ be repeated after all requests for the other workers + their sleeps are called.
## The `[session_server]` section
The section
`[session_server]`
is a system runner level configuration, so it should be specified at the root level,
not per executor i.e. it should be outside
`[[runners]]`
section. The session server allows the user to interact
The section
`[session_server]`
is a system runner level configuration, so it should be specified at the root level,
not per executor i.e. it should be outside
`[[runners]]`
section. The session server allows the user to interact
with jobs that the Runner is responsible for. A good example of this is the
[
interactive web terminal
](
https://docs.gitlab.com/ee/ci/interactive_web_terminal
)
.
...
...
@@ -527,7 +531,7 @@ minimizing the possibility of leaking the cache adapter's credentials.
NOTE:
**Note:**
Previous note implies
[
S3 cache adapter
](
#the-runnerscaches3-section
)
, if configured to use
IAM instance profile, will use the profile attached with GitLab Runner's machine.
IAM instance profile, will use the profile attached with GitLab Runner's machine.
Similarly for
[
GCS cache adapter
](
#the-runnerscachegcs-section
)
, if configured to
use the
`CredentialsFile`
, the file needs to be present on GitLab Runner's machine.
...
...
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