Skip to content

Prevent from scheduling Jobs on Devices in Unknown state

This patch temporarily mitigates rare effect of scheduling TestJobs on Devices in Unknown state. Such events could occur because additional device state check was dropped in one of the performance improvement patches.

This patch is not a permanent solution. It doesn't cover previously supported use case where a Device could be made available for scheduling a TestJob by completing its HealthCheck while other DeviceTypes were managed by the LAVA scheduler.

Signed-off-by: Paweł Wieczorek pawiecz@collabora.com

Merge request reports