Skip to content

Commit 1627604

Browse files
MaisenbacherDigaw
authored andcommitted
CI: add missing bind-mount option for /dev
The failing run-nightly-tests GitHub action is caused by a missing bind-mount option of the /dev directory. Without the 'shared' bind-propagation the device tree is not reliably updated within the container. This causes newly created namespaces not to show up. Signed-off-by: Dennis Maisenbacher <[email protected]>
1 parent 3ecd50e commit 1627604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-nightly-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
#BDEV0 is an environment variable of the self-hosted runner instance
1717
#that contains a valid nvme ctrl name which is capable of the nvm
1818
#command set.
19-
options: '--privileged -e BDEV0'
19+
options: '--privileged -v "/dev":"/dev":z -e BDEV0'
2020
steps:
2121
- name: Output kernel version
2222
run: |

0 commit comments

Comments
 (0)