From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id CDD3B10E68B for ; Thu, 31 Aug 2023 15:05:11 +0000 (UTC) From: Bhanuprakash Modem Date: Thu, 31 Aug 2023 20:26:16 +0530 Message-Id: <20230831145622.1158622-2-bhanuprakash.modem@intel.com> In-Reply-To: <20230831145622.1158622-1-bhanuprakash.modem@intel.com> References: <20230831145622.1158622-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V5 1/7] 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, mauro.chehab@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 Reviewed-by: Mauro Carvalho Chehab --- tests/i915/i915_test_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/i915/i915_test_config.json b/tests/i915/i915_test_config.json index a029801a6..c15ef2580 100644 --- a/tests/i915/i915_test_config.json +++ b/tests/i915/i915_test_config.json @@ -12,7 +12,8 @@ "../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