All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] docs: Remove defunct sections
@ 2019-11-19 13:13 Arkadiusz Hiler
  2019-11-19 13:40 ` Petri Latvala
  2019-11-19 14:18 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Arkadiusz Hiler @ 2019-11-19 13:13 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala

 * chamelium was renamed to kms_chamelium and is now part of the KMS
   Tests section
 * GVT tests were removed.

Fixes: 8809638e8e42 ("tests: Rename chamelium to kms_chamelium.")
Fixes: 8781fd89a63e ("igt: Remove gvt_basic")
Reported-by: Petri Latvala <petri.latvala@intel.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
 .../igt-gpu-tools/igt-gpu-tools-docs.xml       |  2 --
 .../igt-gpu-tools/igt_test_programs.xml        | 18 ------------------
 docs/reference/igt-gpu-tools/meson.build       |  2 --
 3 files changed, 22 deletions(-)

diff --git a/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml b/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
index 3f14d7be..209253ce 100644
--- a/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
+++ b/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
@@ -19,7 +19,6 @@
     <xi:include href="xml/igt_alsa.xml"/>
     <xi:include href="xml/igt_audio.xml"/>
     <xi:include href="xml/igt_aux.xml"/>
-    <xi:include href="xml/igt_chamelium.xml"/>
     <xi:include href="xml/igt_core.xml"/>
     <xi:include href="xml/igt_debugfs.xml"/>
     <xi:include href="xml/igt_device.xml"/>
@@ -28,7 +27,6 @@
     <xi:include href="xml/igt_fb.xml"/>
     <xi:include href="xml/igt_frame.xml"/>
     <xi:include href="xml/igt_gt.xml"/>
-    <xi:include href="xml/igt_gvt.xml"/>
     <xi:include href="xml/igt_kmod.xml"/>
     <xi:include href="xml/igt_kms.xml"/>
     <xi:include href="xml/igt_list.xml"/>
diff --git a/docs/reference/igt-gpu-tools/igt_test_programs.xml b/docs/reference/igt-gpu-tools/igt_test_programs.xml
index b64ba474..3c1e18ee 100644
--- a/docs/reference/igt-gpu-tools/igt_test_programs.xml
+++ b/docs/reference/igt-gpu-tools/igt_test_programs.xml
@@ -104,15 +104,6 @@
     <xi:include href="igt_test_programs_amdgpu_description.xml"/>
   </refentry>
 
-  <refentry id="igt-chamelium-tests">
-    <refnamediv>
-      <refname>Chamelium Tests</refname>
-      <refpurpose>Tests using the Chamelium platform</refpurpose>
-    </refnamediv>
-    <xi:include href="igt_test_programs_chamelium_programs.xml"/>
-    <xi:include href="igt_test_programs_chamelium_description.xml"/>
-  </refentry>
-
   <refentry id="igt-core-tests">
     <refnamediv>
       <refname>Core Tests</refname>
@@ -167,15 +158,6 @@
     <xi:include href="igt_test_programs_gen7_description.xml"/>
   </refentry>
 
-  <refentry id="igt-gvt-tests">
-    <refnamediv>
-      <refname>GVT Tests</refname>
-      <refpurpose>Tests for graphics virtualization technology</refpurpose>
-    </refnamediv>
-    <xi:include href="igt_test_programs_gvt_programs.xml"/>
-    <xi:include href="igt_test_programs_gvt_description.xml"/>
-  </refentry>
-
   <refentry id="igt-i915-tests">
     <refnamediv>
       <refname>i915 Tests</refname>
diff --git a/docs/reference/igt-gpu-tools/meson.build b/docs/reference/igt-gpu-tools/meson.build
index 2fb7f509..6b832ad2 100644
--- a/docs/reference/igt-gpu-tools/meson.build
+++ b/docs/reference/igt-gpu-tools/meson.build
@@ -25,14 +25,12 @@ ignore_headers = [
 
 test_groups = [
 	'amdgpu',
-	'chamelium',
 	'core',
 	'debugfs',
 	'drm',
 	'gem',
 	'gen3',
 	'gen7',
-	'gvt',
 	'i915',
 	'kms',
 	'meta',
-- 
2.23.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] docs: Remove defunct sections
  2019-11-19 13:13 [igt-dev] [PATCH i-g-t] docs: Remove defunct sections Arkadiusz Hiler
@ 2019-11-19 13:40 ` Petri Latvala
  2019-11-19 14:18 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Petri Latvala @ 2019-11-19 13:40 UTC (permalink / raw)
  To: Arkadiusz Hiler; +Cc: igt-dev

