From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id C477010E034 for ; Fri, 4 Aug 2023 10:54:20 +0000 (UTC) From: Katarzyna Dec To: igt-dev@lists.freedesktop.org Date: Fri, 4 Aug 2023 10:53:58 +0000 Message-Id: <20230804105358.3079020-2-katarzyna.dec@intel.com> In-Reply-To: <20230804105358.3079020-1-katarzyna.dec@intel.com> References: <20230804105358.3079020-1-katarzyna.dec@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 1/1] tests/intel-ci: Reduce xe_exec_threads tests in BATs List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Aditya Chauhan , Himanshu Girotra , Gandi Ramadevi Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: We received recommendation for KMD team to reduce xe_exec_threads tests to have only: igt@xe_exec_threads@threads-basic igt@xe_exec_threads@threads-mixed-basic igt@xe_exec_threads@threads-mixed-shared-vm-basic igt@xe_exec_threads@threads-mixed-fd-basic NEW igt@xe_exec_threads@threads-mixed-userptr-invalidate NEW igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race Signed-off-by: Katarzyna Dec Cc: Gandi Ramadevi Cc: Aditya Chauhan Cc: Himanshu Girotra Cc: Mauro Carvalho Chehab Cc: Matthew Brost --- tests/intel-ci/xe-fast-feedback.testlist | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist index 78814f650..201a2d550 100644 --- a/tests/intel-ci/xe-fast-feedback.testlist +++ b/tests/intel-ci/xe-fast-feedback.testlist @@ -107,18 +107,12 @@ igt@xe_exec_reset@close-fd-no-exec igt@xe_exec_reset@cm-close-fd-no-exec igt@xe_exec_reset@virtual-close-fd-no-exec igt@xe_exec_store@basic-store -#igt@xe_exec_threads@threads-basic -igt@xe_exec_threads@threads-shared-vm-basic -igt@xe_exec_threads@threads-fd-basic -igt@xe_exec_threads@threads-bal-basic -igt@xe_exec_threads@threads-cm-basic -igt@xe_exec_threads@threads-cm-fd-basic +igt@xe_exec_threads@threads-basic igt@xe_exec_threads@threads-mixed-basic igt@xe_exec_threads@threads-mixed-shared-vm-basic igt@xe_exec_threads@threads-mixed-fd-basic -igt@xe_exec_threads@threads-bal-mixed-basic -igt@xe_exec_threads@threads-bal-mixed-shared-vm-basic -igt@xe_exec_threads@threads-bal-mixed-fd-basic +igt@xe_exec_threads@threads-mixed-userptr-invalidate +igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race igt@xe_gpgpu_fill@basic igt@xe_guc_pc@freq_basic_api igt@xe_guc_pc@freq_fixed_idle -- 2.34.1