From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by gabe.freedesktop.org (Postfix) with ESMTPS id 734B410E949 for ; Fri, 10 Nov 2023 08:41:22 +0000 (UTC) From: Vignesh Raman To: bhanuprakash.modem@intel.com, daniels@collabora.com, helen.koike@collabora.com, juhapekka.heikkila@gmail.com, igt-dev@lists.freedesktop.org Date: Fri, 10 Nov 2023 14:11:06 +0530 Message-Id: <20231110084106.655504-3-vignesh.raman@collabora.com> In-Reply-To: <20231110084106.655504-1-vignesh.raman@collabora.com> References: <20231110084106.655504-1-vignesh.raman@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 3/3 v5] intel-ci: Blacklist tests on pipe I to pipe P List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Blacklist tests on pipe I to pipe P on both XE blocklist and intel-ci blacklist. Signed-off-by: Vignesh Raman --- v5: - Split the commits and added a new commit for blacklisting tests. --- tests/intel-ci/blacklist.txt | 7 ++----- tests/intel-ci/xe.blocklist.txt | 6 +++--- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt index e13759d3e..4427804d5 100644 --- a/tests/intel-ci/blacklist.txt +++ b/tests/intel-ci/blacklist.txt @@ -117,12 +117,9 @@ igt@gem_ctx_isolation@.*-s4 ############################################### igt@i915_suspend@shrink ############################################### -# pipe-e, pipe-f, pipe-g, pipe-h no current HW support +# pipe-e to pipe-p no current HW support ############################################### -igt@.*@.*pipe-e($|-.*) -igt@.*@.*pipe-f($|-.*) -igt@.*@.*pipe-g($|-.*) -igt@.*@.*pipe-h($|-.*) +igt@.*@.*pipe-[e-pE-P]($|-.*) ############################################### # Temporary workarounds for CI-impacting bugs diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt index 135ab18a3..71946a50f 100644 --- a/tests/intel-ci/xe.blocklist.txt +++ b/tests/intel-ci/xe.blocklist.txt @@ -44,11 +44,11 @@ igt@syncobj_.* igt@template igt@tools_test ################################################################## -# KMS: Pipe E, F, G and H are not available on Intel hardware, +# KMS: Pipe E to Pipe P are not available on Intel hardware, # hence can't use more than 4 displays. ################################################################## -igt@.*@.*pipe-(e|f|g|h).* -igt@kms_bw@.*-(5|6|7|8)-displays-.* +igt@.*@.*pipe-[e-pE-P].* +igt@kms_bw@.*-([5-9]|1[0-6])-displays-.* ################################################################## # KMS: Tests specific to i915 driver ################################################################## -- 2.40.1