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

Kamil Konieczny kamil.konieczny at linux.intel.com
Thu Jun 1 08:04:17 UTC 2023


Hi Bhanuprakash,

On 2023-06-01 at 11:47:53 +0530, Bhanuprakash Modem wrote:
> To enable the CI for Xe full run, exclude all non-Xe tests.
> 
> Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
> ---
>  tests/intel-ci/xe.blocklist.txt | 31 +++++++++++++++++++++++++++++++
>  1 file changed, 31 insertions(+)
> 
> diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
> index 4285881be07..d035604c1b6 100644
> --- a/tests/intel-ci/xe.blocklist.txt
> +++ b/tests/intel-ci/xe.blocklist.txt
> @@ -1,4 +1,35 @@
>  ##################################################################
> +# Non-Xe tests

Please split it into: non-Xe arch like amdgpu, i915, msm,
nouveau, panfrost ...
and then write other, so we will change only other sections.
Also look at i915 blocklist, imho metatest should be copied from
there, so first line:

igt at meta_test(@.*)?

then: 
##################################################################
# 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.*

and then: 
##################################################################
# exclude i915-specific tests
##################################################################
igt at gem.*
igt at gen.*
igt at i915_.*
igt at perf.*

and last:
##################################################################
# exclude all other non-Xe tests
##################################################################
igt at api.*
igt at core.*
igt at debugfs.*
igt at device_reset
igt at dmabuf.*
igt at drm.*
igt at dumb.*
igt at fbdev
igt at feature_discovery
igt at prime_.*
igt at sw_sync
igt at syncobj_.*
igt at sysfs_.*
igt at template
igt at tools_test

Regards,
Kamil

> +##################################################################
> +igt at amdgpu.*
> +igt at api.*
> +igt at core.*
> +igt at debugfs.*
> +igt at device_reset
> +igt at dmabuf.*
> +igt at drm.*
> +igt at dumb.*
> +igt at fbdev
> +igt at feature_discovery
> +igt at gem.*
> +igt at gen.*
> +igt at i915_.*
> +igt at meta_test
> +igt at msm_.*
> +igt at nouveau_.*
> +igt at panfrost_.*
> +igt at perf.*
> +igt at prime_.*
> +igt at sw_sync
> +igt at syncobj_.*
> +igt at sysfs_.*
> +igt at template
> +igt at tools_test
> +igt at v3d.*
> +igt at vc4.*
> +igt at vgem_.*
> +igt at vmwgfx.*
> +##################################################################
>  #Pipe E, F, G and H
>  ##################################################################
>  igt at .*@.*pipe-(e|f|g|h).*
> -- 
> 2.40.0
> 


More information about the igt-dev mailing list