From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id B513610E07F for ; Fri, 8 Sep 2023 10:32:37 +0000 (UTC) From: Mauro Carvalho Chehab To: igt-dev@lists.freedesktop.org Date: Fri, 8 Sep 2023 12:31:44 +0200 Message-ID: <20230908103218.1089792-3-mauro.chehab@linux.intel.com> In-Reply-To: <20230908103218.1089792-1-mauro.chehab@linux.intel.com> References: <20230908103218.1089792-1-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v5 02/11] xe_test_config.json: add testlists and blocklists List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tomasz.mistat@intel.com, jari.tahvanainen@intel.com Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Mauro Carvalho Chehab Specify the testlists and blocklists to be used to store CI run type. Reviewed-by: Kamil Konieczny Signed-off-by: Mauro Carvalho Chehab --- tests/intel/xe_test_config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json index 8fb65d02d840..408afcbb03bc 100644 --- a/tests/intel/xe_test_config.json +++ b/tests/intel/xe_test_config.json @@ -32,6 +32,12 @@ "_properties_": { "mandatory": true, "description": "Defines what category of testlist it belongs", + "testlists": { + "Xe BAT": "../intel-ci/xe-fast-feedback.testlist" + }, + "blocklists": { + "Xe BAT": "../intel-ci/xe.blocklist.txt" + }, "order": [ "boot", "__all__", -- 2.41.0