Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run-queue: Extend queue capability check to job-runner
With job-runner, the bits that actually need /dev/kvm don't run in the "queue monitor" task container any more, but in separate containers. We want to drop importing /dev/kvm into the monitor container [1], so extend the check to also accept the presence of a job-runner configuration. With that we can drop the check for `COCKPIT_TESTMAP_INJECT` -- that was just a hack, and the cockpituous integration tests define `JOB_RUNNER_CONFIG` already. [1] cockpit-project/cockpituous#590
- Loading branch information