From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3043010E290 for ; Tue, 20 Jun 2023 08:07:35 +0000 (UTC) Received: from linux.intel.com (maurocar-mobl2.ger.corp.intel.com [10.252.7.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id BFC84580DAE for ; Tue, 20 Jun 2023 01:07:33 -0700 (PDT) Received: from maurocar by linux.intel.com with local (Exim 4.96) (envelope-from ) id 1qBWOh-00Ghs4-09 for igt-dev@lists.freedesktop.org; Tue, 20 Jun 2023 10:07:31 +0200 From: Mauro Carvalho Chehab To: igt-dev@lists.freedesktop.org Date: Tue, 20 Jun 2023 10:07:26 +0200 Message-Id: <20230620080729.3981834-1-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/3] generate an ordered testlist for Xe driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Mauro Carvalho Chehab Add support for ordering tests at the documentation tool, and produce Xe fast feedback testlists on an ordered way. Mauro Carvalho Chehab (3): scripts/test_list.py: add support for ordering testlists xe_test_config.json: add an order for run type tests/xe: add run type fields to order testlists scripts/test_list.py | 55 +++++++++++++++++++++++++++++++----- tests/xe/xe_live_ktest.c | 2 +- tests/xe/xe_module_load.c | 2 +- tests/xe/xe_test_config.json | 7 ++++- 4 files changed, 56 insertions(+), 10 deletions(-) -- 2.40.1