Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
buildstream
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
BuildStream
buildstream
Commits
d7fc7921
Commit
d7fc7921
authored
6 years ago
by
Jim MacArthur
Browse files
Options
Downloads
Patches
Plain Diff
Documentation: Include instance-name in remote execution documentation
parent
2321f3f7
No related branches found
No related tags found
No related merge requests found
Pipeline
#40198318
passed
6 years ago
Stage: prepare
Stage: test
Stage: post
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/format_project.rst
+10
-1
10 additions, 1 deletion
doc/source/format_project.rst
with
10 additions
and
1 deletion
doc/source/format_project.rst
+
10
−
1
View file @
d7fc7921
...
...
@@ -233,11 +233,13 @@ using the `remote-execution` option:
# A url defining a remote execution server
execution-service:
url: http://buildserver.example.com:50051
instance-name: development-emea-1
storage-service:
-
url: https://foo.com:11002/
url: https://foo.com:11002/
server-cert: server.crt
client-cert: client.crt
client-key: client.key
instance-name: development-emea-1
action-cache-service:
url: http://bar.action.com:50052
...
...
@@ -257,6 +259,13 @@ caching. Remote execution cannot work without push access to the
storage endpoint, so you must specify a client certificate and key,
and a server certificate.
Instance name is optional. Instance names separate different shards on
the same endpoint (url). You can supply a different instance name for
`execution-service` and `storage-service`, if needed. The instance
name should be given to you by the service provider of each
service. Not all remote execution and storage services support
instance names.
The Remote Execution API can be found via https://github.com/bazelbuild/remote-apis.
.. _project_essentials_mirrors:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment