[igt-dev] [PATCH i-g-t] tests/intel-ci: update blacklist
Kamil Konieczny
kamil.konieczny at linux.intel.com
Wed Apr 19 21:01:56 UTC 2023
Hi Nidhi,
On 2023-04-20 at 02:02:43 +0530, Nidhi Gupta wrote:
> Following tests are added in blacklist:
> -Block vmwgfx tests
> -Block execution of tests on pipe-g and pipe-h
>
> Signed-off-by: Nidhi Gupta <nidhi1.gupta at intel.com>
> ---
> tests/intel-ci/blacklist.txt | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
> index 243bc609..13ad3b5b 100644
> --- a/tests/intel-ci/blacklist.txt
> +++ b/tests/intel-ci/blacklist.txt
> @@ -93,6 +93,10 @@ igt at v3d_.*
> ###############################################
> igt at amdgpu/.*
> ###############################################
> +# VMware
> +###############################################
> +igt at vmwgfx/.*
------------ ^
Remove '/' so it will be:
igt at vmwgfx.*
With that fixed:
Acked-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
Regards,
Kamil
> +###############################################
> # Panfrost
> ###############################################
> igt at panfrost_.*
> @@ -113,10 +117,12 @@ igt at gem_ctx_isolation@.*-s4
> ###############################################
> igt at i915_suspend@shrink
> ###############################################
> -# pipe-e, pipe-f no current HW support
> +# pipe-e, pipe-f, pipe-g, pipe-h no current HW support
> ###############################################
> igt at .*@.*pipe-e($|-.*)
> igt at .*@.*pipe-f($|-.*)
> +igt at .*@.*pipe-g($|-.*)
> +igt at .*@.*pipe-h($|-.*)
>
> ###############################################
> # Temporary workarounds for CI-impacting bugs
> --
> 2.39.0
>
More information about the igt-dev
mailing list