* [igt-dev] [PATCH i-g-t] tests/amdpu: Build amd_bypass test with autotools
@ 2019-06-28 10:38 Arkadiusz Hiler
2019-06-28 11:12 ` Ser, Simon
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Arkadiusz Hiler @ 2019-06-28 10:38 UTC (permalink / raw)
To: igt-dev
It was added only on the meson side of things.
Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Fixes: 3c4edeba35ac ("tests/amdgpu: add 8bpc bypass mode test.")
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
tests/Makefile.sources | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 027ed82f..250dbd33 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -6,6 +6,7 @@ NOUVEAU_TESTS = \
AMDGPU_TESTS = \
amdgpu/amd_basic \
+ amdgpu/amd_bypass \
amdgpu/amd_color \
amdgpu/amd_cs_nop \
amdgpu/amd_prime \
--
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] 6+ messages in thread* Re: [igt-dev] [PATCH i-g-t] tests/amdpu: Build amd_bypass test with autotools
2019-06-28 10:38 [igt-dev] [PATCH i-g-t] tests/amdpu: Build amd_bypass test with autotools Arkadiusz Hiler
@ 2019-06-28 11:12 ` Ser, Simon
2019-06-28 11:50 ` Arkadiusz Hiler
2019-06-28 12:11 ` Kazlauskas, Nicholas
` (2 subsequent siblings)
3 siblings, 1 reply; 6+ messages in thread
From: Ser, Simon @ 2019-06-28 11:12 UTC (permalink / raw)
To: Hiler, Arkadiusz, igt-dev@lists.freedesktop.org
On Fri, 2019-06-28 at 13:38 +0300, Arkadiusz Hiler wrote:
> It was added only on the meson side of things.
>
> Cc: Harry Wentland <harry.wentland@amd.com>
> Cc: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
> Fixes: 3c4edeba35ac ("tests/amdgpu: add 8bpc bypass mode test.")
> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Minus the typo in the commit title:
Reviewed-by: Simon Ser <simon.ser@intel.com>
> ---
> tests/Makefile.sources | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tests/Makefile.sources b/tests/Makefile.sources
> index 027ed82f..250dbd33 100644
> --- a/tests/Makefile.sources
> +++ b/tests/Makefile.sources
> @@ -6,6 +6,7 @@ NOUVEAU_TESTS = \
>
> AMDGPU_TESTS = \
> amdgpu/amd_basic \
> + amdgpu/amd_bypass \
> amdgpu/amd_color \
> amdgpu/amd_cs_nop \
> amdgpu/amd_prime \
_______________________________________________
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] tests/amdpu: Build amd_bypass test with autotools
2019-06-28 11:12 ` Ser, Simon
@ 2019-06-28 11:50 ` Arkadiusz Hiler
0 siblings, 0 replies; 6+ messages in thread
From: Arkadiusz Hiler @ 2019-06-28 11:50 UTC (permalink / raw)
To: Ser, Simon; +Cc: igt-dev@lists.freedesktop.org
On Fri, Jun 28, 2019 at 02:12:42PM +0300, Ser, Simon wrote:
> On Fri, 2019-06-28 at 13:38 +0300, Arkadiusz Hiler wrote:
> > It was added only on the meson side of things.
> >
> > Cc: Harry Wentland <harry.wentland@amd.com>
> > Cc: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
> > Fixes: 3c4edeba35ac ("tests/amdgpu: add 8bpc bypass mode test.")
> > Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
>
> Minus the typo in the commit title:
>
> Reviewed-by: Simon Ser <simon.ser@intel.com>
https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/45372
Since we are touching just autotools here, and the CI is using meson
exclusively (I have checked, it compiled just fine) it's fine to push.
Thanks for the review! Pushed with the typo fixed.
_______________________________________________
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] tests/amdpu: Build amd_bypass test with autotools
2019-06-28 10:38 [igt-dev] [PATCH i-g-t] tests/amdpu: Build amd_bypass test with autotools Arkadiusz Hiler
2019-06-28 11:12 ` Ser, Simon
@ 2019-06-28 12:11 ` Kazlauskas, Nicholas
2019-06-28 17:04 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-06-29 0:47 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
3 siblings, 0 replies; 6+ messages in thread
From: Kazlauskas, Nicholas @ 2019-06-28 12:11 UTC (permalink / raw)
To: Arkadiusz Hiler, igt-dev@lists.freedesktop.org
On 6/28/19 6:38 AM, Arkadiusz Hiler wrote:
> It was added only on the meson side of things.
>
> Cc: Harry Wentland <harry.wentland@amd.com>
> Cc: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
> Fixes: 3c4edeba35ac ("tests/amdgpu: add 8bpc bypass mode test.")
> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
I did actually notice this during review but thought that autotools was
on the way to being deprecated so I wasn't sure whether to bring it up
or not.
I guess the pipeline checking the diff answers that question, I'll keep
this in mind for future patches.
Thanks!
Nicholas Kazlauskas
> ---
> tests/Makefile.sources | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tests/Makefile.sources b/tests/Makefile.sources
> index 027ed82f..250dbd33 100644
> --- a/tests/Makefile.sources
> +++ b/tests/Makefile.sources
> @@ -6,6 +6,7 @@ NOUVEAU_TESTS = \
>
> AMDGPU_TESTS = \
> amdgpu/amd_basic \
> + amdgpu/amd_bypass \
> amdgpu/amd_color \
> amdgpu/amd_cs_nop \
> amdgpu/amd_prime \
>
_______________________________________________
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 tests/amdpu: Build amd_bypass test with autotools
2019-06-28 10:38 [igt-dev] [PATCH i-g-t] tests/amdpu: Build amd_bypass test with autotools Arkadiusz Hiler
2019-06-28 11:12 ` Ser, Simon
2019-06-28 12:11 ` Kazlauskas, Nicholas
@ 2019-06-28 17:04 ` Patchwork
2019-06-29 0:47 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-06-28 17:04 UTC (permalink / raw)
To: Arkadiusz Hiler; +Cc: igt-dev
== Series Details ==
Series: tests/amdpu: Build amd_bypass test with autotools
URL : https://patchwork.freedesktop.org/series/62928/
State : success
== Summary ==
CI Bug Log - changes from IGT_5073 -> IGTPW_3209
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://patchwork.freedesktop.org/api/1.0/series/62928/revisions/1/mbox/
Known issues
------------
Here are the changes found in IGTPW_3209 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@prime_vgem@basic-write:
- fi-icl-u3: [PASS][1] -> [DMESG-WARN][2] ([fdo#107724])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/fi-icl-u3/igt@prime_vgem@basic-write.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/fi-icl-u3/igt@prime_vgem@basic-write.html
#### Possible fixes ####
* igt@gem_flink_basic@basic:
- fi-icl-u3: [DMESG-WARN][3] ([fdo#107724]) -> [PASS][4] +1 similar issue
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/fi-icl-u3/igt@gem_flink_basic@basic.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/fi-icl-u3/igt@gem_flink_basic@basic.html
* igt@i915_pm_rpm@basic-pci-d3-state:
- fi-kbl-r: [DMESG-WARN][5] ([fdo#111012]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/fi-kbl-r/igt@i915_pm_rpm@basic-pci-d3-state.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/fi-kbl-r/igt@i915_pm_rpm@basic-pci-d3-state.html
* igt@i915_selftest@live_blt:
- fi-skl-iommu: [INCOMPLETE][7] ([fdo#108602]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/fi-skl-iommu/igt@i915_selftest@live_blt.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/fi-skl-iommu/igt@i915_selftest@live_blt.html
[fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
[fdo#108602]: https://bugs.freedesktop.org/show_bug.cgi?id=108602
[fdo#111012]: https://bugs.freedesktop.org/show_bug.cgi?id=111012
Participating hosts (51 -> 43)
------------------------------
Additional (1): fi-icl-dsi
Missing (9): fi-ilk-m540 fi-hsw-4200u fi-bdw-gvtdvm fi-byt-squawks fi-bsw-cyan fi-icl-y fi-icl-guc fi-byt-clapper fi-bdw-samus
Build changes
-------------
* IGT: IGT_5073 -> IGTPW_3209
CI_DRM_6379: 12f8aba06508afb9b668a2496b2fb296ed21e377 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3209: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/
IGT_5073: fd02e325b9169e69b8a444137a553f359967c227 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/
_______________________________________________
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 tests/amdpu: Build amd_bypass test with autotools
2019-06-28 10:38 [igt-dev] [PATCH i-g-t] tests/amdpu: Build amd_bypass test with autotools Arkadiusz Hiler
` (2 preceding siblings ...)
2019-06-28 17:04 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-06-29 0:47 ` Patchwork
3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-06-29 0:47 UTC (permalink / raw)
To: Arkadiusz Hiler; +Cc: igt-dev
== Series Details ==
Series: tests/amdpu: Build amd_bypass test with autotools
URL : https://patchwork.freedesktop.org/series/62928/
State : success
== Summary ==
CI Bug Log - changes from IGT_5073_full -> IGTPW_3209_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://patchwork.freedesktop.org/api/1.0/series/62928/revisions/1/mbox/
Known issues
------------
Here are the changes found in IGTPW_3209_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-kbl: [PASS][1] -> [SKIP][2] ([fdo#109271])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-kbl4/igt@i915_pm_rc6_residency@rc6-accuracy.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-kbl2/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@i915_pm_rpm@legacy-planes-dpms:
- shard-iclb: [PASS][3] -> [INCOMPLETE][4] ([fdo#107713] / [fdo#108840] / [fdo#109960])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-iclb7/igt@i915_pm_rpm@legacy-planes-dpms.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-iclb2/igt@i915_pm_rpm@legacy-planes-dpms.html
* igt@i915_suspend@fence-restore-untiled:
- shard-apl: [PASS][5] -> [DMESG-WARN][6] ([fdo#108566]) +5 similar issues
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-apl8/igt@i915_suspend@fence-restore-untiled.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-apl7/igt@i915_suspend@fence-restore-untiled.html
* igt@i915_suspend@forcewake:
- shard-kbl: [PASS][7] -> [INCOMPLETE][8] ([fdo#103665])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-kbl2/igt@i915_suspend@forcewake.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-kbl4/igt@i915_suspend@forcewake.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic:
- shard-hsw: [PASS][9] -> [FAIL][10] ([fdo#105767])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-hsw4/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-hsw4/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
* igt@kms_draw_crc@draw-method-xrgb2101010-mmap-gtt-untiled:
- shard-snb: [PASS][11] -> [SKIP][12] ([fdo#109271])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-snb1/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-gtt-untiled.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-snb1/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-gtt-untiled.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset:
- shard-hsw: [PASS][13] -> [SKIP][14] ([fdo#109271]) +29 similar issues
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-hsw7/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-hsw1/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-glk: [PASS][15] -> [FAIL][16] ([fdo#105363])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-glk2/igt@kms_flip@2x-flip-vs-expired-vblank.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-glk3/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt:
- shard-iclb: [PASS][17] -> [FAIL][18] ([fdo#103167]) +1 similar issue
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_psr2_su@page_flip:
- shard-iclb: [PASS][19] -> [SKIP][20] ([fdo#109642])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-iclb2/igt@kms_psr2_su@page_flip.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-iclb3/igt@kms_psr2_su@page_flip.html
* igt@kms_psr@psr2_cursor_render:
- shard-iclb: [PASS][21] -> [SKIP][22] ([fdo#109441])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-iclb2/igt@kms_psr@psr2_cursor_render.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-iclb1/igt@kms_psr@psr2_cursor_render.html
* igt@kms_setmode@basic:
- shard-kbl: [PASS][23] -> [FAIL][24] ([fdo#99912])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-kbl2/igt@kms_setmode@basic.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-kbl4/igt@kms_setmode@basic.html
#### Possible fixes ####
* igt@gem_eio@in-flight-suspend:
- shard-glk: [FAIL][25] ([fdo#110667]) -> [PASS][26]
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-glk4/igt@gem_eio@in-flight-suspend.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-glk7/igt@gem_eio@in-flight-suspend.html
* igt@gem_workarounds@suspend-resume-context:
- shard-apl: [DMESG-WARN][27] ([fdo#108566]) -> [PASS][28] +4 similar issues
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-apl6/igt@gem_workarounds@suspend-resume-context.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-apl8/igt@gem_workarounds@suspend-resume-context.html
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-snb: [SKIP][29] ([fdo#109271]) -> [PASS][30]
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-snb6/igt@i915_pm_rc6_residency@rc6-accuracy.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-snb5/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-glk: [FAIL][31] ([fdo#105363]) -> [PASS][32]
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-glk1/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-glk6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@2x-plain-flip-interruptible:
- shard-hsw: [SKIP][33] ([fdo#109271]) -> [PASS][34] +29 similar issues
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-hsw1/igt@kms_flip@2x-plain-flip-interruptible.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-hsw2/igt@kms_flip@2x-plain-flip-interruptible.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-kbl: [DMESG-WARN][35] ([fdo#108566]) -> [PASS][36] +1 similar issue
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-kbl3/igt@kms_frontbuffer_tracking@fbc-suspend.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-kbl1/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render:
- shard-iclb: [FAIL][37] ([fdo#103167]) -> [PASS][38] +4 similar issues
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-iclb1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_psr@psr2_primary_mmap_gtt:
- shard-iclb: [SKIP][39] ([fdo#109441]) -> [PASS][40] +1 similar issue
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5073/shard-iclb8/igt@kms_psr@psr2_primary_mmap_gtt.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/shard-iclb2/igt@kms_psr@psr2_primary_mmap_gtt.html
[fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
[fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
[fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363
[fdo#105767]: https://bugs.freedesktop.org/show_bug.cgi?id=105767
[fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
[fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
[fdo#108840]: https://bugs.freedesktop.org/show_bug.cgi?id=108840
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642
[fdo#109960]: https://bugs.freedesktop.org/show_bug.cgi?id=109960
[fdo#110667]: https://bugs.freedesktop.org/show_bug.cgi?id=110667
[fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912
Participating hosts (7 -> 6)
------------------------------
Missing (1): shard-skl
Build changes
-------------
* IGT: IGT_5073 -> IGTPW_3209
CI_DRM_6379: 12f8aba06508afb9b668a2496b2fb296ed21e377 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3209: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/
IGT_5073: fd02e325b9169e69b8a444137a553f359967c227 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3209/
_______________________________________________
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-06-29 0:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-28 10:38 [igt-dev] [PATCH i-g-t] tests/amdpu: Build amd_bypass test with autotools Arkadiusz Hiler
2019-06-28 11:12 ` Ser, Simon
2019-06-28 11:50 ` Arkadiusz Hiler
2019-06-28 12:11 ` Kazlauskas, Nicholas
2019-06-28 17:04 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-06-29 0:47 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox