Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
e415b177
Verified
Commit
e415b177
authored
1 year ago
by
Jérôme Charaoui
Browse files
Options
Downloads
Patches
Plain Diff
service/ci: document the name of the cache bucket
parent
891038d5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
service/ci.md
+3
-3
3 additions, 3 deletions
service/ci.md
with
3 additions
and
3 deletions
service/ci.md
+
3
−
3
View file @
e415b177
...
...
@@ -509,9 +509,9 @@ seconds, technically) [rate limit](https://www.docker.com/increase-rate-limits/)
In order to increase the efficiency of the GitLab CI caching mechanism, job
caches configured via the
`cache:`
key in
`.gitlab-ci.yml`
are uploaded to
[
object storage
](
service/object-storage
)
at the end of jobs
. This means that it
doesn't matter on which runner a job is run, it will always get the latest copy
of its cache.
[
object storage
](
service/object-storage
)
at the end of jobs
, in the
`gitlab-ci-runner-cache`
bucket. This means that it doesn't matter on which
runner a job is run, it will always get the latest copy
of its cache.
This feature is enabled via the runner instance configuration located in
`/etc/gitlab-runner/config.toml`
, and is also configured on the OSUOSL-hosted
...
...
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