Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] intel/xe_test_config.json: add igt@intel_hwmon to testplan
@ 2023-10-30 14:31 Mauro Carvalho Chehab
  2023-10-30 14:37 ` Kamil Konieczny
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2023-10-30 14:31 UTC (permalink / raw)
  To: igt-dev

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

The tests on such file is used on both i915 and Xe driver.
Add it to Xe testplan documentation.

Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
 tests/intel/xe_test_config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json
index 5fd7c888f274..dd7aa4776ec6 100644
--- a/tests/intel/xe_test_config.json
+++ b/tests/intel/xe_test_config.json
@@ -1,7 +1,7 @@
 {
     "description": "JSON file to be used to parse Xe documentation",
     "name": "Tests for Xe Driver",
-    "files": [ "xe_*.c", "../core_hotunplug.c" ],
+    "files": [ "xe_*.c", "../core_hotunplug.c", "intel_hwmon.c" ],
     "fields": {
         "Category": {
             "_properties_": {
-- 
2.41.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] intel/xe_test_config.json: add igt@intel_hwmon to testplan
  2023-10-30 14:31 [igt-dev] [PATCH i-g-t] intel/xe_test_config.json: add igt@intel_hwmon to testplan Mauro Carvalho Chehab
@ 2023-10-30 14:37 ` Kamil Konieczny
  2023-10-30 18:53 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
  2023-10-31 17:36 ` [igt-dev] [PATCH i-g-t] " Rodrigo Vivi
  2 siblings, 0 replies; 4+ messages in thread
From: Kamil Konieczny @ 2023-10-30 14:37 UTC (permalink / raw)
  To: igt-dev

Hi Mauro,
On 2023-10-30 at 15:31:22 +0100, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab <mchehab@kernel.org>
> 
> The tests on such file is used on both i915 and Xe driver.
> Add it to Xe testplan documentation.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

> ---
>  tests/intel/xe_test_config.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json
> index 5fd7c888f274..dd7aa4776ec6 100644
> --- a/tests/intel/xe_test_config.json
> +++ b/tests/intel/xe_test_config.json
> @@ -1,7 +1,7 @@
>  {
>      "description": "JSON file to be used to parse Xe documentation",
>      "name": "Tests for Xe Driver",
> -    "files": [ "xe_*.c", "../core_hotunplug.c" ],
> +    "files": [ "xe_*.c", "../core_hotunplug.c", "intel_hwmon.c" ],
>      "fields": {
>          "Category": {
>              "_properties_": {
> -- 
> 2.41.0
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [igt-dev] ✗ Fi.CI.BAT: failure for intel/xe_test_config.json: add igt@intel_hwmon to testplan
  2023-10-30 14:31 [igt-dev] [PATCH i-g-t] intel/xe_test_config.json: add igt@intel_hwmon to testplan Mauro Carvalho Chehab
  2023-10-30 14:37 ` Kamil Konieczny
@ 2023-10-30 18:53 ` Patchwork
  2023-10-31 17:36 ` [igt-dev] [PATCH i-g-t] " Rodrigo Vivi
  2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2023-10-30 18:53 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

== Series Details ==

Series: intel/xe_test_config.json: add igt@intel_hwmon to testplan
URL   : https://patchwork.freedesktop.org/series/125759/
State : failure

== Summary ==

Series 125759 revision 1 was fully merged or fully failed: no git log



[-- Attachment #2: Type: text/html, Size: 719 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] intel/xe_test_config.json: add igt@intel_hwmon to testplan
  2023-10-30 14:31 [igt-dev] [PATCH i-g-t] intel/xe_test_config.json: add igt@intel_hwmon to testplan Mauro Carvalho Chehab
  2023-10-30 14:37 ` Kamil Konieczny
  2023-10-30 18:53 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
@ 2023-10-31 17:36 ` Rodrigo Vivi
  2 siblings, 0 replies; 4+ messages in thread
From: Rodrigo Vivi @ 2023-10-31 17:36 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: igt-dev

On Mon, Oct 30, 2023 at 03:31:22PM +0100, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab <mchehab@kernel.org>
> 
> The tests on such file is used on both i915 and Xe driver.
> Add it to Xe testplan documentation.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
> ---
>  tests/intel/xe_test_config.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json
> index 5fd7c888f274..dd7aa4776ec6 100644
> --- a/tests/intel/xe_test_config.json
> +++ b/tests/intel/xe_test_config.json
> @@ -1,7 +1,7 @@
>  {
>      "description": "JSON file to be used to parse Xe documentation",
>      "name": "Tests for Xe Driver",
> -    "files": [ "xe_*.c", "../core_hotunplug.c" ],
> +    "files": [ "xe_*.c", "../core_hotunplug.c", "intel_hwmon.c" ],


is this change that triggered this message to start appearing now:

Found ninja-1.11.1 at /usr/bin/ninja
Cleaning... 0 files.
[1558/1565] Generating docs/testp...e_tests.rst with a custom command
Warning: igt@intel_hwmon@hwmon-read Category documentation is missing
Warning: igt@intel_hwmon@hwmon-read Functionality documentation is missing
Warning: igt@intel_hwmon@hwmon-read Sub-category documentation is missing
Warning: igt@intel_hwmon@hwmon-write Category documentation is missing
Warning: igt@intel_hwmon@hwmon-write Functionality documentation is missing
Warning: igt@intel_hwmon@hwmon-write Sub-category documentation is missing
[1565/1565] Linking target runner/runner_test

?
Cc: Badal

>      "fields": {
>          "Category": {
>              "_properties_": {
> -- 
> 2.41.0
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-31 17:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-30 14:31 [igt-dev] [PATCH i-g-t] intel/xe_test_config.json: add igt@intel_hwmon to testplan Mauro Carvalho Chehab
2023-10-30 14:37 ` Kamil Konieczny
2023-10-30 18:53 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2023-10-31 17:36 ` [igt-dev] [PATCH i-g-t] " Rodrigo Vivi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox