From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 382AD10E0B9 for ; Thu, 1 Jun 2023 09:30:03 +0000 (UTC) From: Swati Sharma To: igt-dev@lists.freedesktop.org Date: Thu, 1 Jun 2023 14:58:20 +0530 Message-Id: <20230601092820.422236-1-swati2.sharma@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v2] 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) Cc: Kamil Konieczny Signed-off-by: Bhanuprakash Modem Signed-off-by: Swati Sharma --- 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@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 non-Xe tests +################################################################## +igt@gem.* +igt@gen.* +igt@perf.* +################################################################## +# Exclude all other non-Xe tests +################################################################## +igt@api.* +igt@core.* +igt@debugfs.* +igt@device_reset +igt@dmabuf.* +igt@drm.* +igt@dumb.* +igt@fbdev +igt@feature_discovery +igt@prime_.* +igt@sw_sync +igt@syncobj_.* +igt@sysfs_.* +igt@template +igt@tools_test +################################################################## +# Pipe E, F, G and H ################################################################## igt@.*@.*pipe-(e|f|g|h).* ################################################################## -- 2.25.1