From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6BAD3106F2EB for ; Thu, 26 Mar 2026 07:59:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1E3B910E99E; Thu, 26 Mar 2026 07:59:14 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="a/3WUCEm"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.16]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4203B10E9D6 for ; Thu, 26 Mar 2026 07:59:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1774511944; x=1806047944; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=e0WOAGrM8SjmSAj3gyU/cl60R5dpDTpbVi0qk6vMzVo=; b=a/3WUCEmMP78lr/QKIa/Tp6Wem2Zgr0FCyefvF36n5CguWLS+psvAWeH ePzWCo/+I3LyTo5QRIUufn04htZTnP0NkLKDwNtJeW/N/6IQogNZctAT6 WtOvSRRkeDf4bp7ygxxbpVvKm01wQGsDHZger+UYztz2OQ5foM8Wr/tHi Tbg63+yiaaMy6X+5M8skuoNerguQOIRrzTSSU2fWrTsZ6A9nEfqxFHMbp iwjxCBODfeMhn4Pt4HmgOT7xd+Zxlh5FtSeEIu40M1aoywzM2Y4wLXdJF ZXC+Sa+XSaRnq/+YgOWKjuPsIanom1zv5Ll6ZrmHA9DCyG7yexurBD/GS Q==; X-CSE-ConnectionGUID: 0wQweEPzToGnCT93r37S/Q== X-CSE-MsgGUID: nG1fqjsLSUKaGJpnC0cRKQ== X-IronPort-AV: E=McAfee;i="6800,10657,11740"; a="75757715" X-IronPort-AV: E=Sophos;i="6.23,141,1770624000"; d="scan'208";a="75757715" Received: from fmviesa007.fm.intel.com ([10.60.135.147]) by orvoesa108.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2026 00:59:04 -0700 X-CSE-ConnectionGUID: 2bQHJRWvQXu5nDe/iDQMUw== X-CSE-MsgGUID: tbfzTLAzRECZgChcCw7lTQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,141,1770624000"; d="scan'208";a="221623274" Received: from sowmi-x299-aorus-gaming-3-pro.iind.intel.com ([10.223.74.56]) by fmviesa007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2026 00:59:03 -0700 From: Sowmiya S To: igt-dev@lists.freedesktop.org Cc: swati2.sharma@intel.com, Mohammed Bilal Subject: [PATCH i-g-t v5 3/5] intel-ci: Add VGA chamelium exclusion to Xe blocklist Date: Thu, 26 Mar 2026 13:49:55 +0530 Message-ID: <20260326081957.860183-4-sowmiya.s@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260326081957.860183-1-sowmiya.s@intel.com> References: <20260326081957.860183-1-sowmiya.s@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" From: Mohammed Bilal Remove VGA-related subtests from the Xe chamelium testlist as Xe driver does not support VGA connector types. Signed-off-by: Mohammed Bilal Reviewed-by: Swati Sharma --- tests/intel-ci/xe.blocklist.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt index edc5039a9..80a0ee904 100644 --- a/tests/intel-ci/xe.blocklist.txt +++ b/tests/intel-ci/xe.blocklist.txt @@ -128,3 +128,7 @@ igt@xe_exec_compute_mode@non-blocking ################################################################## igt@kms_async_flips@async-flip-with-page-flip-events-linear.* ################################################################## +# Remove VGA-related subtests from the Xe chamelium testlist as Xe +# driver does not support VGA connector types. +################################################################## +igt@kms_chamelium.*@.*vga.* -- 2.48.1