Skip to content
Snippets Groups Projects
Unverified Commit 42650393 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

contrib/ci: document kvm permissions configuration

parent aefb0b8c
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ cd gluon/contrib/ci/jenkins-community-slave/
docker build -t gluon-jenkins .
mkdir /var/cache/openwrt_dl_cache/
chown 1000:1000 /var/cache/openwrt_dl_cache
echo "z /dev/kvm 0666 - kvm -" > /etc/tmpfiles.d/kvm.conf
systemd-tmpfiles --create
docker run --detach --restart always \
--env "SLAVE_NAME=whoareyou" \
--env "SLAVE_SECRET=changeme" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment