Skip to content

Commit

Permalink
contrib/ci: document kvm permissions configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Apr 25, 2020
1 parent aefb0b8 commit 4265039
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/ci/jenkins-community-slave/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 4265039

Please sign in to comment.