From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id B611D10E545 for ; Thu, 1 Jun 2023 11:53:30 +0000 (UTC) From: Swati Sharma To: igt-dev@lists.freedesktop.org Date: Thu, 1 Jun 2023 17:22:55 +0530 Message-Id: <20230601115255.422587-1-swati2.sharma@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v3] tests/intel-ci/xe: Blocklist non-Xe tests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Bhanuprakash Modem To enable the CI for Xe full run, exclude all non-Xe tests. v2: -create different sections (Kamil) v3: -rearrange few tests (Kamil) Cc: Kamil Konieczny Signed-off-by: Bhanuprakash Modem Signed-off-by: Swati Sharma Acked-by: Kamil Konieczny --- tests/intel-ci/xe.blocklist.txt | 47 ++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt index 4285881b..1cf4bb2c 100644 --- a/tests/intel-ci/xe.blocklist.txt +++ b/tests/intel-ci/xe.blocklist.txt @@ -1,5 +1,50 @@ +############################################### +igt@meta_test(@.*)? ################################################################## -#Pipe E, F, G and H +# Non-Xe driver tests +################################################################## +igt@amdgpu.* +igt@i915_.* +igt@msm_.* +igt@nouveau_.* +igt@panfrost_.* +igt@v3d.* +igt@vc4.* +igt@vgem_.* +igt@vmwgfx.* +################################################################## +# Exclude all other i915 tests +################################################################## +igt@gem.* +igt@gen.* +igt@perf.* +igt@sysfs_.* +igt@api.* +################################################################## +# Exclude temporarily kselftest +################################################################# +igt@dmabuf.* +igt@drm_buddy.* +igt@drm_mm.* +igt@kms_selftest.* +igt@debugfs.* +igt@drm.* +################################################################## +# Exclude all other non-Xe tests +################################################################## +igt@core.* +igt@debugfs.* +igt@device_reset +igt@dumb.* +igt@fbdev +igt@feature_discovery +igt@prime_.* +igt@sw_sync +igt@syncobj_.* +igt@template +igt@tools_test +################################################################## +# Pipe E, F, G and H ################################################################## igt@.*@.*pipe-(e|f|g|h).* ################################################################## -- 2.25.1