Re: [PATCH] intel-ci/i915/blocklist: Add sriov tests to blocklist
Kamil Konieczny <[email protected]>
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Message-ID | <[email protected]> |
Hi Krzysztof,
On 2026-08-12 at 09:45:14 +0000, Krzysztof Karas wrote:
please make prefix short, it could be:
[PATCH] intel-ci: Block sriov tests on i915
> With addition of commit c9a41149d843
> ("tests/sriov_basic: Validate PF unbind with VFs enabled")
> a set of sriov tests was enabled on i915 machines what,
> expectedly, produces multitude of SKIPs in our CI [1].
>
> Amend the problem by disabling all sriov testing on i915.
>
> [1] https://gfx-ci.igk.intel.com/cibuglog-ng/issue/24557?table=&page=3&page_size=100#query_key=dc51d83bc41c2b44b58762c6cd35195d043d85ce
>
> Signed-off-by: Krzysztof Karas <[email protected]>
> ---
> tests/intel-ci/i915.blocklist.txt | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/tests/intel-ci/i915.blocklist.txt b/tests/intel-ci/i915.blocklist.txt
> index da467ae49..9f7aef0a5 100644
> --- a/tests/intel-ci/i915.blocklist.txt
> +++ b/tests/intel-ci/i915.blocklist.txt
> @@ -221,3 +221,6 @@ igt@kms_vrr@lobf-dc3co
> ##################################################################
> igt@kms_setmode@basic-no-cpu-idle
> ##################################################################
> +# Valid skip :- SRIOV is not supported by i915
Please make it short, basically all are valid reasons so just:
# SRIOV is not supported by i915
> +##################################################################
> +igt@sriov_basic.*
If you want all, better:
igt@.*sriov.*
Regards,
Kamil
> --
> 2.34.1
>