File tree Expand file tree Collapse file tree 1 file changed +11
-23
lines changed
ci/cluster/oci/runners/16cpu-64gb Expand file tree Collapse file tree 1 file changed +11
-23
lines changed Original file line number Diff line number Diff line change @@ -194,12 +194,18 @@ template:
194194 securityContext :
195195 privileged : true
196196 volumeMounts :
197- - name : cache
198- mountPath : /home/runner/.cache
199- - name : go
200- mountPath : /home/runner/go
201197 - name : work
202- mountPath : /home/runner/_work
198+ mountPath : /home/runner/
199+ subPath : .cache
200+ - name : work
201+ mountPath : /home/runner/
202+ subPath : .gradle
203+ - name : work
204+ mountPath : /home/runner/
205+ subPath : go
206+ - name : work
207+ mountPath : /home/runner/
208+ subPath : _work
203209 - name : dind-sock
204210 mountPath : /run/docker
205211 - name : dind-externals
@@ -216,24 +222,6 @@ template:
216222 resources :
217223 requests :
218224 storage : 50Gi
219- - name : cache
220- ephemeral :
221- volumeClaimTemplate :
222- spec :
223- accessModes : [ "ReadWriteOnce" ]
224- storageClassName : oci-bv
225- resources :
226- requests :
227- storage : 10Gi
228- - name : go
229- ephemeral :
230- volumeClaimTemplate :
231- spec :
232- accessModes : [ "ReadWriteOnce" ]
233- storageClassName : oci-bv
234- resources :
235- requests :
236- storage : 10Gi
237225 - name : overlay
238226 ephemeral :
239227 volumeClaimTemplate :
You can’t perform that action at this time.
0 commit comments