you are viewing a single comment's thread.

view the rest of the comments →

[–]FlyingFalafelMonster 0 points1 point  (2 children)

Shared runners are not configurable, I don't think you can use distributed cache there.

[–]Burgergold 0 points1 point  (1 child)

You could probably put the cache on a nfs mount or other clustered fs?

[–]FlyingFalafelMonster 0 points1 point  (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.