* [igt-dev] [PATCH i-g-t] scripts/test_list: don't mangle directory names
@ 2023-05-05 5:39 Mauro Carvalho Chehab
2023-05-05 6:20 ` Modem, Bhanuprakash
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2023-05-05 5:39 UTC (permalink / raw)
To: igt-dev
From: Mauro Carvalho Chehab <mchehab@kernel.org>
While we want to standardize the testlist file names to use
"-" instead of "_", such rule doesn't apply for the directory
name.
While here, make the replace regex more generic by replacing
any non word/digit character sequences to "-".
Reported-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
scripts/test_list.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/test_list.py b/scripts/test_list.py
index e7d486858eb4..a0db07125bc4 100755
--- a/scripts/test_list.py
+++ b/scripts/test_list.py
@@ -1156,8 +1156,8 @@ class TestList:
else:
fname = testlist
+ fname = re.sub(r"[^\w\d]+", "-", fname)
fname = directory + "/" + test_prefix + fname + ".testlist"
- fname = re.sub(r"[\s_]+", "-", fname)
with open(fname, 'w', encoding='utf8') as handler:
for sub in test_subtests[test]:
--
2.40.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [igt-dev] [PATCH i-g-t] scripts/test_list: don't mangle directory names 2023-05-05 5:39 [igt-dev] [PATCH i-g-t] scripts/test_list: don't mangle directory names Mauro Carvalho Chehab @ 2023-05-05 6:20 ` Modem, Bhanuprakash 2023-05-05 6:43 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-05-05 12:09 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Modem, Bhanuprakash @ 2023-05-05 6:20 UTC (permalink / raw) To: Mauro Carvalho Chehab, igt-dev Hi Mauro, On Fri-05-05-2023 11:09 am, Mauro Carvalho Chehab wrote: > From: Mauro Carvalho Chehab <mchehab@kernel.org> > > While we want to standardize the testlist file names to use > "-" instead of "_", such rule doesn't apply for the directory > name. > > While here, make the replace regex more generic by replacing > any non word/digit character sequences to "-". > > Reported-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> > Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org> > --- > scripts/test_list.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/test_list.py b/scripts/test_list.py > index e7d486858eb4..a0db07125bc4 100755 > --- a/scripts/test_list.py > +++ b/scripts/test_list.py > @@ -1156,8 +1156,8 @@ class TestList: > else: > fname = testlist > > + fname = re.sub(r"[^\w\d]+", "-", fname) > fname = directory + "/" + test_prefix + fname + ".testlist" > - fname = re.sub(r"[\s_]+", "-", fname) LGTM Reviewed-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> - Bhanu > > with open(fname, 'w', encoding='utf8') as handler: > for sub in test_subtests[test]: ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for scripts/test_list: don't mangle directory names 2023-05-05 5:39 [igt-dev] [PATCH i-g-t] scripts/test_list: don't mangle directory names Mauro Carvalho Chehab 2023-05-05 6:20 ` Modem, Bhanuprakash @ 2023-05-05 6:43 ` Patchwork 2023-05-05 12:09 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-05-05 6:43 UTC (permalink / raw) To: Mauro Carvalho Chehab; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2509 bytes --] == Series Details == Series: scripts/test_list: don't mangle directory names URL : https://patchwork.freedesktop.org/series/117361/ State : success == Summary == CI Bug Log - changes from CI_DRM_13110 -> IGTPW_8917 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/index.html Participating hosts (40 -> 38) ------------------------------ Missing (2): fi-snb-2520m bat-mtlp-6 Known issues ------------ Here are the changes found in IGTPW_8917 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_suspend@basic-s3@smem: - bat-rpls-1: [PASS][1] -> [ABORT][2] ([i915#6687] / [i915#7978] / [i915#8407]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/bat-rpls-1/igt@gem_exec_suspend@basic-s3@smem.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/bat-rpls-1/igt@gem_exec_suspend@basic-s3@smem.html * igt@i915_selftest@live@slpc: - bat-rplp-1: [PASS][3] -> [DMESG-WARN][4] ([i915#6367]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/bat-rplp-1/igt@i915_selftest@live@slpc.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/bat-rplp-1/igt@i915_selftest@live@slpc.html * igt@i915_selftest@live@workarounds: - bat-adlm-1: [PASS][5] -> [DMESG-FAIL][6] ([i915#7904]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/bat-adlm-1/igt@i915_selftest@live@workarounds.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/bat-adlm-1/igt@i915_selftest@live@workarounds.html [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#6687]: https://gitlab.freedesktop.org/drm/intel/issues/6687 [i915#7904]: https://gitlab.freedesktop.org/drm/intel/issues/7904 [i915#7978]: https://gitlab.freedesktop.org/drm/intel/issues/7978 [i915#8407]: https://gitlab.freedesktop.org/drm/intel/issues/8407 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7277 -> IGTPW_8917 CI-20190529: 20190529 CI_DRM_13110: 0fc2261e97d6fe498f17bcd9120fed98778ff0d8 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8917: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/index.html IGT_7277: 1cb3507f3ff28d11bd5cfabcde576fe78ddab571 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/index.html [-- Attachment #2: Type: text/html, Size: 3160 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for scripts/test_list: don't mangle directory names 2023-05-05 5:39 [igt-dev] [PATCH i-g-t] scripts/test_list: don't mangle directory names Mauro Carvalho Chehab 2023-05-05 6:20 ` Modem, Bhanuprakash 2023-05-05 6:43 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-05-05 12:09 ` Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-05-05 12:09 UTC (permalink / raw) To: Mauro Carvalho Chehab; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 16344 bytes --] == Series Details == Series: scripts/test_list: don't mangle directory names URL : https://patchwork.freedesktop.org/series/117361/ State : success == Summary == CI Bug Log - changes from CI_DRM_13110_full -> IGTPW_8917_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/index.html Participating hosts (7 -> 7) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in IGTPW_8917_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [PASS][1] -> [FAIL][2] ([i915#2842]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-glk4/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-apl: [PASS][3] -> [FAIL][4] ([i915#2842]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-apl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-apl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_lmem_swapping@parallel-random-engines: - shard-glk: NOTRUN -> [SKIP][5] ([fdo#109271] / [i915#4613]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-glk3/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_lmem_swapping@verify-random-ccs: - shard-apl: NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#4613]) +1 similar issue [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-apl7/igt@gem_lmem_swapping@verify-random-ccs.html * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled: - shard-apl: NOTRUN -> [SKIP][7] ([fdo#109271]) +45 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-apl2/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [PASS][8] -> [SKIP][9] ([fdo#109271]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-apl4/igt@i915_pm_dc@dc9-dpms.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-apl3/igt@i915_pm_dc@dc9-dpms.html * igt@i915_selftest@live@dmabuf: - shard-apl: [PASS][10] -> [DMESG-FAIL][11] ([i915#7562]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-apl2/igt@i915_selftest@live@dmabuf.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-apl1/igt@i915_selftest@live@dmabuf.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-glk: NOTRUN -> [SKIP][12] ([fdo#109271]) +36 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-glk8/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][13] ([fdo#109271] / [i915#3886]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-apl7/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_rc_ccs_cc: - shard-glk: NOTRUN -> [SKIP][14] ([fdo#109271] / [i915#3886]) +1 similar issue [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-glk6/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_rc_ccs_cc.html * igt@kms_content_protection@atomic: - shard-snb: NOTRUN -> [SKIP][15] ([fdo#109271]) +87 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-snb5/igt@kms_content_protection@atomic.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [PASS][16] -> [FAIL][17] ([i915#2346]) +1 similar issue [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-hdmi-a1-hdmi-a2: - shard-glk: [PASS][18] -> [FAIL][19] ([i915#2122]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-glk8/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-hdmi-a1-hdmi-a2.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-glk3/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-hdmi-a1-hdmi-a2.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area: - shard-glk: NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#658]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-glk9/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html #### Possible fixes #### * igt@gem_ctx_freq@sysfs: - {shard-dg1}: [FAIL][21] ([i915#6786]) -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-dg1-15/igt@gem_ctx_freq@sysfs.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-dg1-18/igt@gem_ctx_freq@sysfs.html * igt@gem_eio@unwedge-stress: - {shard-dg1}: [FAIL][23] ([i915#5784]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-dg1-14/igt@gem_eio@unwedge-stress.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-dg1-13/igt@gem_eio@unwedge-stress.html * igt@gem_exec_fair@basic-pace-share@rcs0: - {shard-tglu}: [FAIL][25] ([i915#2842]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-tglu-9/igt@gem_exec_fair@basic-pace-share@rcs0.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-tglu-10/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - {shard-rkl}: [FAIL][27] ([i915#2842]) -> [PASS][28] [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-rkl-2/igt@gem_exec_fair@basic-pace@rcs0.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-rkl-1/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gen9_exec_parse@allowed-all: - shard-apl: [ABORT][29] ([i915#5566]) -> [PASS][30] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-apl1/igt@gen9_exec_parse@allowed-all.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-apl2/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@allowed-single: - shard-glk: [ABORT][31] ([i915#5566]) -> [PASS][32] [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-glk6/igt@gen9_exec_parse@allowed-single.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-glk1/igt@gen9_exec_parse@allowed-single.html * igt@i915_pm_rpm@dpms-lpsp: - {shard-rkl}: [SKIP][33] ([i915#1397]) -> [PASS][34] +2 similar issues [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-rkl-3/igt@i915_pm_rpm@dpms-lpsp.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-rkl-7/igt@i915_pm_rpm@dpms-lpsp.html * igt@i915_selftest@live@gt_heartbeat: - shard-apl: [DMESG-FAIL][35] ([i915#5334]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-apl2/igt@i915_selftest@live@gt_heartbeat.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-apl1/igt@i915_selftest@live@gt_heartbeat.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-apl: [FAIL][37] ([i915#2346]) -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@forked-bo@pipe-b: - {shard-rkl}: [INCOMPLETE][39] ([i915#8011]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-rkl-7/igt@kms_cursor_legacy@forked-bo@pipe-b.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-rkl-2/igt@kms_cursor_legacy@forked-bo@pipe-b.html * igt@kms_fbcon_fbt@fbc-suspend: - {shard-tglu}: [FAIL][41] ([i915#4767]) -> [PASS][42] [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-tglu-10/igt@kms_fbcon_fbt@fbc-suspend.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-tglu-10/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_flip@flip-vs-expired-vblank@a-dp1: - shard-apl: [FAIL][43] ([i915#79]) -> [PASS][44] [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-apl4/igt@kms_flip@flip-vs-expired-vblank@a-dp1.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-apl1/igt@kms_flip@flip-vs-expired-vblank@a-dp1.html * {igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2}: - {shard-rkl}: [FAIL][45] ([i915#8292]) -> [PASS][46] [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-rkl-1/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-rkl-4/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html * igt@kms_sysfs_edid_timing: - {shard-dg1}: [FAIL][47] ([IGT#2] / [i915#6493]) -> [PASS][48] [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-dg1-14/igt@kms_sysfs_edid_timing.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-dg1-16/igt@kms_sysfs_edid_timing.html - shard-apl: [FAIL][49] ([IGT#2]) -> [PASS][50] [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13110/shard-apl1/igt@kms_sysfs_edid_timing.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/shard-apl3/igt@kms_sysfs_edid_timing.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [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#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [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#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#315]: https://gitlab.freedesktop.org/drm/intel/issues/315 [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#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [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#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [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#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6493]: https://gitlab.freedesktop.org/drm/intel/issues/6493 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6786]: https://gitlab.freedesktop.org/drm/intel/issues/6786 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7562]: https://gitlab.freedesktop.org/drm/intel/issues/7562 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#8011]: https://gitlab.freedesktop.org/drm/intel/issues/8011 [i915#8211]: https://gitlab.freedesktop.org/drm/intel/issues/8211 [i915#8234]: https://gitlab.freedesktop.org/drm/intel/issues/8234 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7277 -> IGTPW_8917 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13110: 0fc2261e97d6fe498f17bcd9120fed98778ff0d8 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8917: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8917/index.html IGT_7277: 1cb3507f3ff28d11bd5cfabcde576fe78ddab571 @ 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_8917/index.html [-- Attachment #2: Type: text/html, Size: 14484 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-05-05 12:09 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-05-05 5:39 [igt-dev] [PATCH i-g-t] scripts/test_list: don't mangle directory names Mauro Carvalho Chehab 2023-05-05 6:20 ` Modem, Bhanuprakash 2023-05-05 6:43 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-05-05 12:09 ` [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