Commit 5e3a398 1 parent 9ca717a commit 5e3a398 Copy full SHA for 5e3a398
File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,7 @@ ExecStartPre=-/usr/bin/podman rm -f cockpit-tasks-%i
47
47
ExecStartPre=/usr/bin/chcon -R -l s0 ${CACHE} /images/
48
48
ExecStartPre=/usr/bin/flock /tmp/cockpit-image-pull podman pull quay.io/cockpit/tasks
49
49
# job-runner doesn't need /images, but we still need it for the run-queue store-tests task
50
- # FIXME: /dev/kvm should be dropped, but fix bots run-queue for that (indication of whether to run kvm tasks)
51
50
ExecStart=/usr/bin/podman run --name=cockpit-tasks-%i --hostname=${CONTAINER_HOSTNAME} \
52
- --device=/dev/kvm \
53
51
--volume=${CACHE} /images:/cache/images:rw \
54
52
--volume=${SECRETS} /tasks:/run/secrets/tasks:ro \
55
53
--volume=${SECRETS} /webhook:/run/secrets/webhook:ro \
You can’t perform that action at this time.
0 commit comments