On Tue, Nov 19, 2019 at 03:13:39PM +0200, Arkadiusz Hiler wrote:
>  * chamelium was renamed to kms_chamelium and is now part of the KMS
>    Tests section
>  * GVT tests were removed.
> 
> Fixes: 8809638e8e42 ("tests: Rename chamelium to kms_chamelium.")
> Fixes: 8781fd89a63e ("igt: Remove gvt_basic")
> Reported-by: Petri Latvala <petri.latvala@intel.com>
> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
> ---
>  .../igt-gpu-tools/igt-gpu-tools-docs.xml       |  2 --
>  .../igt-gpu-tools/igt_test_programs.xml        | 18 ------------------
>  docs/reference/igt-gpu-tools/meson.build       |  2 --
>  3 files changed, 22 deletions(-)
> 
> diff --git a/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml b/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
> index 3f14d7be..209253ce 100644
> --- a/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
> +++ b/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
> @@ -19,7 +19,6 @@
>      <xi:include href="xml/igt_alsa.xml"/>
>      <xi:include href="xml/igt_audio.xml"/>
>      <xi:include href="xml/igt_aux.xml"/>
> -    <xi:include href="xml/igt_chamelium.xml"/>
>      <xi:include href="xml/igt_core.xml"/>
>      <xi:include href="xml/igt_debugfs.xml"/>
>      <xi:include href="xml/igt_device.xml"/>
> @@ -28,7 +27,6 @@
>      <xi:include href="xml/igt_fb.xml"/>
>      <xi:include href="xml/igt_frame.xml"/>
>      <xi:include href="xml/igt_gt.xml"/>
> -    <xi:include href="xml/igt_gvt.xml"/>
>      <xi:include href="xml/igt_kmod.xml"/>
>      <xi:include href="xml/igt_kms.xml"/>
>      <xi:include href="xml/igt_list.xml"/>

These are unrelated. igt_chamelium.xml is lib/igt_chamelium docs, igt_gvt.xml is lib/igt_gvt.


