From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8538110E239 for ; Mon, 26 Jun 2023 16:11:58 +0000 (UTC) From: Bhanuprakash Modem Date: Mon, 26 Jun 2023 21:31:05 +0530 Message-Id: <20230626160106.2632928-4-bhanuprakash.modem@intel.com> In-Reply-To: <20230626160106.2632928-1-bhanuprakash.modem@intel.com> References: <20230626160106.2632928-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [V3 i-g-t 3/4] testplan/i915: Exclude non-i915 tests from i915 testplan List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org, kamil.konieczny@linux.intel.com List-ID: Using wildcards in testplan configs, and keeping other configs (Xe & kms) in same dir may leads to the problem. Hence, exclude non-i915 tests from i915 testplan. Cc: Mauro Carvalho Chehab Signed-off-by: Bhanuprakash Modem --- tests/intel/i915_test_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/intel/i915_test_config.json b/tests/intel/i915_test_config.json index 83317e65d..dda29bf9c 100644 --- a/tests/intel/i915_test_config.json +++ b/tests/intel/i915_test_config.json @@ -10,7 +10,8 @@ "../dumb_buffer.c", "../prime_vgem.c", "../sw_sync.c", "../syncobj_basic.c", "../syncobj_timeline.c", "../syncobj_wait.c", "../vgem_basic.c", "../vgem_slow.c" ], - "exclude_files": [ "kms_*", "gem_concurrent_all.c", "gem_concurrent_blit.c" ], + "exclude_files": [ "kms_*", "gem_concurrent_all.c", "gem_concurrent_blit.c", + "xe_*" ], "fields": { "Mega feature": { "_properties_": { -- 2.40.0