File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed
ci/cluster/oci/runners/16cpu-64gb Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,19 @@ template:
180
180
limits :
181
181
memory : 68Gi
182
182
cpu : 20
183
+ volumeMounts :
184
+ - name : work
185
+ mountPath : /home/runner/
186
+ subPath : _work
187
+ - name : work
188
+ mountPath : /home/runner/
189
+ subPath : .cache
190
+ - name : work
191
+ mountPath : /home/runner/
192
+ subPath : .gradle
193
+ - name : work
194
+ mountPath : /home/runner/
195
+ subPath : go
183
196
- name : dind
184
197
image : docker:dind
185
198
args :
@@ -194,15 +207,6 @@ template:
194
207
securityContext :
195
208
privileged : true
196
209
volumeMounts :
197
- - name : 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
210
- name : work
207
211
mountPath : /home/runner/
208
212
subPath : _work
You can’t perform that action at this time.
0 commit comments