[igt-dev] [PATCH i-g-t 3/6] kms_test_config.json: add testlists and blocklists

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Wed Sep 6 18:07:21 UTC 2023


From: Mauro Carvalho Chehab <mchehab at kernel.org>

Specify the testlists and blocklists to be used to store CI
run type.

Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
---
 tests/intel/kms_test_config.json | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/tests/intel/kms_test_config.json b/tests/intel/kms_test_config.json
index 4130b7d6dae0..7ab288685677 100644
--- a/tests/intel/kms_test_config.json
+++ b/tests/intel/kms_test_config.json
@@ -21,7 +21,19 @@
             },
             "Run type": {
                 "_properties_": {
-                    "description": "Defines what category of testlist it belongs"
+                    "description": "Defines what category of testlist it belongs",
+                    "testlists": {
+                        "i915 BAT": "../intel-ci/fast-feedback.testlist",
+                        "i915 BAT chamelium": "../intel-ci/fast-feedback-chamelium-only.testlist",
+                        "i915 chamelium": "../intel-ci/chamelium-only.testlist",
+
+                        "Xe BAT": "../intel-ci/xe-fast-feedback.testlist",
+                        "Xe BAT chamelium": "../intel-ci/xe-fast-feedback-chamelium-only.testlist"
+                    },
+                    "blocklists": {
+                        "i915 BAT, i915 BAT chamelium, i915 chamelium": "../intel-ci/blacklist.txt",
+                        "Xe BAT, Xe BAT chamelium": "../intel-ci/xe.blocklist.txt"
+                    }
                 }
             }
         },
-- 
2.41.0



More information about the igt-dev mailing list