File tree Expand file tree Collapse file tree 5 files changed +65
-0
lines changed
ci/cluster/oci-arm64/runners Expand file tree Collapse file tree 5 files changed +65
-0
lines changed Original file line number Diff line number Diff line change @@ -377,6 +377,11 @@ spec:
377
377
- mountPath : /tmp
378
378
name : work
379
379
subPath : tmp
380
+ - mountPath : /lib/modules
381
+ name : modules
382
+ readOnly : true
383
+ - mountPath : /sys/fs/cgroup
384
+ name : cgroup
380
385
initContainers :
381
386
- command :
382
387
- chmod
@@ -417,6 +422,14 @@ spec:
417
422
- 999
418
423
serviceAccountName : oracle-16cpu-64gb-arm64-gha-rs-no-permission
419
424
volumes :
425
+ - name : modules
426
+ hostPath :
427
+ path : /lib/modules
428
+ type : Directory
429
+ - name : cgroup
430
+ hostPath :
431
+ path : /sys/fs/cgroup
432
+ type : Directory
420
433
- emptyDir : {}
421
434
name : dind-sock
422
435
- emptyDir : {}
Original file line number Diff line number Diff line change @@ -378,6 +378,11 @@ spec:
378
378
- mountPath : /tmp
379
379
name : work
380
380
subPath : tmp
381
+ - mountPath : /lib/modules
382
+ name : modules
383
+ readOnly : true
384
+ - mountPath : /sys/fs/cgroup
385
+ name : cgroup
381
386
initContainers :
382
387
- command :
383
388
- chmod
@@ -418,6 +423,14 @@ spec:
418
423
- 999
419
424
serviceAccountName : oracle-16cpu-64gb-arm64-gha-rs-no-permission
420
425
volumes :
426
+ - name : modules
427
+ hostPath :
428
+ path : /lib/modules
429
+ type : Directory
430
+ - name : cgroup
431
+ hostPath :
432
+ path : /sys/fs/cgroup
433
+ type : Directory
421
434
- emptyDir : {}
422
435
name : dind-sock
423
436
- emptyDir : {}
Original file line number Diff line number Diff line change @@ -377,6 +377,11 @@ spec:
377
377
- mountPath : /tmp
378
378
name : work
379
379
subPath : tmp
380
+ - mountPath : /lib/modules
381
+ name : modules
382
+ readOnly : true
383
+ - mountPath : /sys/fs/cgroup
384
+ name : cgroup
380
385
initContainers :
381
386
- command :
382
387
- chmod
@@ -417,6 +422,14 @@ spec:
417
422
- 999
418
423
serviceAccountName : oracle-16cpu-64gb-arm64-gha-rs-no-permission
419
424
volumes :
425
+ - name : modules
426
+ hostPath :
427
+ path : /lib/modules
428
+ type : Directory
429
+ - name : cgroup
430
+ hostPath :
431
+ path : /sys/fs/cgroup
432
+ type : Directory
420
433
- emptyDir : {}
421
434
name : dind-sock
422
435
- emptyDir : {}
Original file line number Diff line number Diff line change @@ -377,6 +377,11 @@ spec:
377
377
- mountPath : /tmp
378
378
name : work
379
379
subPath : tmp
380
+ - mountPath : /lib/modules
381
+ name : modules
382
+ readOnly : true
383
+ - mountPath : /sys/fs/cgroup
384
+ name : cgroup
380
385
initContainers :
381
386
- command :
382
387
- chmod
@@ -417,6 +422,14 @@ spec:
417
422
- 999
418
423
serviceAccountName : oracle-16cpu-64gb-arm64-gha-rs-no-permission
419
424
volumes :
425
+ - name : modules
426
+ hostPath :
427
+ path : /lib/modules
428
+ type : Directory
429
+ - name : cgroup
430
+ hostPath :
431
+ path : /sys/fs/cgroup
432
+ type : Directory
420
433
- emptyDir : {}
421
434
name : dind-sock
422
435
- emptyDir : {}
Original file line number Diff line number Diff line change @@ -378,6 +378,11 @@ spec:
378
378
- mountPath : /tmp
379
379
name : work
380
380
subPath : tmp
381
+ - mountPath : /lib/modules
382
+ name : modules
383
+ readOnly : true
384
+ - mountPath : /sys/fs/cgroup
385
+ name : cgroup
381
386
initContainers :
382
387
- command :
383
388
- chmod
@@ -418,6 +423,14 @@ spec:
418
423
- 999
419
424
serviceAccountName : oracle-16cpu-64gb-arm64-gha-rs-no-permission
420
425
volumes :
426
+ - name : modules
427
+ hostPath :
428
+ path : /lib/modules
429
+ type : Directory
430
+ - name : cgroup
431
+ hostPath :
432
+ path : /sys/fs/cgroup
433
+ type : Directory
421
434
- emptyDir : {}
422
435
name : dind-sock
423
436
- emptyDir : {}
You can’t perform that action at this time.
0 commit comments