[igt-dev] [PATCH i-g-t v2] tests/intel-ci/xe: Blocklist non-Xe tests

Kamil Konieczny kamil.konieczny at linux.intel.com
Thu Jun 1 10:06:35 UTC 2023


On 2023-06-01 at 14:58:20 +0530, Swati Sharma wrote:
> From: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
> 
> To enable the CI for Xe full run, exclude all non-Xe tests.
> 
> v2: -create different sections (Kamil)
> 
> Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
> Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
> ---
>  tests/intel-ci/xe.blocklist.txt | 42 ++++++++++++++++++++++++++++++++-
>  1 file changed, 41 insertions(+), 1 deletion(-)
> 
> diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
> index 4285881b..2749d3b4 100644
> --- a/tests/intel-ci/xe.blocklist.txt
> +++ b/tests/intel-ci/xe.blocklist.txt
> @@ -1,5 +1,45 @@
> +###############################################
> +# This file is for Xe tests only
> +###############################################
> +igt at meta_test(@.*)?
>  ##################################################################
> -#Pipe E, F, G and H
> +# Non-Xe driver tests
> +##################################################################
> +igt at amdgpu.*
> +igt at i915_.*
> +igt at msm_.*
> +igt at nouveau_.*
> +igt at panfrost_.*
> +igt at v3d.*
> +igt at vc4.*
> +igt at vgem_.*
> +igt at vmwgfx.*
> +##################################################################
> +# Exclude all other non-Xe tests
---------------------- ^^^^^^
/non-XE/i915/

> +##################################################################
> +igt at gem.*
> +igt at gen.*
> +igt at perf.*

Please add here:

##################################################################
# Exclude temporarily kselftest
##################################################################

dmabuf
drm_buddy
drm_mm
kms_selftest

> +##################################################################
> +# Exclude all other non-Xe tests
> +##################################################################
> +igt at api.*
-- ^^^^^^^
Move to i915 section.

> +igt at core.*
> +igt at debugfs.*
> +igt at device_reset
> +igt at dmabuf.*
-- ^
> +igt at drm.*
---^
Both dmabuf and drm* should be in kselftest section

> +igt at dumb.*
> +igt at fbdev
> +igt at feature_discovery
> +igt at prime_.*
> +igt at sw_sync
> +igt at syncobj_.*
> +igt at sysfs_.*
-- ^^^^^^^
Move to i915 section.

With that fixed:

Acked-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>

> +igt at template
> +igt at tools_test
> +##################################################################
> +# Pipe E, F, G and H
>  ##################################################################
>  igt at .*@.*pipe-(e|f|g|h).*
>  ##################################################################
> -- 
> 2.25.1
> 


More information about the igt-dev mailing list