From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (unknown [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4A76F10E5BD for ; Thu, 3 Aug 2023 08:21:55 +0000 (UTC) From: Katarzyna Dec Date: Thu, 3 Aug 2023 08:21:34 +0000 Message-Id: <20230803082134.3039513-2-katarzyna.dec@intel.com> In-Reply-To: <20230803082134.3039513-1-katarzyna.dec@intel.com> References: <20230803082134.3039513-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: Add detailed description to blocked tests 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 List-ID: Update of description of blocked tests: * mock DRM KUnit: igt@dmabuf.* igt@drm_buddy igt@drm_mm igt@kms_selftest.* * test blocked as KMD not ready igt@xe_sysfs* Signed-off-by: Katarzyna Dec Cc: Mauro Carvalho Chehab Cc: Priyanka Dandamudi --- tests/intel-ci/xe.blocklist.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt index b40dd4f70..2398acf3d 100644 --- a/tests/intel-ci/xe.blocklist.txt +++ b/tests/intel-ci/xe.blocklist.txt @@ -21,7 +21,8 @@ igt@gen.* igt@perf.* igt@sysfs_.* ################################################################## -# Exclude kselftest +# Exclude mock DRM KUnit from IGT, as those already run at build +# time on Intel CI ################################################################# igt@dmabuf.* igt@drm_buddy @@ -81,5 +82,8 @@ igt@kms_getfb@.*-ccs igt@kms_plane_lowres@tiling-(4|x|y|yf) igt@kms_.*@.*hang.* ################################################################## +# xe_sysfs tests are blocked due to KMD not ready yet +# To be UNBLOCKED after KMD is merged +################################################################## igt@xe_sysfs* ################################################################## -- 2.34.1