From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id BEE6C10EB66 for ; Thu, 20 Apr 2023 03:33:39 +0000 (UTC) From: Nidhi Gupta To: igt-dev@lists.freedesktop.org Date: Thu, 20 Apr 2023 09:10:46 +0530 Message-Id: <20230420034046.20815-1-nidhi1.gupta@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v2] tests/intel-ci: update blacklist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nidhi Gupta , kamil.konieczny@intel.com Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Following tests are added in blacklist: -Block vmwgfx tests -Block execution of tests on pipe-g and pipe-h v2: Replace igt@vmwgfx/.* with igt@vmwgfx.* (Kamil) Signed-off-by: Nidhi Gupta Acked-by: Kamil Konieczny --- tests/intel-ci/blacklist.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt index 243bc609..e13759d3 100644 --- a/tests/intel-ci/blacklist.txt +++ b/tests/intel-ci/blacklist.txt @@ -93,6 +93,10 @@ igt@v3d_.* ############################################### igt@amdgpu/.* ############################################### +# VMware +############################################### +igt@vmwgfx.* +############################################### # Panfrost ############################################### igt@panfrost_.* @@ -113,10 +117,12 @@ igt@gem_ctx_isolation@.*-s4 ############################################### igt@i915_suspend@shrink ############################################### -# pipe-e, pipe-f no current HW support +# pipe-e, pipe-f, pipe-g, pipe-h no current HW support ############################################### igt@.*@.*pipe-e($|-.*) igt@.*@.*pipe-f($|-.*) +igt@.*@.*pipe-g($|-.*) +igt@.*@.*pipe-h($|-.*) ############################################### # Temporary workarounds for CI-impacting bugs -- 2.39.0