All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v2] README: Add pointer to Dockerfiles for easy lookup of dependencies
@ 2019-02-13 17:43 Easwar Hariharan via igt-dev
  2019-02-13 17:52 ` Rodrigo Vivi via igt-dev
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Easwar Hariharan via igt-dev @ 2019-02-13 17:43 UTC (permalink / raw)
  To: igt-dev; +Cc: Rodrigo Vivi

I spent quite some time trying to install all the dependencies to build
igt in for my distribution. After installing the packages, I noticed
that the Dockerfiles had the exact packages required for each
distribution. Add a pointer to the Dockerfiles in the README to save
folks time on setting up the environment required to build igt.

CC: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Easwar Hariharan <easwar.hariharan@intel.com>
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index eebed07b..2d583095 100644
--- a/README.md
+++ b/README.md
@@ -176,6 +176,8 @@ The following dependencies are requires for building audio support
 	libasound2-dev
 	libgsl-dev
 
+See Dockerfiles.* for package names in different distributions.
+
 Meson build system support
 --------------------------
 
-- 
2.20.1

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

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

* Re: [igt-dev] [PATCH i-g-t v2] README: Add pointer to Dockerfiles for easy lookup of dependencies
  2019-02-13 17:43 [igt-dev] [PATCH i-g-t v2] README: Add pointer to Dockerfiles for easy lookup of dependencies Easwar Hariharan via igt-dev
@ 2019-02-13 17:52 ` Rodrigo Vivi via igt-dev
  2019-02-13 17:57   ` Rodrigo Vivi via igt-dev
  2019-02-13 18:09 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2019-02-14 10:56 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  2 siblings, 1 reply; 6+ messages in thread
From: Rodrigo Vivi via igt-dev @ 2019-02-13 17:52 UTC (permalink / raw)
  To: Easwar Hariharan; +Cc: igt-dev

On Wed, Feb 13, 2019 at 09:43:58AM -0800, Easwar Hariharan wrote:
> I spent quite some time trying to install all the dependencies to build
> igt in for my distribution. After installing the packages, I noticed
> that the Dockerfiles had the exact packages required for each
> distribution. Add a pointer to the Dockerfiles in the README to save
> folks time on setting up the environment required to build igt.
> 
> CC: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Signed-off-by: Easwar Hariharan <easwar.hariharan@intel.com>

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>

> ---
>  README.md | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/README.md b/README.md
> index eebed07b..2d583095 100644
> --- a/README.md
> +++ b/README.md
> @@ -176,6 +176,8 @@ The following dependencies are requires for building audio support
>  	libasound2-dev
>  	libgsl-dev
>  
> +See Dockerfiles.* for package names in different distributions.
> +
>  Meson build system support
>  --------------------------
>  
> -- 
> 2.20.1
> 
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t v2] README: Add pointer to Dockerfiles for easy lookup of dependencies
  2019-02-13 17:52 ` Rodrigo Vivi via igt-dev
@ 2019-02-13 17:57   ` Rodrigo Vivi via igt-dev
  2019-02-13 18:15     ` Hariharan, Easwar via igt-dev
  0 siblings, 1 reply; 6+ messages in thread
From: Rodrigo Vivi via igt-dev @ 2019-02-13 17:57 UTC (permalink / raw)
  To: Easwar Hariharan; +Cc: igt-dev

On Wed, Feb 13, 2019 at 09:52:06AM -0800, Rodrigo Vivi wrote:
> On Wed, Feb 13, 2019 at 09:43:58AM -0800, Easwar Hariharan wrote:
> > I spent quite some time trying to install all the dependencies to build
> > igt in for my distribution. After installing the packages, I noticed
> > that the Dockerfiles had the exact packages required for each
> > distribution. Add a pointer to the Dockerfiles in the README to save
> > folks time on setting up the environment required to build igt.
> > 
> > CC: Rodrigo Vivi <rodrigo.vivi@intel.com>
> > Signed-off-by: Easwar Hariharan <easwar.hariharan@intel.com>
> 
> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>

and pushed

> 
> > ---
> >  README.md | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/README.md b/README.md
> > index eebed07b..2d583095 100644
> > --- a/README.md
> > +++ b/README.md
> > @@ -176,6 +176,8 @@ The following dependencies are requires for building audio support
> >  	libasound2-dev
> >  	libgsl-dev
> >  
> > +See Dockerfiles.* for package names in different distributions.
> > +
> >  Meson build system support
> >  --------------------------
> >  
> > -- 
> > 2.20.1
> > 
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.BAT: success for README: Add pointer to Dockerfiles for easy lookup of dependencies
  2019-02-13 17:43 [igt-dev] [PATCH i-g-t v2] README: Add pointer to Dockerfiles for easy lookup of dependencies Easwar Hariharan via igt-dev
  2019-02-13 17:52 ` Rodrigo Vivi via igt-dev
@ 2019-02-13 18:09 ` Patchwork
  2019-02-14 10:56 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  2 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-02-13 18:09 UTC (permalink / raw)
  To: igt-dev

== Series Details ==

Series: README: Add pointer to Dockerfiles for easy lookup of dependencies
URL   : https://patchwork.freedesktop.org/series/56623/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_5599 -> IGTPW_2397
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/56623/revisions/1/mbox/

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

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

### IGT changes ###

#### Issues hit ####

  * igt@gem_exec_suspend@basic-s3:
    - fi-blb-e6850:       PASS -> INCOMPLETE [fdo#107718]

  * igt@kms_busy@basic-flip-b:
    - fi-gdg-551:         PASS -> FAIL [fdo#103182]

  * igt@kms_chamelium@common-hpd-after-suspend:
    - fi-kbl-7500u:       NOTRUN -> DMESG-WARN [fdo#102505] / [fdo#103558] / [fdo#105079] / [fdo#105602]

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
    - fi-byt-clapper:     PASS -> FAIL [fdo#103191] / [fdo#107362]

  
#### Possible fixes ####

  * igt@i915_selftest@live_workarounds:
    - {fi-icl-u3}:        INCOMPLETE -> PASS
    - {fi-icl-u2}:        INCOMPLETE -> PASS

  * igt@kms_chamelium@dp-crc-fast:
    - fi-kbl-7500u:       DMESG-FAIL -> PASS

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a:
    - fi-byt-clapper:     FAIL [fdo#103191] / [fdo#107362] -> PASS +2

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#102505]: https://bugs.freedesktop.org/show_bug.cgi?id=102505
  [fdo#103182]: https://bugs.freedesktop.org/show_bug.cgi?id=103182
  [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#103558]: https://bugs.freedesktop.org/show_bug.cgi?id=103558
  [fdo#105079]: https://bugs.freedesktop.org/show_bug.cgi?id=105079
  [fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602
  [fdo#107362]: https://bugs.freedesktop.org/show_bug.cgi?id=107362
  [fdo#107383]: https://bugs.freedesktop.org/show_bug.cgi?id=107383
  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109527]: https://bugs.freedesktop.org/show_bug.cgi?id=109527


Participating hosts (43 -> 39)
------------------------------

  Additional (1): fi-whl-u 
  Missing    (5): fi-kbl-soraka fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-bdw-samus 


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

    * IGT: IGT_4824 -> IGTPW_2397

  CI_DRM_5599: 39119c9b385742d49446c25d6902864a60eda6b6 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_2397: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2397/
  IGT_4824: e55d439a9ba744227fb4c9d727338276b78871d4 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

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

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

* Re: [igt-dev] [PATCH i-g-t v2] README: Add pointer to Dockerfiles for easy lookup of dependencies
  2019-02-13 17:57   ` Rodrigo Vivi via igt-dev
@ 2019-02-13 18:15     ` Hariharan, Easwar via igt-dev
  0 siblings, 0 replies; 6+ messages in thread
From: Hariharan, Easwar via igt-dev @ 2019-02-13 18:15 UTC (permalink / raw)
  To: Vivi, Rodrigo; +Cc: igt-dev

Thank you, Rodrigo!

- Easwar

> -----Original Message-----
> From: Vivi, Rodrigo
> Sent: Wednesday, February 13, 2019 09:57
> To: Hariharan, Easwar <easwar.hariharan@intel.com>
> Cc: igt-dev@lists.freedesktop.org
> Subject: Re: [PATCH i-g-t v2] README: Add pointer to Dockerfiles for easy
> lookup of dependencies
> 
> On Wed, Feb 13, 2019 at 09:52:06AM -0800, Rodrigo Vivi wrote:
> > On Wed, Feb 13, 2019 at 09:43:58AM -0800, Easwar Hariharan wrote:
> > > I spent quite some time trying to install all the dependencies to build
> > > igt in for my distribution. After installing the packages, I noticed
> > > that the Dockerfiles had the exact packages required for each
> > > distribution. Add a pointer to the Dockerfiles in the README to save
> > > folks time on setting up the environment required to build igt.
> > >
> > > CC: Rodrigo Vivi <rodrigo.vivi@intel.com>
> > > Signed-off-by: Easwar Hariharan <easwar.hariharan@intel.com>
> >
> > Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> 
> and pushed
> 
> >
> > > ---
> > >  README.md | 2 ++
> > >  1 file changed, 2 insertions(+)
> > >
> > > diff --git a/README.md b/README.md
> > > index eebed07b..2d583095 100644
> > > --- a/README.md
> > > +++ b/README.md
> > > @@ -176,6 +176,8 @@ The following dependencies are requires for building
> audio support
> > >  	libasound2-dev
> > >  	libgsl-dev
> > >
> > > +See Dockerfiles.* for package names in different distributions.
> > > +
> > >  Meson build system support
> > >  --------------------------
> > >
> > > --
> > > 2.20.1
> > >
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.IGT: success for README: Add pointer to Dockerfiles for easy lookup of dependencies
  2019-02-13 17:43 [igt-dev] [PATCH i-g-t v2] README: Add pointer to Dockerfiles for easy lookup of dependencies Easwar Hariharan via igt-dev
  2019-02-13 17:52 ` Rodrigo Vivi via igt-dev
  2019-02-13 18:09 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-02-14 10:56 ` Patchwork
  2 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-02-14 10:56 UTC (permalink / raw)
  To: igt-dev

== Series Details ==

Series: README: Add pointer to Dockerfiles for easy lookup of dependencies
URL   : https://patchwork.freedesktop.org/series/56623/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_5599_full -> IGTPW_2397_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/56623/revisions/1/mbox/

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

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

### IGT changes ###

#### Issues hit ####

  * igt@gem_eio@unwedge-stress:
    - shard-snb:          PASS -> FAIL [fdo#107799]

  * igt@gem_exec_blt@cold:
    - shard-glk:          PASS -> DMESG-WARN [fdo#105763] / [fdo#106538]

  * igt@kms_busy@extended-pageflip-modeset-hang-oldfb-render-b:
    - shard-glk:          PASS -> DMESG-WARN [fdo#107956]

  * igt@kms_ccs@pipe-a-crc-sprite-planes-basic:
    - shard-glk:          PASS -> FAIL [fdo#108145]

  * igt@kms_ccs@pipe-b-crc-sprite-planes-basic:
    - shard-apl:          PASS -> FAIL [fdo#106510] / [fdo#108145]

  * igt@kms_cursor_crc@cursor-128x128-random:
    - shard-apl:          PASS -> FAIL [fdo#103232] +6

  * igt@kms_cursor_crc@cursor-256x256-suspend:
    - shard-apl:          PASS -> FAIL [fdo#103191] / [fdo#103232]

  * igt@kms_cursor_crc@cursor-256x85-onscreen:
    - shard-glk:          NOTRUN -> FAIL [fdo#103232]

  * igt@kms_cursor_crc@cursor-64x64-sliding:
    - shard-kbl:          PASS -> FAIL [fdo#103232] +2

  * igt@kms_cursor_crc@cursor-alpha-opaque:
    - shard-kbl:          PASS -> FAIL [fdo#109350]
    - shard-apl:          PASS -> FAIL [fdo#109350]

  * igt@kms_cursor_legacy@cursor-vs-flip-legacy:
    - shard-hsw:          PASS -> FAIL [fdo#103355]

  * igt@kms_flip@2x-busy-flip:
    - shard-hsw:          PASS -> INCOMPLETE [fdo#103540] +1

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt:
    - shard-apl:          PASS -> FAIL [fdo#103167] +1

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt:
    - shard-glk:          NOTRUN -> FAIL [fdo#103167]

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff:
    - shard-glk:          PASS -> FAIL [fdo#103167] +4

  * igt@kms_plane@pixel-format-pipe-b-planes-source-clamping:
    - shard-glk:          PASS -> FAIL [fdo#108948]

  * igt@kms_plane@plane-position-covered-pipe-c-planes:
    - shard-glk:          PASS -> FAIL [fdo#103166] +1

  * igt@kms_plane_alpha_blend@pipe-a-alpha-transparant-fb:
    - shard-apl:          NOTRUN -> FAIL [fdo#108145]
    - shard-kbl:          NOTRUN -> FAIL [fdo#108145]

  * igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb:
    - shard-glk:          NOTRUN -> FAIL [fdo#108145] +1

  * igt@kms_plane_multiple@atomic-pipe-c-tiling-y:
    - shard-apl:          PASS -> FAIL [fdo#103166]
    - shard-kbl:          PASS -> FAIL [fdo#103166]

  * igt@kms_sysfs_edid_timing:
    - shard-apl:          NOTRUN -> FAIL [fdo#100047]
    - shard-kbl:          NOTRUN -> FAIL [fdo#100047]

  
#### Possible fixes ####

  * igt@kms_color@pipe-a-ctm-max:
    - shard-apl:          FAIL [fdo#108147] -> PASS

  * igt@kms_color@pipe-a-degamma:
    - shard-apl:          FAIL [fdo#104782] / [fdo#108145] -> PASS
    - shard-kbl:          FAIL [fdo#104782] / [fdo#108145] -> PASS

  * igt@kms_cursor_crc@cursor-256x256-dpms:
    - shard-apl:          FAIL [fdo#103232] -> PASS +2

  * igt@kms_cursor_crc@cursor-64x64-suspend:
    - shard-apl:          FAIL [fdo#103191] / [fdo#103232] -> PASS

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-pwrite:
    - shard-apl:          FAIL [fdo#103167] -> PASS +2
    - shard-kbl:          FAIL [fdo#103167] -> PASS

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc:
    - shard-glk:          FAIL [fdo#103167] -> PASS +5

  * igt@kms_plane_multiple@atomic-pipe-a-tiling-y:
    - shard-glk:          FAIL [fdo#103166] -> PASS +2
    - shard-kbl:          FAIL [fdo#103166] -> PASS +2

  * igt@kms_plane_multiple@atomic-pipe-b-tiling-none:
    - shard-apl:          FAIL [fdo#103166] -> PASS +4

  * igt@kms_rotation_crc@multiplane-rotation-cropping-bottom:
    - shard-kbl:          DMESG-FAIL [fdo#105763] -> PASS

  * igt@kms_rotation_crc@multiplane-rotation-cropping-top:
    - shard-kbl:          FAIL [fdo#109016] -> PASS

  * igt@kms_setmode@basic:
    - shard-hsw:          FAIL [fdo#99912] -> PASS
    - shard-kbl:          FAIL [fdo#99912] -> PASS

  
#### Warnings ####

  * igt@i915_suspend@shrink:
    - shard-apl:          INCOMPLETE [fdo#103927] / [fdo#106886] -> DMESG-WARN [fdo#107886] / [fdo#109244]

  * igt@kms_plane@pixel-format-pipe-c-planes-source-clamping:
    - shard-apl:          INCOMPLETE [fdo#103927] -> FAIL [fdo#108948]

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#100047]: https://bugs.freedesktop.org/show_bug.cgi?id=100047
  [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
  [fdo#103355]: https://bugs.freedesktop.org/show_bug.cgi?id=103355
  [fdo#103540]: https://bugs.freedesktop.org/show_bug.cgi?id=103540
  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#104782]: https://bugs.freedesktop.org/show_bug.cgi?id=104782
  [fdo#105763]: https://bugs.freedesktop.org/show_bug.cgi?id=105763
  [fdo#106510]: https://bugs.freedesktop.org/show_bug.cgi?id=106510
  [fdo#106538]: https://bugs.freedesktop.org/show_bug.cgi?id=106538
  [fdo#106886]: https://bugs.freedesktop.org/show_bug.cgi?id=106886
  [fdo#107799]: https://bugs.freedesktop.org/show_bug.cgi?id=107799
  [fdo#107886]: https://bugs.freedesktop.org/show_bug.cgi?id=107886
  [fdo#107956]: https://bugs.freedesktop.org/show_bug.cgi?id=107956
  [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
  [fdo#108147]: https://bugs.freedesktop.org/show_bug.cgi?id=108147
  [fdo#108948]: https://bugs.freedesktop.org/show_bug.cgi?id=108948
  [fdo#109016]: https://bugs.freedesktop.org/show_bug.cgi?id=109016
  [fdo#109244]: https://bugs.freedesktop.org/show_bug.cgi?id=109244
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109350]: https://bugs.freedesktop.org/show_bug.cgi?id=109350
  [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912


Participating hosts (7 -> 5)
------------------------------

  Missing    (2): shard-skl shard-iclb 


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

    * IGT: IGT_4824 -> IGTPW_2397
    * Piglit: piglit_4509 -> None

  CI_DRM_5599: 39119c9b385742d49446c25d6902864a60eda6b6 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_2397: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2397/
  IGT_4824: e55d439a9ba744227fb4c9d727338276b78871d4 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

== Logs ==

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

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

end of thread, other threads:[~2019-02-14 10:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-13 17:43 [igt-dev] [PATCH i-g-t v2] README: Add pointer to Dockerfiles for easy lookup of dependencies Easwar Hariharan via igt-dev
2019-02-13 17:52 ` Rodrigo Vivi via igt-dev
2019-02-13 17:57   ` Rodrigo Vivi via igt-dev
2019-02-13 18:15     ` Hariharan, Easwar via igt-dev
2019-02-13 18:09 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-02-14 10:56 ` [igt-dev] ✓ Fi.CI.IGT: " 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.