[PATCH i-g-t 3/3] tests/intel-ci: Update blocklists
Kamil Konieczny
kamil.konieczny at linux.intel.com
Tue Jun 11 16:37:33 UTC 2024
Hi Bhanuprakash,
On 2024-06-10 at 13:31:49 +0530, Bhanuprakash Modem wrote:
> As non-Intel tests are moved to different directories,
> update the Intel CI blocklist accordingly.
>
> Fixes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11129
> Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
> ---
> tests/intel-ci/blacklist.txt | 12 ++++++------
> tests/intel-ci/xe.blocklist.txt | 12 ++++++------
> 2 files changed, 12 insertions(+), 12 deletions(-)
>
> diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
> index 4fdefb90d..45a24a8aa 100644
> --- a/tests/intel-ci/blacklist.txt
> +++ b/tests/intel-ci/blacklist.txt
> @@ -91,24 +91,24 @@ igt at kms_chamelium_frames@hdmi-.*-planes-random
> ###############################################
> # Broadcom
> ###############################################
> -igt at vc4_.*
> -igt at v3d_.*
> +igt at vc4@.*
> +igt at v3d@.*
----------^
Looks ok but why not just:
igt at vc4.*
igt at v3d.*
> ###############################################
> # AMD
> ###############################################
> -igt at amdgpu/.*
-------------^
> +igt at amdgpu@.*
Same here, why not
igt at amdgpu.*
Was it actual bug here? imho you could just send a separate fix
(up to you, it can go with this patchset).
Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> ###############################################
> # VMware
> ###############################################
> -igt at vmwgfx.*
> +igt at vmwgfx@.*
> ###############################################
> # Panfrost
> ###############################################
> -igt at panfrost_.*
> +igt at panfrost@.*
> ###############################################
> # Qualcomm
> ###############################################
> -igt at msm_.*
> +igt at msm@.*
> ###############################################
> # Hibernate: not configured correctly on CI
> ###############################################
> diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
> index b33b568fa..8bf5b45cc 100644
> --- a/tests/intel-ci/xe.blocklist.txt
> +++ b/tests/intel-ci/xe.blocklist.txt
> @@ -3,14 +3,14 @@ igt at meta_test(@.*)?
> ##################################################################
> # Non-Intel driver tests
> ##################################################################
> -igt at amdgpu.*
> -igt at msm_.*
> +igt at amdgpu@.*
> +igt at msm@.*
> igt at nouveau_.*
> -igt at panfrost_.*
> -igt at v3d.*
> -igt at vc4.*
> +igt at panfrost@.*
> +igt at v3d@.*
> +igt at vc4@.*
> igt at vgem_.*
> -igt at vmwgfx.*
> +igt at vmwgfx@.*
> ##################################################################
> # Exclude all i915 tests
> ##################################################################
> --
> 2.43.2
>
More information about the igt-dev
mailing list