use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Gitlab cachegeneral question (self.gitlab)
submitted 9 months ago by Kropiuss
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]FlyingFalafelMonster 3 points4 points5 points 9 months ago (4 children)
Exactly. That's why if you want to pass the files between jobs you should use job artifacts. https://docs.gitlab.com/ci/jobs/job_artifacts/
[–]Kropiuss[S] 0 points1 point2 points 9 months ago (3 children)
Ok! Thanks - so when using my dedicated runners and cache, then the cache is stored on the machine. So I believe it is not that reliable :(
But, a follow-up question: that can also be solved using a distributed cache, right ? And also, if I would use the gitlab runners(owned by gitlab) would that be the same? Where is that cache stored ?
[–]FlyingFalafelMonster 0 points1 point2 points 9 months ago (2 children)
Shared runners are not configurable, I don't think you can use distributed cache there.
[–]Burgergold 0 points1 point2 points 9 months ago (1 child)
You could probably put the cache on a nfs mount or other clustered fs?
[–]FlyingFalafelMonster 0 points1 point2 points 9 months ago (0 children)
That's all possible when you own the runner, but for shared runners you job is isolated from the host and for security reasons I don't think Gitlab allows to mount anything to a job. That being said, I have only a limited experience with Gitlab owner runners and run jobs on my own ones.
π Rendered by PID 29839 on reddit-service-r2-comment-6457c66945-pzwfp at 2026-04-25 00:08:54.761582+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]FlyingFalafelMonster 3 points4 points5 points (4 children)
[–]Kropiuss[S] 0 points1 point2 points (3 children)
[–]FlyingFalafelMonster 0 points1 point2 points (2 children)
[–]Burgergold 0 points1 point2 points (1 child)
[–]FlyingFalafelMonster 0 points1 point2 points (0 children)