* [igt-dev] [PATCH i-g-t] intel-ci/xe-fast-feedback.testlist: use xe_module_load@load
@ 2023-03-29 12:37 Mauro Carvalho Chehab
2023-03-29 13:02 ` Dec, Katarzyna
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2023-03-29 12:37 UTC (permalink / raw)
To: igt-dev
From: Mauro Carvalho Chehab <mchehab@kernel.org>
Provided that the force_load parameter is already set either as:
- boot time: xe.force_load=<value>
- modprobe time: adding "option xe force_load=<value>" to a
/etc/modprobe.d/ file;
- at boot time, via CONFIG_DRM_XE_FORCE_PROBE="<value>"
There's no need to use igt@xe_module_load@force_load. Use
instead the cleaner test: igt@xe_module_load@load.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
tests/intel-ci/xe-fast-feedback.testlist | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist
index 3140d648833a..5f3bd2e917d5 100644
--- a/tests/intel-ci/xe-fast-feedback.testlist
+++ b/tests/intel-ci/xe-fast-feedback.testlist
@@ -1,5 +1,5 @@
# Should be the first test
-igt@xe_module_load@force-load
+igt@xe_module_load@load
igt@xe_compute@compute-square
igt@xe_debugfs@base
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [igt-dev] [PATCH i-g-t] intel-ci/xe-fast-feedback.testlist: use xe_module_load@load 2023-03-29 12:37 [igt-dev] [PATCH i-g-t] intel-ci/xe-fast-feedback.testlist: use xe_module_load@load Mauro Carvalho Chehab @ 2023-03-29 13:02 ` Dec, Katarzyna 2023-03-29 13:04 ` Mauro Carvalho Chehab ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Dec, Katarzyna @ 2023-03-29 13:02 UTC (permalink / raw) To: Mauro Carvalho Chehab, igt-dev@lists.freedesktop.org LGTM 😊 Acked-by: Katarzyna Dec <katarzyna.dec@intel.com> Let's merge it! -----Original Message----- From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Mauro Carvalho Chehab Sent: Wednesday, March 29, 2023 2:37 PM To: igt-dev@lists.freedesktop.org Subject: [igt-dev] [PATCH i-g-t] intel-ci/xe-fast-feedback.testlist: use xe_module_load@load From: Mauro Carvalho Chehab <mchehab@kernel.org> Provided that the force_load parameter is already set either as: - boot time: xe.force_load=<value> - modprobe time: adding "option xe force_load=<value>" to a /etc/modprobe.d/ file; - at boot time, via CONFIG_DRM_XE_FORCE_PROBE="<value>" There's no need to use igt@xe_module_load@force_load. Use instead the cleaner test: igt@xe_module_load@load. Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org> --- tests/intel-ci/xe-fast-feedback.testlist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist index 3140d648833a..5f3bd2e917d5 100644 --- a/tests/intel-ci/xe-fast-feedback.testlist +++ b/tests/intel-ci/xe-fast-feedback.testlist @@ -1,5 +1,5 @@ # Should be the first test -igt@xe_module_load@force-load +igt@xe_module_load@load igt@xe_compute@compute-square igt@xe_debugfs@base -- 2.39.2 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] intel-ci/xe-fast-feedback.testlist: use xe_module_load@load 2023-03-29 12:37 [igt-dev] [PATCH i-g-t] intel-ci/xe-fast-feedback.testlist: use xe_module_load@load Mauro Carvalho Chehab 2023-03-29 13:02 ` Dec, Katarzyna @ 2023-03-29 13:04 ` Mauro Carvalho Chehab 2023-03-29 13:39 ` [igt-dev] ✗ Fi.CI.BAT: failure for intel-ci/xe-fast-feedback.testlist: use xe_module_load@load (rev2) Patchwork 2023-03-30 3:12 ` [igt-dev] ✓ Fi.CI.IGT: success for intel-ci/xe-fast-feedback.testlist: use xe_module_load@load Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Mauro Carvalho Chehab @ 2023-03-29 13:04 UTC (permalink / raw) To: igt-dev On Wed, 29 Mar 2023 14:37:07 +0200 Mauro Carvalho Chehab <mauro.chehab@linux.intel.com> wrote: > From: Mauro Carvalho Chehab <mchehab@kernel.org> > > Provided that the force_load parameter is already set either as: > > - boot time: xe.force_load=<value> > - modprobe time: adding "option xe force_load=<value>" to a > /etc/modprobe.d/ file; > - at boot time, via CONFIG_DRM_XE_FORCE_PROBE="<value>" > > There's no need to use igt@xe_module_load@force_load. Use > instead the cleaner test: igt@xe_module_load@load. > > Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org> > --- > tests/intel-ci/xe-fast-feedback.testlist | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist > index 3140d648833a..5f3bd2e917d5 100644 > --- a/tests/intel-ci/xe-fast-feedback.testlist > +++ b/tests/intel-ci/xe-fast-feedback.testlist > @@ -1,5 +1,5 @@ > # Should be the first test > -igt@xe_module_load@force-load > +igt@xe_module_load@load > > igt@xe_compute@compute-square > igt@xe_debugfs@base Tested on an ADL-S booted with Xe module blacklisted: $ lsmod|grep xe $ sudo ./build/tests/xe_module_load --run load IGT-Version: 1.27.1-gc6585fd1 (x86_64) (Linux: 6.2.0-xe-2bf8f2602+ x86_64) Starting subtest: load Subtest load: SUCCESS (2.772s) gta@DUT1375ADLS:~/freedesktop-igt$ lsmod|grep xe xe 6721536 2 drm_ttm_helper 20480 1 xe gpu_sched 159744 1 xe drm_suballoc_helper 32768 1 xe i2c_algo_bit 24576 1 xe ttm 307200 2 drm_ttm_helper,xe drm_display_helper 536576 1 xe drm_kms_helper 663552 2 drm_display_helper,xe drm_buddy 40960 1 xe drm 1925120 9 gpu_sched,drm_kms_helper,drm_suballoc_helper,drm_display_helper,drm_buddy,drm_ttm_helper,xe,ttm video 102400 1 xe ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for intel-ci/xe-fast-feedback.testlist: use xe_module_load@load (rev2) 2023-03-29 12:37 [igt-dev] [PATCH i-g-t] intel-ci/xe-fast-feedback.testlist: use xe_module_load@load Mauro Carvalho Chehab 2023-03-29 13:02 ` Dec, Katarzyna 2023-03-29 13:04 ` Mauro Carvalho Chehab @ 2023-03-29 13:39 ` Patchwork 2023-03-30 3:12 ` [igt-dev] ✓ Fi.CI.IGT: success for intel-ci/xe-fast-feedback.testlist: use xe_module_load@load Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-03-29 13:39 UTC (permalink / raw) To: Dec, Katarzyna; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 258 bytes --] == Series Details == Series: intel-ci/xe-fast-feedback.testlist: use xe_module_load@load (rev2) URL : https://patchwork.freedesktop.org/series/115788/ State : failure == Summary == Series 115788 revision 2 was fully merged or fully failed: no git log [-- Attachment #2: Type: text/html, Size: 727 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for intel-ci/xe-fast-feedback.testlist: use xe_module_load@load 2023-03-29 12:37 [igt-dev] [PATCH i-g-t] intel-ci/xe-fast-feedback.testlist: use xe_module_load@load Mauro Carvalho Chehab ` (2 preceding siblings ...) 2023-03-29 13:39 ` [igt-dev] ✗ Fi.CI.BAT: failure for intel-ci/xe-fast-feedback.testlist: use xe_module_load@load (rev2) Patchwork @ 2023-03-30 3:12 ` Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-03-30 3:12 UTC (permalink / raw) To: Dec, Katarzyna; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 16185 bytes --] == Series Details == Series: intel-ci/xe-fast-feedback.testlist: use xe_module_load@load URL : https://patchwork.freedesktop.org/series/115788/ State : success == Summary == CI Bug Log - changes from CI_DRM_12934_full -> IGTPW_8710_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/index.html Participating hosts (7 -> 7) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in IGTPW_8710_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_eio@in-flight-suspend: - shard-apl: [PASS][1] -> [ABORT][2] ([i915#180]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12934/shard-apl4/igt@gem_eio@in-flight-suspend.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-apl6/igt@gem_eio@in-flight-suspend.html * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-glk: NOTRUN -> [FAIL][3] ([i915#2842]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-glk1/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [PASS][4] -> [FAIL][5] ([i915#2842]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12934/shard-apl2/igt@gem_exec_fair@basic-none-solo@rcs0.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-apl7/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled: - shard-apl: NOTRUN -> [SKIP][6] ([fdo#109271]) +49 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-apl1/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html * igt@i915_module_load@reload-with-fault-injection: - shard-snb: [PASS][7] -> [ABORT][8] ([i915#4528]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12934/shard-snb5/igt@i915_module_load@reload-with-fault-injection.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-snb2/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [PASS][9] -> [SKIP][10] ([fdo#109271]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12934/shard-apl1/igt@i915_pm_dc@dc9-dpms.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-apl3/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rpm@gem-execbuf-stress-pc8: - shard-glk: NOTRUN -> [SKIP][11] ([fdo#109271]) +30 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-glk3/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html * igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][12] ([fdo#109271] / [i915#3886]) +2 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-apl3/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs: - shard-glk: NOTRUN -> [SKIP][13] ([fdo#109271] / [i915#3886]) +2 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-glk4/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-apl: [PASS][14] -> [FAIL][15] ([i915#2346]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12934/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html - shard-glk: NOTRUN -> [FAIL][16] ([i915#2346]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-glk5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_flip@2x-flip-vs-dpms: - shard-snb: NOTRUN -> [SKIP][17] ([fdo#109271]) +8 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-snb7/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_psr2_sf@plane-move-sf-dmg-area: - shard-glk: NOTRUN -> [SKIP][18] ([fdo#109271] / [i915#658]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-glk2/igt@kms_psr2_sf@plane-move-sf-dmg-area.html * igt@kms_psr2_su@page_flip-p010: - shard-apl: NOTRUN -> [SKIP][19] ([fdo#109271] / [i915#658]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-apl4/igt@kms_psr2_su@page_flip-p010.html * igt@kms_vblank@pipe-d-wait-idle: - shard-apl: NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#533]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-apl2/igt@kms_vblank@pipe-d-wait-idle.html #### Possible fixes #### * {igt@gem_barrier_race@remote-request@rcs0}: - shard-apl: [ABORT][21] -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12934/shard-apl3/igt@gem_barrier_race@remote-request@rcs0.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-apl3/igt@gem_barrier_race@remote-request@rcs0.html * igt@gem_exec_fair@basic-deadline: - shard-glk: [FAIL][23] ([i915#2846]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12934/shard-glk8/igt@gem_exec_fair@basic-deadline.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-glk2/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][25] ([i915#2842]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12934/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-glk2/igt@gem_exec_fair@basic-pace-share@rcs0.html - {shard-tglu}: [FAIL][27] ([i915#2842]) -> [PASS][28] [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12934/shard-tglu-6/igt@gem_exec_fair@basic-pace-share@rcs0.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-tglu-10/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gen9_exec_parse@allowed-single: - shard-glk: [ABORT][29] ([i915#5566]) -> [PASS][30] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12934/shard-glk1/igt@gen9_exec_parse@allowed-single.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-glk8/igt@gen9_exec_parse@allowed-single.html * igt@i915_pm_rpm@dpms-mode-unset-lpsp: - {shard-dg1}: [SKIP][31] ([i915#1397]) -> [PASS][32] +1 similar issue [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12934/shard-dg1-15/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-dg1-14/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html * igt@i915_pm_rps@reset: - shard-snb: [INCOMPLETE][33] ([i915#7790]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12934/shard-snb7/igt@i915_pm_rps@reset.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-snb2/igt@i915_pm_rps@reset.html * igt@i915_suspend@debugfs-reader: - shard-apl: [ABORT][35] ([i915#180]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12934/shard-apl7/igt@i915_suspend@debugfs-reader.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-apl7/igt@i915_suspend@debugfs-reader.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][37] ([i915#2346]) -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12934/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ac-hdmi-a1-hdmi-a2: - shard-glk: [FAIL][39] ([i915#2122]) -> [PASS][40] +1 similar issue [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12934/shard-glk7/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ac-hdmi-a1-hdmi-a2.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-glk8/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ac-hdmi-a1-hdmi-a2.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a1: - shard-glk: [FAIL][41] ([i915#79]) -> [PASS][42] [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12934/shard-glk3/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a1.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/shard-glk9/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a1.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1902]: https://gitlab.freedesktop.org/drm/intel/issues/1902 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3528]: https://gitlab.freedesktop.org/drm/intel/issues/3528 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4859]: https://gitlab.freedesktop.org/drm/intel/issues/4859 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#5122]: https://gitlab.freedesktop.org/drm/intel/issues/5122 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5251]: https://gitlab.freedesktop.org/drm/intel/issues/5251 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7790]: https://gitlab.freedesktop.org/drm/intel/issues/7790 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#8308]: https://gitlab.freedesktop.org/drm/intel/issues/8308 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7225 -> IGTPW_8710 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_12934: 0d5e1ccc82c11e9d26d31b55b885a8d3f6588a8d @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8710: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/index.html IGT_7225: e2b54c935ac78a78a4243b22c53b1a61fd04ffdb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8710/index.html [-- Attachment #2: Type: text/html, Size: 12809 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-03-30 3:12 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-03-29 12:37 [igt-dev] [PATCH i-g-t] intel-ci/xe-fast-feedback.testlist: use xe_module_load@load Mauro Carvalho Chehab 2023-03-29 13:02 ` Dec, Katarzyna 2023-03-29 13:04 ` Mauro Carvalho Chehab 2023-03-29 13:39 ` [igt-dev] ✗ Fi.CI.BAT: failure for intel-ci/xe-fast-feedback.testlist: use xe_module_load@load (rev2) Patchwork 2023-03-30 3:12 ` [igt-dev] ✓ Fi.CI.IGT: success for intel-ci/xe-fast-feedback.testlist: use xe_module_load@load Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox