From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5EAC510E960 for ; Fri, 10 Nov 2023 09:53:42 +0000 (UTC) Message-ID: Date: Fri, 10 Nov 2023 15:23:18 +0530 Content-Language: en-US To: Vignesh Raman , , , , References: <20231110084106.655504-1-vignesh.raman@collabora.com> <20231110084106.655504-3-vignesh.raman@collabora.com> From: "Modem, Bhanuprakash" In-Reply-To: <20231110084106.655504-3-vignesh.raman@collabora.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: Re: [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: On Fri-10-11-2023 02:11 pm, Vignesh Raman wrote: > 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-.* LGTM. Reviewed-by: Bhanuprakash Modem - Bhanu > ################################################################## > # KMS: Tests specific to i915 driver > ##################################################################