Skip to content

setup: Check if we can have targeted tests

Check if we have patches which change any source files we can target, in the setup stage. If we don't, set targeted_tests to -1 to indicate that, and to differentiate from the case of actually changing eligible sources, but not having any tests for them, which is reported as 0.

Concerns https://gitlab.com/cki-project/kernel-tests/-/issues/820

Merge request reports