> diff --git a/docs/reference/igt-gpu-tools/igt_test_programs.xml b/docs/reference/igt-gpu-tools/igt_test_programs.xml
> index b64ba474..3c1e18ee 100644
> --- a/docs/reference/igt-gpu-tools/igt_test_programs.xml
> +++ b/docs/reference/igt-gpu-tools/igt_test_programs.xml
> @@ -104,15 +104,6 @@
>      <xi:include href="igt_test_programs_amdgpu_description.xml"/>
>    </refentry>
>  
> -  <refentry id="igt-chamelium-tests">
> -    <refnamediv>
> -      <refname>Chamelium Tests</refname>
> -      <refpurpose>Tests using the Chamelium platform</refpurpose>
> -    </refnamediv>
> -    <xi:include href="igt_test_programs_chamelium_programs.xml"/>
> -    <xi:include href="igt_test_programs_chamelium_description.xml"/>
> -  </refentry>
> -
>    <refentry id="igt-core-tests">
>      <refnamediv>
>        <refname>Core Tests</refname>
> @@ -167,15 +158,6 @@
>      <xi:include href="igt_test_programs_gen7_description.xml"/>
>    </refentry>
>  
> -  <refentry id="igt-gvt-tests">
> -    <refnamediv>
> -      <refname>GVT Tests</refname>
> -      <refpurpose>Tests for graphics virtualization technology</refpurpose>
> -    </refnamediv>
> -    <xi:include href="igt_test_programs_gvt_programs.xml"/>
> -    <xi:include href="igt_test_programs_gvt_description.xml"/>
> -  </refentry>
> -
>    <refentry id="igt-i915-tests">
>      <refnamediv>
>        <refname>i915 Tests</refname>
> diff --git a/docs/reference/igt-gpu-tools/meson.build b/docs/reference/igt-gpu-tools/meson.build
> index 2fb7f509..6b832ad2 100644
> --- a/docs/reference/igt-gpu-tools/meson.build
> +++ b/docs/reference/igt-gpu-tools/meson.build
> @@ -25,14 +25,12 @@ ignore_headers = [
>  
>  test_groups = [
>  	'amdgpu',
> -	'chamelium',
>  	'core',
>  	'debugfs',
>  	'drm',
>  	'gem',
>  	'gen3',
>  	'gen7',
> -	'gvt',
>  	'i915',
>  	'kms',
>  	'meta',

These other changes are ok.
Reviewed-by: Petri Latvala <petri.latvala@intel.com>
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.BAT: success for docs: Remove defunct sections
  2019-11-19 13:13 [igt-dev] [PATCH i-g-t] docs: Remove defunct sections Arkadiusz Hiler
  2019-11-19 13:40 ` Petri Latvala
@ 2019-11-19 14:18 ` Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2019-11-19 14:18 UTC (permalink / raw)
  To: Arkadiusz Hiler; +Cc: igt-dev

== Series Details ==

Series: docs: Remove defunct sections
URL   : https://patchwork.freedesktop.org/series/69676/
State : success

== Summary ==

CI Bug Log - changes from IGT_5295 -> IGTPW_3725
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3725/index.html

Known issues
------------

  Here are the changes found in IGTPW_3725 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@i915_selftest@live_blt:
    - fi-hsw-peppy:       [PASS][1] -> [DMESG-FAIL][2] ([fdo#112147])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5295/fi-hsw-peppy/igt@i915_selftest@live_blt.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3725/fi-hsw-peppy/igt@i915_selftest@live_blt.html

  
#### Possible fixes ####

  * igt@i915_selftest@live_gem_contexts:
    - fi-bsw-nick:        [INCOMPLETE][3] ([fdo# 111542]) -> [PASS][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5295/fi-bsw-nick/igt@i915_selftest@live_gem_contexts.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3725/fi-bsw-nick/igt@i915_selftest@live_gem_contexts.html

  * igt@i915_selftest@live_hangcheck:
    - fi-hsw-4770r:       [DMESG-FAIL][5] ([fdo#111991]) -> [PASS][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5295/fi-hsw-4770r/igt@i915_selftest@live_hangcheck.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3725/fi-hsw-4770r/igt@i915_selftest@live_hangcheck.html

  * igt@kms_frontbuffer_tracking@basic:
    - fi-hsw-peppy:       [DMESG-WARN][7] ([fdo#102614]) -> [PASS][8]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5295/fi-hsw-peppy/igt@kms_frontbuffer_tracking@basic.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3725/fi-hsw-peppy/igt@kms_frontbuffer_tracking@basic.html

  
#### Warnings ####

  * igt@i915_pm_rpm@basic-pci-d3-state:
    - fi-kbl-guc:         [FAIL][9] ([fdo#110829]) -> [SKIP][10] ([fdo#109271])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5295/fi-kbl-guc/igt@i915_pm_rpm@basic-pci-d3-state.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3725/fi-kbl-guc/igt@i915_pm_rpm@basic-pci-d3-state.html

  * igt@i915_pm_rpm@basic-rte:
    - fi-kbl-guc:         [SKIP][11] ([fdo#109271]) -> [FAIL][12] ([fdo#112223])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5295/fi-kbl-guc/igt@i915_pm_rpm@basic-rte.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3725/fi-kbl-guc/igt@i915_pm_rpm@basic-rte.html

  
  [fdo# 111542]: https://bugs.freedesktop.org/show_bug.cgi?id= 111542
  [fdo#102614]: https://bugs.freedesktop.org/show_bug.cgi?id=102614
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#110829]: https://bugs.freedesktop.org/show_bug.cgi?id=110829
  [fdo#111991]: https://bugs.freedesktop.org/show_bug.cgi?id=111991
  [fdo#112147]: https://bugs.freedesktop.org/show_bug.cgi?id=112147
  [fdo#112223]: https://bugs.freedesktop.org/show_bug.cgi?id=112223


Participating hosts (50 -> 44)
------------------------------

  Missing    (6): fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-byt-clapper fi-bdw-samus 


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_5295 -> IGTPW_3725

  CI-20190529: 20190529
  CI_DRM_7370: d2db945edccfe34bc3cc1d0accafac2036ad4e66 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_3725: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3725/index.html
  IGT_5295: 9211e4794e40135d797e6d056d6d8d40076acb92 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3725/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2019-11-19 14:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-19 13:13 [igt-dev] [PATCH i-g-t] docs: Remove defunct sections Arkadiusz Hiler
2019-11-19 13:40 ` Petri Latvala
2019-11-19 14:18 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.