Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
To: igt-dev@lists.freedesktop.org
Cc: tomasz.mistat@intel.com, jari.tahvanainen@intel.com
Subject: [igt-dev] [RFC v2 3/5] kms_test_config.json: add testlists and blacklists
Date: Wed,  6 Sep 2023 11:05:42 +0200	[thread overview]
Message-ID: <20230906090819.226410-4-mauro.chehab@linux.intel.com> (raw)
In-Reply-To: <20230906090819.226410-1-mauro.chehab@linux.intel.com>

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

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

Signed-off-by: Mauro Carvalho Chehab <mchehab@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

  parent reply	other threads:[~2023-09-06 10:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-06  9:05 [igt-dev] [RFC v2 0/5] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
2023-09-06  9:05 ` [igt-dev] [RFC v2 1/5] test_list.py: add support for reading testlist regular expressions Mauro Carvalho Chehab
2023-09-06  9:05 ` [igt-dev] [RFC v2 2/5] xe_test_config.json: add testlists and blacklists Mauro Carvalho Chehab
2023-09-06  9:05 ` Mauro Carvalho Chehab [this message]
2023-09-06  9:05 ` [igt-dev] [RFC v2 4/5] tests: Intel Xe: drop Run type field Mauro Carvalho Chehab
2023-09-06  9:05 ` [igt-dev] [RFC v2 5/5] tests: Intel KMS: " Mauro Carvalho Chehab
2023-09-06 12:03 ` [igt-dev] ✓ Fi.CI.BAT: success for Xe: set Run type from testlist instead of defining it Patchwork
2023-09-06 15:58 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230906090819.226410-4-mauro.chehab@linux.intel.com \
    --to=mauro.chehab@linux.intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=jari.tahvanainen@intel.com \
    --cc=tomasz.mistat@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox