* [igt-dev] [PATCH i-g-t] Dockerfile.fedora: Download peg source from our own mirror @ 2019-07-05 7:32 Arkadiusz Hiler 2019-07-05 7:52 ` Ser, Simon 2019-07-05 8:01 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 0 siblings, 2 replies; 5+ messages in thread From: Arkadiusz Hiler @ 2019-07-05 7:32 UTC (permalink / raw) To: igt-dev; +Cc: Petri Latvala The original URL used http + seems to be author's own small site and is currently down. Instead of waiting for it to be up again just to hammer it with our CI we can set up our own mirror for the tarball and use it. Cc: Petri Latvala <petri.latvala@intel.com> Cc: Simon Ser <simon.ser@intel.com> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> --- Dockerfile.fedora | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.fedora b/Dockerfile.fedora index c84b412b..fa27a623 100644 --- a/Dockerfile.fedora +++ b/Dockerfile.fedora @@ -28,7 +28,8 @@ RUN dnf install -y \ RUN dnf install -y make RUN mkdir /tmp/peg WORKDIR /tmp/peg -RUN curl -O http://piumarta.com/software/peg/peg-0.1.18.tar.gz +# originaly from http://piumarta.com/software/peg/ +RUN curl -O https://intel-gfx-ci.01.org/mirror/peg/peg-0.1.18.tar.gz RUN tar xf peg-0.1.18.tar.gz RUN cd peg-0.1.18 && make PREFIX=/usr install RUN rm -fr /tmp/peg -- 2.21.0 _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] Dockerfile.fedora: Download peg source from our own mirror 2019-07-05 7:32 [igt-dev] [PATCH i-g-t] Dockerfile.fedora: Download peg source from our own mirror Arkadiusz Hiler @ 2019-07-05 7:52 ` Ser, Simon 2019-07-05 8:08 ` Arkadiusz Hiler 2019-07-05 8:01 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 1 sibling, 1 reply; 5+ messages in thread From: Ser, Simon @ 2019-07-05 7:52 UTC (permalink / raw) To: Hiler, Arkadiusz, igt-dev@lists.freedesktop.org; +Cc: Latvala, Petri On Fri, 2019-07-05 at 10:32 +0300, Arkadiusz Hiler wrote: > The original URL used http + seems to be author's own small site and is > currently down. > > Instead of waiting for it to be up again just to hammer it with our CI > we can set up our own mirror for the tarball and use it. > > Cc: Petri Latvala <petri.latvala@intel.com> > Cc: Simon Ser <simon.ser@intel.com> > Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Yeah, I've seen this too and wondered what the best solution would be. It would be very nice to convince Fedora to package this software. Maybe it wouldn't be too hard since we already have a proper igt package there? https://apps.fedoraproject.org/packages/intel-gpu-tools/overview/ In the meantime: Reviewed-by: Simon Ser <simon.ser@intel.com> > --- > Dockerfile.fedora | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Dockerfile.fedora b/Dockerfile.fedora > index c84b412b..fa27a623 100644 > --- a/Dockerfile.fedora > +++ b/Dockerfile.fedora > @@ -28,7 +28,8 @@ RUN dnf install -y \ > RUN dnf install -y make > RUN mkdir /tmp/peg > WORKDIR /tmp/peg > -RUN curl -O http://piumarta.com/software/peg/peg-0.1.18.tar.gz > +# originaly from http://piumarta.com/software/peg/ > +RUN curl -O https://intel-gfx-ci.01.org/mirror/peg/peg-0.1.18.tar.gz > RUN tar xf peg-0.1.18.tar.gz > RUN cd peg-0.1.18 && make PREFIX=/usr install > RUN rm -fr /tmp/peg _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] Dockerfile.fedora: Download peg source from our own mirror 2019-07-05 7:52 ` Ser, Simon @ 2019-07-05 8:08 ` Arkadiusz Hiler 2019-07-09 17:31 ` Lyude Paul 0 siblings, 1 reply; 5+ messages in thread From: Arkadiusz Hiler @ 2019-07-05 8:08 UTC (permalink / raw) To: Ser, Simon; +Cc: igt-dev@lists.freedesktop.org, ajax, Latvala, Petri On Fri, Jul 05, 2019 at 10:52:03AM +0300, Ser, Simon wrote: > On Fri, 2019-07-05 at 10:32 +0300, Arkadiusz Hiler wrote: > > The original URL used http + seems to be author's own small site and is > > currently down. > > > > Instead of waiting for it to be up again just to hammer it with our CI > > we can set up our own mirror for the tarball and use it. > > > > Cc: Petri Latvala <petri.latvala@intel.com> > > Cc: Simon Ser <simon.ser@intel.com> > > Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> > > Yeah, I've seen this too and wondered what the best solution would be. > > It would be very nice to convince Fedora to package this software. > Maybe it wouldn't be too hard since we already have a proper igt > package there? > https://apps.fedoraproject.org/packages/intel-gpu-tools/overview/ > > In the meantime: > > Reviewed-by: Simon Ser <simon.ser@intel.com> https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/46817 And merged. Thanks! Ccing Ajax and Lyude, as they may be able to tell us how and if it is possible to get peg packaged in Fedora. Debian package for reference: https://packages.debian.org/sid/peg Also, I have noticed that IGT is still using the old name (intel-gpu-tools) in Fedora. https://apps.fedoraproject.org/packages/intel-gpu-tools -- Cheers, Arek _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] Dockerfile.fedora: Download peg source from our own mirror 2019-07-05 8:08 ` Arkadiusz Hiler @ 2019-07-09 17:31 ` Lyude Paul 0 siblings, 0 replies; 5+ messages in thread From: Lyude Paul @ 2019-07-09 17:31 UTC (permalink / raw) To: Arkadiusz Hiler, Ser, Simon Cc: igt-dev@lists.freedesktop.org, ajax, Latvala, Petri On Fri, 2019-07-05 at 11:08 +0300, Arkadiusz Hiler wrote: > On Fri, Jul 05, 2019 at 10:52:03AM +0300, Ser, Simon wrote: > > On Fri, 2019-07-05 at 10:32 +0300, Arkadiusz Hiler wrote: > > > The original URL used http + seems to be author's own small site and is > > > currently down. > > > > > > Instead of waiting for it to be up again just to hammer it with our CI > > > we can set up our own mirror for the tarball and use it. > > > > > > Cc: Petri Latvala <petri.latvala@intel.com> > > > Cc: Simon Ser <simon.ser@intel.com> > > > Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> > > > > Yeah, I've seen this too and wondered what the best solution would be. > > > > It would be very nice to convince Fedora to package this software. > > Maybe it wouldn't be too hard since we already have a proper igt > > package there? > > https://apps.fedoraproject.org/packages/intel-gpu-tools/overview/ > > > > In the meantime: > > > > Reviewed-by: Simon Ser <simon.ser@intel.com> > > https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/46817 > > And merged. Thanks! > > Ccing Ajax and Lyude, as they may be able to tell us how and if it is > possible to get peg packaged in Fedora. > > Debian package for reference: https://packages.debian.org/sid/peg > > Also, I have noticed that IGT is still using the old name > (intel-gpu-tools) in Fedora. > > https://apps.fedoraproject.org/packages/intel-gpu-tools Not anymore! This was the case for a while and the package entry is still there, but running `dnf install intel-gpu-tools` will now redirect you to the newer igt-gpu-tools package which I've been trying to keep fairly up to date, and anyone with the older intel-gpu-tools package will get it replaced with the newer one once they update their system. However, you did just make me notice that it still doesn't seem to appear on https://apps.fedoraproject.org/packages/igt-gpu-tools for some weird reason. I just opened a bug for this so hopefully it will get fixed soon: https://pagure.io/fedora-infrastructure/issue/7974 As for peg, I'd probably be fine with maintaining it and getting it into Fedora. It doesn't seem to be a very complicated package anyhow. Or if someone wants to get it done more quickly and write up a .spec file for it, I'll be happy to review! See https://fedoraproject.org/wiki/Packaging:Guidelines > _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for Dockerfile.fedora: Download peg source from our own mirror 2019-07-05 7:32 [igt-dev] [PATCH i-g-t] Dockerfile.fedora: Download peg source from our own mirror Arkadiusz Hiler 2019-07-05 7:52 ` Ser, Simon @ 2019-07-05 8:01 ` Patchwork 1 sibling, 0 replies; 5+ messages in thread From: Patchwork @ 2019-07-05 8:01 UTC (permalink / raw) To: Arkadiusz Hiler; +Cc: igt-dev == Series Details == Series: Dockerfile.fedora: Download peg source from our own mirror URL : https://patchwork.freedesktop.org/series/63252/ State : success == Summary == CI Bug Log - changes from CI_DRM_6422 -> IGTPW_3245 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/63252/revisions/1/mbox/ Known issues ------------ Here are the changes found in IGTPW_3245 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_chamelium@hdmi-hpd-fast: - fi-kbl-7500u: [PASS][1] -> [FAIL][2] ([fdo#109485]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6422/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3245/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html #### Possible fixes #### * igt@gem_basic@create-close: - fi-icl-u3: [DMESG-WARN][3] ([fdo#107724]) -> [PASS][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6422/fi-icl-u3/igt@gem_basic@create-close.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3245/fi-icl-u3/igt@gem_basic@create-close.html * igt@kms_frontbuffer_tracking@basic: - fi-hsw-peppy: [DMESG-WARN][5] ([fdo#102614]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6422/fi-hsw-peppy/igt@kms_frontbuffer_tracking@basic.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3245/fi-hsw-peppy/igt@kms_frontbuffer_tracking@basic.html - fi-icl-u2: [FAIL][7] ([fdo#103167]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6422/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3245/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html {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#102614]: https://bugs.freedesktop.org/show_bug.cgi?id=102614 [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602 [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724 [fdo#109485]: https://bugs.freedesktop.org/show_bug.cgi?id=109485 [fdo#110566]: https://bugs.freedesktop.org/show_bug.cgi?id=110566 [fdo#111045]: https://bugs.freedesktop.org/show_bug.cgi?id=111045 [fdo#111049]: https://bugs.freedesktop.org/show_bug.cgi?id=111049 Participating hosts (52 -> 46) ------------------------------ Additional (1): fi-icl-dsi Missing (7): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-icl-y fi-byt-clapper fi-bdw-samus Build changes ------------- * IGT: IGT_5084 -> IGTPW_3245 CI_DRM_6422: 830a8c536c3a1c62c30447c646735cfebb19c266 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_3245: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3245/ IGT_5084: 9f45069f9b5136d07e053d8086e8df51e14332eb @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3245/ _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-07-09 17:31 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-07-05 7:32 [igt-dev] [PATCH i-g-t] Dockerfile.fedora: Download peg source from our own mirror Arkadiusz Hiler 2019-07-05 7:52 ` Ser, Simon 2019-07-05 8:08 ` Arkadiusz Hiler 2019-07-09 17:31 ` Lyude Paul 2019-07-05 8:01 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox