* [igt-dev] [PATCH i-g-t] Revert "testplan/kms: Make documentation is mandatory for all kms subtests"
@ 2023-08-18 11:38 Juha-Pekka Heikkila
2023-08-18 11:50 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Juha-Pekka Heikkila @ 2023-08-18 11:38 UTC (permalink / raw)
To: igt-dev; +Cc: marcin.bernatowicz, kamil.konieczny
This change broke igt build when building without chamelium
This reverts commit 00bc4cf384382018ebe6f333e4d53849c883445b.
Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
---
docs/testplan/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/testplan/meson.build b/docs/testplan/meson.build
index 433464dc8..e838f2eb1 100644
--- a/docs/testplan/meson.build
+++ b/docs/testplan/meson.build
@@ -31,13 +31,13 @@ xe_test_dict = {
if build_xe
test_dict = {
'i915_tests': { 'input': i915_test_config, 'extra_args': check_testlist },
- 'kms_tests': { 'input': kms_test_config, 'extra_args': check_testlist },
+ 'kms_tests': { 'input': kms_test_config, 'extra_args': [] },
'xe_tests': { 'input': xe_test_config, 'extra_args': check_testlist }
}
else
test_dict = {
'i915_tests': { 'input': i915_test_config, 'extra_args': check_testlist },
- 'kms_tests': { 'input': kms_test_config, 'extra_args': check_testlist }
+ 'kms_tests': { 'input': kms_test_config, 'extra_args': [] }
}
endif
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* [igt-dev] ✗ GitLab.Pipeline: warning for Revert "testplan/kms: Make documentation is mandatory for all kms subtests" 2023-08-18 11:38 [igt-dev] [PATCH i-g-t] Revert "testplan/kms: Make documentation is mandatory for all kms subtests" Juha-Pekka Heikkila @ 2023-08-18 11:50 ` Patchwork 2023-08-18 11:54 ` [igt-dev] [PATCH i-g-t] " Bernatowicz, Marcin ` (3 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-08-18 11:50 UTC (permalink / raw) To: Juha-Pekka Heikkila; +Cc: igt-dev == Series Details == Series: Revert "testplan/kms: Make documentation is mandatory for all kms subtests" URL : https://patchwork.freedesktop.org/series/122628/ State : warning == Summary == Pipeline status: FAILED. see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/964670 for the overview. containers:igt has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/47658450): Downloading artifacts from coordinator... ok host=gitlab.freedesktop.org id=47658435 responseStatus=200 OK token=64_9mn7U section_end:1692359212:download_artifacts section_start:1692359212:step_script Executing "step_script" stage of the job script Using docker image sha256:594aa868d31ee3304dee8cae8a3433c89a6fcfcf6c7d420c04cce22f60147176 for registry.freedesktop.org/wayland/ci-templates/buildah:2019-08-13.0 with digest registry.freedesktop.org/wayland/ci-templates/buildah@sha256:7dbcf22cd2c1c7d49db0dc7b4ab207c3d6a4a09bd81cc3b71a688d3727d8749f ... $ /host/bin/curl -s -L --cacert /host/ca-certificates.crt --retry 4 -f --retry-delay 60 https://gitlab.freedesktop.org/freedesktop/helm-gitlab-infra/-/raw/main/runner-gating/runner-gating.sh | sh Checking if the user of the pipeline is allowed... Checking if the job's project is part of a well-known group... Thank you for contributing to freedesktop.org $ podman login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY Login Succeeded! $ .gitlab-ci/pull-or-rebuild.sh igt Dockerfile igt STEP 1: FROM registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora:commit-0278dd1795b9732e6782da008bdf1b080212a23d Error: error creating build container: Error initializing source docker://registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora:commit-0278dd1795b9732e6782da008bdf1b080212a23d: Error reading manifest commit-0278dd1795b9732e6782da008bdf1b080212a23d in registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora: received unexpected HTTP status: 500 Internal Server Error section_end:1692359214:step_script section_start:1692359214:cleanup_file_variables Cleaning up project directory and file based variables section_end:1692359215:cleanup_file_variables ERROR: Job failed: exit code 1 == Logs == For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/964670 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] Revert "testplan/kms: Make documentation is mandatory for all kms subtests" 2023-08-18 11:38 [igt-dev] [PATCH i-g-t] Revert "testplan/kms: Make documentation is mandatory for all kms subtests" Juha-Pekka Heikkila 2023-08-18 11:50 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork @ 2023-08-18 11:54 ` Bernatowicz, Marcin 2023-08-18 12:07 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Bernatowicz, Marcin @ 2023-08-18 11:54 UTC (permalink / raw) To: Juha-Pekka Heikkila, igt-dev; +Cc: marcin.bernatowicz, kamil.konieczny On 8/18/2023 1:38 PM, Juha-Pekka Heikkila wrote: > This change broke igt build when building without chamelium > > This reverts commit 00bc4cf384382018ebe6f333e4d53849c883445b. > > Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> > --- > docs/testplan/meson.build | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/docs/testplan/meson.build b/docs/testplan/meson.build > index 433464dc8..e838f2eb1 100644 > --- a/docs/testplan/meson.build > +++ b/docs/testplan/meson.build > @@ -31,13 +31,13 @@ xe_test_dict = { > if build_xe > test_dict = { > 'i915_tests': { 'input': i915_test_config, 'extra_args': check_testlist }, > - 'kms_tests': { 'input': kms_test_config, 'extra_args': check_testlist }, > + 'kms_tests': { 'input': kms_test_config, 'extra_args': [] }, > 'xe_tests': { 'input': xe_test_config, 'extra_args': check_testlist } > } > else > test_dict = { > 'i915_tests': { 'input': i915_test_config, 'extra_args': check_testlist }, > - 'kms_tests': { 'input': kms_test_config, 'extra_args': check_testlist } > + 'kms_tests': { 'input': kms_test_config, 'extra_args': [] } > } > endif > LGTM, verified build does not fail on docker with chamelium disabled. Acked-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com> ^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ○ CI.xeBAT: info for Revert "testplan/kms: Make documentation is mandatory for all kms subtests" 2023-08-18 11:38 [igt-dev] [PATCH i-g-t] Revert "testplan/kms: Make documentation is mandatory for all kms subtests" Juha-Pekka Heikkila 2023-08-18 11:50 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork 2023-08-18 11:54 ` [igt-dev] [PATCH i-g-t] " Bernatowicz, Marcin @ 2023-08-18 12:07 ` Patchwork 2023-08-18 12:21 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork 2023-08-19 18:07 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-08-18 12:07 UTC (permalink / raw) To: Juha-Pekka Heikkila; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 363 bytes --] == Series Details == Series: Revert "testplan/kms: Make documentation is mandatory for all kms subtests" URL : https://patchwork.freedesktop.org/series/122628/ State : info == Summary == Participating hosts: bat-atsm-2 bat-dg2-oem2 bat-adlp-7 Missing hosts results[0]: Results: [IGTPW_9622](https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9622/index.html) [-- Attachment #2: Type: text/html, Size: 883 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for Revert "testplan/kms: Make documentation is mandatory for all kms subtests" 2023-08-18 11:38 [igt-dev] [PATCH i-g-t] Revert "testplan/kms: Make documentation is mandatory for all kms subtests" Juha-Pekka Heikkila ` (2 preceding siblings ...) 2023-08-18 12:07 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork @ 2023-08-18 12:21 ` Patchwork 2023-08-19 18:07 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-08-18 12:21 UTC (permalink / raw) To: Juha-Pekka Heikkila; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3452 bytes --] == Series Details == Series: Revert "testplan/kms: Make documentation is mandatory for all kms subtests" URL : https://patchwork.freedesktop.org/series/122628/ State : success == Summary == CI Bug Log - changes from CI_DRM_13536 -> IGTPW_9622 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/index.html Participating hosts (38 -> 38) ------------------------------ Additional (1): fi-kbl-soraka Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_9622 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_huc_copy@huc-copy: - fi-kbl-soraka: NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#2190]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - fi-kbl-soraka: NOTRUN -> [SKIP][2] ([fdo#109271] / [i915#4613]) +3 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/fi-kbl-soraka/igt@gem_lmem_swapping@basic.html * igt@i915_selftest@live@gt_pm: - fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][3] ([i915#1886] / [i915#7913]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-kbl-soraka: NOTRUN -> [SKIP][4] ([fdo#109271]) +8 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/fi-kbl-soraka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html #### Warnings #### * igt@i915_module_load@load: - bat-adlp-11: [DMESG-WARN][5] ([i915#4423]) -> [ABORT][6] ([i915#4423]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/bat-adlp-11/igt@i915_module_load@load.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/bat-adlp-11/igt@i915_module_load@load.html * igt@kms_psr@cursor_plane_move: - bat-rplp-1: [SKIP][7] ([i915#1072]) -> [ABORT][8] ([i915#8469] / [i915#8668]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/bat-rplp-1/igt@kms_psr@cursor_plane_move.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/bat-rplp-1/igt@kms_psr@cursor_plane_move.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#8469]: https://gitlab.freedesktop.org/drm/intel/issues/8469 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7444 -> IGTPW_9622 CI-20190529: 20190529 CI_DRM_13536: 7a825a06c6ee60a6586ddf8b4adb03ea5262bda7 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9622: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/index.html IGT_7444: 7444 Testlist changes ---------------- -igt@xe_spin_batch@spin-fixed-duration == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/index.html [-- Attachment #2: Type: text/html, Size: 4389 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for Revert "testplan/kms: Make documentation is mandatory for all kms subtests" 2023-08-18 11:38 [igt-dev] [PATCH i-g-t] Revert "testplan/kms: Make documentation is mandatory for all kms subtests" Juha-Pekka Heikkila ` (3 preceding siblings ...) 2023-08-18 12:21 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork @ 2023-08-19 18:07 ` Patchwork 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-08-19 18:07 UTC (permalink / raw) To: Juha-Pekka Heikkila; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 84884 bytes --] == Series Details == Series: Revert "testplan/kms: Make documentation is mandatory for all kms subtests" URL : https://patchwork.freedesktop.org/series/122628/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13536_full -> IGTPW_9622_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9622_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9622_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/index.html Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9622_full: ### IGT changes ### #### Possible regressions #### * igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-lmem0-lmem0: - shard-dg2: NOTRUN -> [INCOMPLETE][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-2/igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-lmem0-lmem0.html * igt@gem_exec_schedule@wide@rcs0: - shard-apl: [PASS][2] -> [FAIL][3] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-apl3/igt@gem_exec_schedule@wide@rcs0.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-apl4/igt@gem_exec_schedule@wide@rcs0.html * igt@kms_cursor_crc@cursor-random-128x128@pipe-a-edp-1: - shard-mtlp: [PASS][4] -> [FAIL][5] +1 similar issue [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-4/igt@kms_cursor_crc@cursor-random-128x128@pipe-a-edp-1.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-3/igt@kms_cursor_crc@cursor-random-128x128@pipe-a-edp-1.html Known issues ------------ Here are the changes found in IGTPW_9622_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-purge-cache: - shard-dg2: NOTRUN -> [SKIP][6] ([i915#8411]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-12/igt@api_intel_bb@blit-reloc-purge-cache.html - shard-mtlp: NOTRUN -> [SKIP][7] ([i915#8411]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-5/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@api_intel_bb@render-ccs: - shard-dg2: NOTRUN -> [FAIL][8] ([i915#6122]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-2/igt@api_intel_bb@render-ccs.html * igt@drm_buddy@drm_buddy_test: - shard-snb: NOTRUN -> [SKIP][9] ([fdo#109271] / [i915#8661]) +2 similar issues [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-snb2/igt@drm_buddy@drm_buddy_test.html * igt@drm_fdinfo@busy-check-all@bcs0: - shard-dg1: NOTRUN -> [SKIP][10] ([i915#8414]) +4 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-17/igt@drm_fdinfo@busy-check-all@bcs0.html * igt@drm_fdinfo@busy-idle@bcs0: - shard-dg2: NOTRUN -> [SKIP][11] ([i915#8414]) +31 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-1/igt@drm_fdinfo@busy-idle@bcs0.html * igt@drm_fdinfo@virtual-busy-all: - shard-mtlp: NOTRUN -> [SKIP][12] ([i915#8414]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-4/igt@drm_fdinfo@virtual-busy-all.html * igt@gem_busy@semaphore: - shard-dg2: NOTRUN -> [SKIP][13] ([i915#3936]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-10/igt@gem_busy@semaphore.html * igt@gem_ccs@block-copy-compressed: - shard-mtlp: NOTRUN -> [SKIP][14] ([i915#5325]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-4/igt@gem_ccs@block-copy-compressed.html * igt@gem_create@create-ext-cpu-access-big: - shard-dg2: NOTRUN -> [ABORT][15] ([i915#7461]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-1/igt@gem_create@create-ext-cpu-access-big.html - shard-rkl: NOTRUN -> [SKIP][16] ([i915#6335]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-rkl: [PASS][17] -> [FAIL][18] ([i915#6268]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_freq@sysfs@gt0: - shard-mtlp: [PASS][19] -> [FAIL][20] ([i915#6786]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-4/igt@gem_ctx_freq@sysfs@gt0.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-8/igt@gem_ctx_freq@sysfs@gt0.html * igt@gem_ctx_persistence@heartbeat-many: - shard-dg2: NOTRUN -> [SKIP][21] ([i915#8555]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@gem_ctx_persistence@heartbeat-many.html - shard-dg1: NOTRUN -> [SKIP][22] ([i915#8555]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-18/igt@gem_ctx_persistence@heartbeat-many.html * igt@gem_ctx_persistence@legacy-engines-hostile-preempt: - shard-snb: NOTRUN -> [SKIP][23] ([fdo#109271] / [i915#1099]) +1 similar issue [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-snb1/igt@gem_ctx_persistence@legacy-engines-hostile-preempt.html * igt@gem_ctx_persistence@legacy-engines-hostile@vebox: - shard-mtlp: [PASS][24] -> [FAIL][25] ([i915#2410]) +2 similar issues [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-2/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-7/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html * igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0: - shard-dg2: NOTRUN -> [SKIP][26] ([i915#5882]) +9 similar issues [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-12/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html * igt@gem_eio@reset-stress: - shard-dg1: [PASS][27] -> [FAIL][28] ([i915#5784]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg1-16/igt@gem_eio@reset-stress.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-18/igt@gem_eio@reset-stress.html * igt@gem_eio@unwedge-stress: - shard-dg2: [PASS][29] -> [FAIL][30] ([i915#5784]) +1 similar issue [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg2-10/igt@gem_eio@unwedge-stress.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-10/igt@gem_eio@unwedge-stress.html - shard-dg1: NOTRUN -> [FAIL][31] ([i915#5784]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-16/igt@gem_eio@unwedge-stress.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg2: NOTRUN -> [SKIP][32] ([i915#4812]) +1 similar issue [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-10/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@bonded-sync: - shard-dg2: NOTRUN -> [SKIP][33] ([i915#4771]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@noheartbeat: - shard-mtlp: NOTRUN -> [SKIP][34] ([i915#8555]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-5/igt@gem_exec_balancer@noheartbeat.html * igt@gem_exec_fair@basic-flow: - shard-dg1: NOTRUN -> [SKIP][35] ([i915#3539] / [i915#4852]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@gem_exec_fair@basic-flow.html - shard-mtlp: NOTRUN -> [SKIP][36] ([i915#4473] / [i915#4771]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-4/igt@gem_exec_fair@basic-flow.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-rkl: NOTRUN -> [FAIL][37] ([i915#2842]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-sync: - shard-dg2: NOTRUN -> [SKIP][38] ([i915#3539]) +1 similar issue [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-6/igt@gem_exec_fair@basic-sync.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-dg2: NOTRUN -> [SKIP][39] ([i915#3539] / [i915#4852]) +2 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_flush@basic-uc-set-default: - shard-dg1: NOTRUN -> [SKIP][40] ([i915#3539]) +1 similar issue [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-14/igt@gem_exec_flush@basic-uc-set-default.html * igt@gem_exec_reloc@basic-cpu-gtt: - shard-rkl: NOTRUN -> [SKIP][41] ([i915#3281]) +1 similar issue [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-2/igt@gem_exec_reloc@basic-cpu-gtt.html - shard-dg1: NOTRUN -> [SKIP][42] ([i915#3281]) +4 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-18/igt@gem_exec_reloc@basic-cpu-gtt.html * igt@gem_exec_reloc@basic-cpu-read-noreloc: - shard-mtlp: NOTRUN -> [SKIP][43] ([i915#3281]) +3 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-3/igt@gem_exec_reloc@basic-cpu-read-noreloc.html * igt@gem_exec_reloc@basic-gtt-read: - shard-dg2: NOTRUN -> [SKIP][44] ([i915#3281]) +9 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@gem_exec_reloc@basic-gtt-read.html * igt@gem_exec_schedule@preempt-queue: - shard-dg2: NOTRUN -> [SKIP][45] ([i915#4537] / [i915#4812]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-12/igt@gem_exec_schedule@preempt-queue.html * igt@gem_exec_schedule@reorder-wide: - shard-dg1: NOTRUN -> [SKIP][46] ([i915#4812]) +2 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-18/igt@gem_exec_schedule@reorder-wide.html - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4812]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-6/igt@gem_exec_schedule@reorder-wide.html * igt@gem_fence_thrash@bo-write-verify-y: - shard-dg1: NOTRUN -> [SKIP][48] ([i915#4860]) +1 similar issue [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@gem_fence_thrash@bo-write-verify-y.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#4860]) +2 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-6/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html * igt@gem_lmem_swapping@heavy-verify-random-ccs: - shard-rkl: NOTRUN -> [SKIP][50] ([i915#4613]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@gem_lmem_swapping@heavy-verify-random-ccs.html * igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][51] ([i915#4565]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: [PASS][52] -> [TIMEOUT][53] ([i915#5493]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg1-19/igt@gem_lmem_swapping@smem-oom@lmem0.html [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-16/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_mmap@basic-small-bo: - shard-mtlp: NOTRUN -> [SKIP][54] ([i915#4083]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-3/igt@gem_mmap@basic-small-bo.html * igt@gem_mmap_gtt@cpuset-basic-small-copy-odd: - shard-dg1: NOTRUN -> [SKIP][55] ([i915#4077]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-16/igt@gem_mmap_gtt@cpuset-basic-small-copy-odd.html * igt@gem_mmap_gtt@cpuset-big-copy: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#4077]) +5 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-10/igt@gem_mmap_gtt@cpuset-big-copy.html * igt@gem_mmap_wc@close: - shard-dg2: NOTRUN -> [SKIP][57] ([i915#4083]) +8 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-2/igt@gem_mmap_wc@close.html - shard-dg1: NOTRUN -> [SKIP][58] ([i915#4083]) +2 similar issues [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-14/igt@gem_mmap_wc@close.html * igt@gem_partial_pwrite_pread@reads: - shard-dg2: NOTRUN -> [SKIP][59] ([i915#3282]) +4 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@gem_partial_pwrite_pread@reads.html * igt@gem_partial_pwrite_pread@writes-after-reads-display: - shard-mtlp: NOTRUN -> [SKIP][60] ([i915#3282]) +1 similar issue [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-6/igt@gem_partial_pwrite_pread@writes-after-reads-display.html * igt@gem_ppgtt@blt-vs-render-ctxn: - shard-snb: [PASS][61] -> [FAIL][62] ([i915#8295]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-snb2/igt@gem_ppgtt@blt-vs-render-ctxn.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-snb6/igt@gem_ppgtt@blt-vs-render-ctxn.html * igt@gem_pxp@create-protected-buffer: - shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4270]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-5/igt@gem_pxp@create-protected-buffer.html * igt@gem_pxp@fail-invalid-protected-context: - shard-rkl: NOTRUN -> [SKIP][64] ([i915#4270]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-1/igt@gem_pxp@fail-invalid-protected-context.html - shard-dg1: NOTRUN -> [SKIP][65] ([i915#4270]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-17/igt@gem_pxp@fail-invalid-protected-context.html * igt@gem_pxp@protected-encrypted-src-copy-not-readible: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#4270]) +3 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html * igt@gem_render_copy@x-tiled-to-vebox-y-tiled: - shard-mtlp: NOTRUN -> [SKIP][67] ([i915#8428]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-1/igt@gem_render_copy@x-tiled-to-vebox-y-tiled.html * igt@gem_softpin@evict-snoop-interruptible: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#4885]) +1 similar issue [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-12/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_tiled_blits@basic: - shard-mtlp: NOTRUN -> [SKIP][69] ([i915#4077]) +1 similar issue [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-8/igt@gem_tiled_blits@basic.html * igt@gem_userptr_blits@coherency-unsync: - shard-mtlp: NOTRUN -> [SKIP][70] ([i915#3297]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-4/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-dg2: NOTRUN -> [SKIP][71] ([i915#3297]) +1 similar issue [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-2/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@forbidden-operations: - shard-dg1: NOTRUN -> [SKIP][72] ([i915#3282]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@gem_userptr_blits@forbidden-operations.html * igt@gem_userptr_blits@sd-probe: - shard-dg2: NOTRUN -> [SKIP][73] ([i915#3297] / [i915#4958]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-2/igt@gem_userptr_blits@sd-probe.html * igt@gen3_render_tiledy_blits: - shard-dg2: NOTRUN -> [SKIP][74] ([fdo#109289]) +1 similar issue [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-10/igt@gen3_render_tiledy_blits.html * igt@gen7_exec_parse@cmd-crossing-page: - shard-rkl: NOTRUN -> [SKIP][75] ([fdo#109289]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@gen7_exec_parse@cmd-crossing-page.html - shard-dg1: NOTRUN -> [SKIP][76] ([fdo#109289]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@gen7_exec_parse@cmd-crossing-page.html * igt@gen9_exec_parse@allowed-single: - shard-apl: [PASS][77] -> [ABORT][78] ([i915#5566]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-apl2/igt@gen9_exec_parse@allowed-single.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-apl2/igt@gen9_exec_parse@allowed-single.html - shard-glk: [PASS][79] -> [ABORT][80] ([i915#5566]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-glk7/igt@gen9_exec_parse@allowed-single.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-glk8/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@bb-large: - shard-dg1: NOTRUN -> [SKIP][81] ([i915#2527]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@gen9_exec_parse@bb-large.html - shard-rkl: NOTRUN -> [SKIP][82] ([i915#2527]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-1/igt@gen9_exec_parse@bb-large.html * igt@gen9_exec_parse@secure-batches: - shard-dg2: NOTRUN -> [SKIP][83] ([i915#2856]) +4 similar issues [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@gen9_exec_parse@secure-batches.html * igt@gen9_exec_parse@unaligned-access: - shard-mtlp: NOTRUN -> [SKIP][84] ([i915#2856]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-4/igt@gen9_exec_parse@unaligned-access.html * igt@i915_hangman@engine-engine-error@vcs0: - shard-mtlp: [PASS][85] -> [FAIL][86] ([i915#7069]) +1 similar issue [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-1/igt@i915_hangman@engine-engine-error@vcs0.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-5/igt@i915_hangman@engine-engine-error@vcs0.html * igt@i915_module_load@load: - shard-dg1: NOTRUN -> [SKIP][87] ([i915#6227]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@i915_module_load@load.html - shard-dg2: NOTRUN -> [SKIP][88] ([i915#6227]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-12/igt@i915_module_load@load.html - shard-rkl: NOTRUN -> [SKIP][89] ([i915#6227]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@i915_module_load@load.html * igt@i915_pm_backlight@fade-with-dpms: - shard-dg2: NOTRUN -> [SKIP][90] ([i915#5354] / [i915#7561]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-1/igt@i915_pm_backlight@fade-with-dpms.html * igt@i915_pm_dc@dc5-dpms-negative: - shard-mtlp: NOTRUN -> [SKIP][91] ([i915#8018]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-7/igt@i915_pm_dc@dc5-dpms-negative.html * igt@i915_pm_dc@dc5-psr: - shard-dg2: NOTRUN -> [SKIP][92] ([i915#658]) +2 similar issues [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-2/igt@i915_pm_dc@dc5-psr.html * igt@i915_pm_dc@dc6-dpms: - shard-tglu: [PASS][93] -> [FAIL][94] ([i915#3989] / [i915#454]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-tglu-10/igt@i915_pm_dc@dc6-dpms.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-tglu-6/igt@i915_pm_dc@dc6-dpms.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [PASS][95] -> [SKIP][96] ([fdo#109271]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-apl3/igt@i915_pm_dc@dc9-dpms.html [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-apl1/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rpm@dpms-non-lpsp: - shard-dg1: [PASS][97] -> [SKIP][98] ([i915#1397]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg1-18/igt@i915_pm_rpm@dpms-non-lpsp.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@i915_pm_rpm@dpms-non-lpsp.html * igt@i915_pm_rpm@gem-mmap-type@gtt-smem0: - shard-mtlp: NOTRUN -> [SKIP][99] ([i915#8431]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-5/igt@i915_pm_rpm@gem-mmap-type@gtt-smem0.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-dg2: [PASS][100] -> [SKIP][101] ([i915#1397]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg2-11/igt@i915_pm_rpm@modeset-non-lpsp-stress.html [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-12/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_pm_rpm@modeset-pc8-residency-stress: - shard-mtlp: NOTRUN -> [SKIP][102] ([fdo#109293]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-3/igt@i915_pm_rpm@modeset-pc8-residency-stress.html * igt@i915_pm_rps@min-max-config-loaded: - shard-dg2: NOTRUN -> [SKIP][103] ([i915#6621]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-12/igt@i915_pm_rps@min-max-config-loaded.html * igt@i915_pm_sseu@full-enable: - shard-mtlp: NOTRUN -> [SKIP][104] ([i915#8437]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-3/igt@i915_pm_sseu@full-enable.html * igt@i915_selftest@live@requests: - shard-mtlp: [PASS][105] -> [ABORT][106] ([i915#7982]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-5/igt@i915_selftest@live@requests.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-6/igt@i915_selftest@live@requests.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: NOTRUN -> [INCOMPLETE][107] ([i915#4817]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][108] ([i915#4212]) +3 similar issues [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-1/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1: - shard-mtlp: [PASS][109] -> [FAIL][110] ([i915#2521]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-2/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-8/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs: - shard-rkl: NOTRUN -> [SKIP][111] ([i915#8502]) +3 similar issues [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-4-y-rc_ccs: - shard-dg1: NOTRUN -> [SKIP][112] ([i915#8502]) +7 similar issues [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-17/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-4-y-rc_ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-dp-2-4-mc_ccs: - shard-dg2: NOTRUN -> [SKIP][113] ([i915#8502] / [i915#8709]) +11 similar issues [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-12/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-dp-2-4-mc_ccs.html * igt@kms_async_flips@crc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [FAIL][114] ([i915#8247]) +1 similar issue [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-2/igt@kms_async_flips@crc@pipe-a-hdmi-a-2.html * igt@kms_async_flips@crc@pipe-d-dp-4: - shard-dg2: NOTRUN -> [FAIL][115] ([i915#8247]) +3 similar issues [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@kms_async_flips@crc@pipe-d-dp-4.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-dg2: NOTRUN -> [SKIP][116] ([i915#1769] / [i915#3555]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-32bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][117] ([i915#5286]) +2 similar issues [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-1/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html - shard-dg1: NOTRUN -> [SKIP][118] ([i915#4538] / [i915#5286]) +2 similar issues [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-mtlp: NOTRUN -> [FAIL][119] ([i915#3743]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][120] ([fdo#111614]) +5 similar issues [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-12/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html - shard-rkl: NOTRUN -> [SKIP][121] ([fdo#111614] / [i915#3638]) +1 similar issue [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html - shard-dg1: NOTRUN -> [SKIP][122] ([i915#3638]) +2 similar issues [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][123] ([i915#5190]) +16 similar issues [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-2/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-mtlp: NOTRUN -> [SKIP][124] ([fdo#111615]) +2 similar issues [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-rkl: NOTRUN -> [SKIP][125] ([fdo#110723]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-7/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html - shard-dg1: NOTRUN -> [SKIP][126] ([i915#4538]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-14/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#4538] / [i915#5190]) +2 similar issues [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-12/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_joiner@basic: - shard-mtlp: NOTRUN -> [SKIP][128] ([i915#2705]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-1/igt@kms_big_joiner@basic.html * igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs: - shard-dg2: NOTRUN -> [SKIP][129] ([i915#3689] / [i915#5354]) +24 similar issues [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-6/igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs_cc: - shard-rkl: NOTRUN -> [SKIP][130] ([i915#5354] / [i915#6095]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs_cc.html - shard-dg1: NOTRUN -> [SKIP][131] ([i915#3689] / [i915#5354] / [i915#6095]) +12 similar issues [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_mtl_rc_ccs_cc: - shard-dg1: NOTRUN -> [SKIP][132] ([i915#5354] / [i915#6095]) +5 similar issues [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-16/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_mtl_rc_ccs_cc.html * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][133] ([i915#3734] / [i915#5354] / [i915#6095]) +4 similar issues [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-1/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_ccs.html * igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs_cc: - shard-mtlp: NOTRUN -> [SKIP][134] ([i915#6095]) +10 similar issues [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-1/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][135] ([i915#3886] / [i915#5354] / [i915#6095]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html - shard-dg1: NOTRUN -> [SKIP][136] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-14/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc: - shard-mtlp: NOTRUN -> [SKIP][137] ([i915#3886] / [i915#6095]) +2 similar issues [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-1/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs: - shard-rkl: NOTRUN -> [SKIP][138] ([i915#5354]) +8 similar issues [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#3689] / [i915#3886] / [i915#5354]) +9 similar issues [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-6/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-d-random-ccs-data-4_tiled_mtl_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][140] ([i915#5354] / [i915#6095]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-tglu-6/igt@kms_ccs@pipe-d-random-ccs-data-4_tiled_mtl_mc_ccs.html * igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#4087] / [i915#7213]) +2 similar issues [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][142] ([i915#7213]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html * igt@kms_chamelium_color@ctm-0-75: - shard-snb: NOTRUN -> [SKIP][143] ([fdo#109271]) +232 similar issues [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-snb2/igt@kms_chamelium_color@ctm-0-75.html * igt@kms_chamelium_color@degamma: - shard-dg2: NOTRUN -> [SKIP][144] ([fdo#111827]) +1 similar issue [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-12/igt@kms_chamelium_color@degamma.html - shard-rkl: NOTRUN -> [SKIP][145] ([fdo#111827]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-7/igt@kms_chamelium_color@degamma.html - shard-dg1: NOTRUN -> [SKIP][146] ([fdo#111827]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-17/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k: - shard-dg2: NOTRUN -> [SKIP][147] ([i915#7828]) +5 similar issues [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-2/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: - shard-rkl: NOTRUN -> [SKIP][148] ([i915#7828]) +1 similar issue [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-1/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html - shard-dg1: NOTRUN -> [SKIP][149] ([i915#7828]) +2 similar issues [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-17/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html * igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode: - shard-mtlp: NOTRUN -> [SKIP][150] ([i915#7828]) +2 similar issues [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-6/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html * igt@kms_content_protection@atomic-dpms@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][151] ([i915#7173]) +1 similar issue [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg2: NOTRUN -> [SKIP][152] ([i915#3299]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-10/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@srm: - shard-dg2: NOTRUN -> [SKIP][153] ([i915#7118]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-2/igt@kms_content_protection@srm.html * igt@kms_content_protection@uevent@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][154] ([i915#1339]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@kms_content_protection@uevent@pipe-a-dp-4.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg2: NOTRUN -> [SKIP][155] ([i915#3359]) +1 similar issue [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-10/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-mtlp: NOTRUN -> [SKIP][156] ([i915#3359]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-8/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-32x32: - shard-dg2: NOTRUN -> [SKIP][157] ([i915#3555]) +6 similar issues [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-10/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html - shard-rkl: NOTRUN -> [SKIP][158] ([i915#3555]) +1 similar issue [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html - shard-dg1: NOTRUN -> [SKIP][159] ([i915#3555]) +6 similar issues [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-16/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic: - shard-rkl: NOTRUN -> [SKIP][160] ([fdo#111825]) +2 similar issues [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy: - shard-dg2: NOTRUN -> [SKIP][161] ([fdo#109274] / [i915#5354]) +2 similar issues [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-12/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: - shard-dg2: NOTRUN -> [SKIP][162] ([fdo#109274] / [fdo#111767] / [i915#5354]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg2: NOTRUN -> [SKIP][163] ([i915#4103] / [i915#4213]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_cursor_legacy@single-bo@all-pipes: - shard-mtlp: [PASS][164] -> [DMESG-WARN][165] ([i915#2017]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-6/igt@kms_cursor_legacy@single-bo@all-pipes.html [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-4/igt@kms_cursor_legacy@single-bo@all-pipes.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-mtlp: NOTRUN -> [SKIP][166] ([i915#8588]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-5/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][167] ([i915#8812]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-1/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-with-bpc: - shard-dg2: NOTRUN -> [SKIP][168] ([i915#3555] / [i915#3840]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-1/igt@kms_dsc@dsc-with-bpc.html - shard-rkl: NOTRUN -> [SKIP][169] ([i915#3555] / [i915#3840]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-1/igt@kms_dsc@dsc-with-bpc.html - shard-dg1: NOTRUN -> [SKIP][170] ([i915#3555] / [i915#3840]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-17/igt@kms_dsc@dsc-with-bpc.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-mtlp: [PASS][171] -> [FAIL][172] ([i915#4767]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-6/igt@kms_fbcon_fbt@fbc-suspend.html [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-2/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_fence_pin_leak: - shard-mtlp: NOTRUN -> [SKIP][173] ([i915#4881]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-6/igt@kms_fence_pin_leak.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: - shard-snb: NOTRUN -> [SKIP][174] ([fdo#109271] / [fdo#111767]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-snb5/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html * igt@kms_flip@2x-flip-vs-dpms: - shard-mtlp: NOTRUN -> [SKIP][175] ([i915#3637]) +2 similar issues [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-3/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-dg2: NOTRUN -> [SKIP][176] ([fdo#109274] / [fdo#111767]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-1/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-panning-interruptible: - shard-tglu: NOTRUN -> [SKIP][177] ([fdo#109274] / [i915#3637]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-tglu-3/igt@kms_flip@2x-flip-vs-panning-interruptible.html * igt@kms_flip@2x-wf_vblank-ts-check: - shard-dg2: NOTRUN -> [SKIP][178] ([fdo#109274]) +3 similar issues [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@kms_flip@2x-wf_vblank-ts-check.html * igt@kms_flip@flip-vs-absolute-wf_vblank@b-vga1: - shard-snb: [PASS][179] -> [ABORT][180] ([i915#8865]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-snb6/igt@kms_flip@flip-vs-absolute-wf_vblank@b-vga1.html [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-snb7/igt@kms_flip@flip-vs-absolute-wf_vblank@b-vga1.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a1: - shard-glk: [PASS][181] -> [FAIL][182] ([i915#2122]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-glk7/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a1.html [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-glk9/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a1.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][183] ([i915#8381]) +1 similar issue [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-2/igt@kms_flip@flip-vs-fences-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@a-edp1: - shard-mtlp: [PASS][184] -> [FAIL][185] ([fdo#103375]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-4/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-5/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][186] ([i915#2672]) +1 similar issue [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][187] ([i915#2672]) +3 similar issues [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][188] ([i915#2672]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html - shard-dg1: NOTRUN -> [SKIP][189] ([i915#2587] / [i915#2672]) +1 similar issue [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-17/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][190] ([i915#2672] / [i915#3555]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@force-load-detect: - shard-dg2: NOTRUN -> [SKIP][191] ([fdo#109285]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][192] ([i915#8708]) +1 similar issue [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-cpu: - shard-dg2: NOTRUN -> [FAIL][193] ([i915#6880]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-1p-shrfb-fliptrack-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][194] ([i915#8708]) +5 similar issues [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-1p-shrfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][195] ([i915#8708]) +21 similar issues [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-12/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][196] ([i915#5354]) +47 similar issues [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-12/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][197] ([fdo#111825]) +18 similar issues [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite: - shard-rkl: NOTRUN -> [SKIP][198] ([i915#3023]) +6 similar issues [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite.html - shard-tglu: NOTRUN -> [SKIP][199] ([fdo#110189]) +1 similar issue [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-tglu-10/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt: - shard-rkl: NOTRUN -> [SKIP][200] ([fdo#111825] / [i915#1825]) +9 similar issues [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][201] ([fdo#109280]) +1 similar issue [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-tglu-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#3458]) +18 similar issues [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render: - shard-mtlp: NOTRUN -> [SKIP][203] ([i915#1825]) +7 similar issues [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-suspend: - shard-dg1: NOTRUN -> [SKIP][204] ([i915#3458]) +7 similar issues [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-suspend.html * igt@kms_hdr@bpc-switch-suspend: - shard-rkl: NOTRUN -> [SKIP][205] ([i915#3555] / [i915#8228]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-1/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: NOTRUN -> [SKIP][206] ([i915#3555] / [i915#8228]) +2 similar issues [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-1/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_panel_fitting@atomic-fastset: - shard-dg2: NOTRUN -> [SKIP][207] ([i915#6301]) +1 similar issue [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-1/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_panel_fitting@legacy: - shard-rkl: NOTRUN -> [SKIP][208] ([i915#6301]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-1/igt@kms_panel_fitting@legacy.html - shard-dg1: NOTRUN -> [SKIP][209] ([i915#6301]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-16/igt@kms_panel_fitting@legacy.html * igt@kms_plane@pixel-format@pipe-b-planes: - shard-mtlp: [PASS][210] -> [FAIL][211] ([i915#1623]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-6/igt@kms_plane@pixel-format@pipe-b-planes.html [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-4/igt@kms_plane@pixel-format@pipe-b-planes.html * igt@kms_plane_lowres@tiling-y: - shard-dg2: NOTRUN -> [SKIP][212] ([i915#8821]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-12/igt@kms_plane_lowres@tiling-y.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2: NOTRUN -> [SKIP][213] ([i915#6953]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-6/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-dp-4: - shard-dg2: NOTRUN -> [SKIP][214] ([i915#5176]) +7 similar issues [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-dp-4.html * igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-1: - shard-dg1: NOTRUN -> [SKIP][215] ([i915#5176]) +15 similar issues [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][216] ([i915#5176]) +5 similar issues [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][217] ([i915#5235]) +11 similar issues [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][218] ([i915#5235]) +11 similar issues [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][219] ([i915#5235]) +5 similar issues [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_prime@basic-crc-hybrid: - shard-dg1: NOTRUN -> [SKIP][220] ([i915#6524]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-16/igt@kms_prime@basic-crc-hybrid.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area: - shard-rkl: NOTRUN -> [SKIP][221] ([fdo#111068] / [i915#658]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-2/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html - shard-dg1: NOTRUN -> [SKIP][222] ([fdo#111068] / [i915#658]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-14/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html * igt@kms_psr@dpms: - shard-dg2: NOTRUN -> [SKIP][223] ([i915#1072]) +7 similar issues [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-12/igt@kms_psr@dpms.html * igt@kms_psr@no_drrs: - shard-rkl: NOTRUN -> [SKIP][224] ([i915#1072]) +1 similar issue [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-2/igt@kms_psr@no_drrs.html * igt@kms_psr@psr2_sprite_render: - shard-dg1: NOTRUN -> [SKIP][225] ([i915#1072]) +1 similar issue [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@kms_psr@psr2_sprite_render.html * igt@kms_rotation_crc@primary-x-tiled-reflect-x-0: - shard-rkl: [PASS][226] -> [ABORT][227] ([i915#7461]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-rkl-2/igt@kms_rotation_crc@primary-x-tiled-reflect-x-0.html [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-1/igt@kms_rotation_crc@primary-x-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][228] ([i915#4235] / [i915#5190]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-10/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-mtlp: NOTRUN -> [SKIP][229] ([i915#4235]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-dg1: NOTRUN -> [SKIP][230] ([fdo#111615] / [i915#5289]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-16/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html - shard-mtlp: NOTRUN -> [SKIP][231] ([i915#5289]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_selftest@drm_plane: - shard-dg2: NOTRUN -> [SKIP][232] ([i915#8661]) +1 similar issue [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-1/igt@kms_selftest@drm_plane.html * igt@kms_setmode@basic-clone-single-crtc: - shard-rkl: NOTRUN -> [SKIP][233] ([i915#3555] / [i915#4098]) +1 similar issue [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@kms_setmode@basic-clone-single-crtc.html * igt@kms_setmode@basic@pipe-a-vga-1: - shard-snb: NOTRUN -> [FAIL][234] ([i915#5465]) +1 similar issue [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-snb7/igt@kms_setmode@basic@pipe-a-vga-1.html * igt@kms_setmode@invalid-clone-exclusive-crtc: - shard-mtlp: NOTRUN -> [SKIP][235] ([i915#8823]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-5/igt@kms_setmode@invalid-clone-exclusive-crtc.html * igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend: - shard-apl: [PASS][236] -> [ABORT][237] ([i915#180]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-apl4/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-apl1/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html * igt@kms_vblank@pipe-c-query-forked-busy: - shard-rkl: NOTRUN -> [SKIP][238] ([i915#4070] / [i915#6768]) +1 similar issue [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@kms_vblank@pipe-c-query-forked-busy.html * igt@kms_vrr@flipline: - shard-mtlp: NOTRUN -> [SKIP][239] ([i915#8808]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-6/igt@kms_vrr@flipline.html * igt@kms_writeback@writeback-fb-id: - shard-rkl: NOTRUN -> [SKIP][240] ([i915#2437]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-1/igt@kms_writeback@writeback-fb-id.html - shard-dg1: NOTRUN -> [SKIP][241] ([i915#2437]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@kms_writeback@writeback-fb-id.html * igt@perf@global-sseu-config-invalid: - shard-dg2: NOTRUN -> [SKIP][242] ([i915#7387]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-1/igt@perf@global-sseu-config-invalid.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: NOTRUN -> [FAIL][243] ([i915#7484]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@perf@non-zero-reason@0-rcs0.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: [PASS][244] -> [FAIL][245] ([i915#4349]) +10 similar issues [244]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg2-6/igt@perf_pmu@busy-double-start@vecs1.html [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-2/igt@perf_pmu@busy-double-start@vecs1.html * igt@perf_pmu@cpu-hotplug: - shard-mtlp: NOTRUN -> [SKIP][246] ([i915#8850]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-2/igt@perf_pmu@cpu-hotplug.html * igt@perf_pmu@rc6-suspend: - shard-snb: NOTRUN -> [DMESG-WARN][247] ([i915#8841]) +1 similar issue [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-snb4/igt@perf_pmu@rc6-suspend.html * igt@perf_pmu@render-node-busy-idle@vcs1: - shard-dg1: [PASS][248] -> [FAIL][249] ([i915#4349]) +1 similar issue [248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg1-16/igt@perf_pmu@render-node-busy-idle@vcs1.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@perf_pmu@render-node-busy-idle@vcs1.html - shard-mtlp: [PASS][250] -> [FAIL][251] ([i915#4349]) +2 similar issues [250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-2/igt@perf_pmu@render-node-busy-idle@vcs1.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-1/igt@perf_pmu@render-node-busy-idle@vcs1.html * igt@prime_vgem@basic-fence-read: - shard-dg2: NOTRUN -> [SKIP][252] ([i915#3291] / [i915#3708]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-6/igt@prime_vgem@basic-fence-read.html - shard-dg1: NOTRUN -> [SKIP][253] ([i915#3708]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-18/igt@prime_vgem@basic-fence-read.html * igt@syncobj_wait@wait-all-for-submit-delayed-submit: - shard-dg1: [PASS][254] -> [DMESG-WARN][255] ([i915#1982]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg1-18/igt@syncobj_wait@wait-all-for-submit-delayed-submit.html [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-17/igt@syncobj_wait@wait-all-for-submit-delayed-submit.html * igt@sysfs_heartbeat_interval@precise@vecs0: - shard-dg2: NOTRUN -> [FAIL][256] ([i915#8332]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-10/igt@sysfs_heartbeat_interval@precise@vecs0.html - shard-mtlp: [PASS][257] -> [FAIL][258] ([i915#8332]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-4/igt@sysfs_heartbeat_interval@precise@vecs0.html [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-3/igt@sysfs_heartbeat_interval@precise@vecs0.html * igt@v3d/v3d_get_param@base-params: - shard-rkl: NOTRUN -> [SKIP][259] ([fdo#109315]) +2 similar issues [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-2/igt@v3d/v3d_get_param@base-params.html * igt@v3d/v3d_perfmon@get-values-invalid-perfmon: - shard-dg1: NOTRUN -> [SKIP][260] ([i915#2575]) +4 similar issues [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-17/igt@v3d/v3d_perfmon@get-values-invalid-perfmon.html * igt@v3d/v3d_perfmon@get-values-invalid-pointer: - shard-mtlp: NOTRUN -> [SKIP][261] ([i915#2575]) +5 similar issues [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-3/igt@v3d/v3d_perfmon@get-values-invalid-pointer.html * igt@v3d/v3d_submit_csd@single-out-sync: - shard-dg2: NOTRUN -> [SKIP][262] ([i915#2575]) +13 similar issues [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-2/igt@v3d/v3d_submit_csd@single-out-sync.html * igt@vc4/vc4_create_bo@create-bo-0: - shard-rkl: NOTRUN -> [SKIP][263] ([i915#7711]) +1 similar issue [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-2/igt@vc4/vc4_create_bo@create-bo-0.html - shard-dg1: NOTRUN -> [SKIP][264] ([i915#7711]) +2 similar issues [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-18/igt@vc4/vc4_create_bo@create-bo-0.html * igt@vc4/vc4_mmap@mmap-bo: - shard-dg2: NOTRUN -> [SKIP][265] ([i915#7711]) +9 similar issues [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-1/igt@vc4/vc4_mmap@mmap-bo.html * igt@vc4/vc4_perfmon@get-values-invalid-pointer: - shard-mtlp: NOTRUN -> [SKIP][266] ([i915#7711]) +1 similar issue [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-7/igt@vc4/vc4_perfmon@get-values-invalid-pointer.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [FAIL][267] ([i915#7742]) -> [PASS][268] [267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@gem_eio@hibernate: - shard-dg1: [ABORT][269] ([i915#7975] / [i915#8213]) -> [PASS][270] +1 similar issue [269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg1-14/igt@gem_eio@hibernate.html [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-17/igt@gem_eio@hibernate.html * igt@gem_exec_capture@pi@ccs0: - shard-mtlp: [FAIL][271] ([i915#7765]) -> [PASS][272] [271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-8/igt@gem_exec_capture@pi@ccs0.html [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-1/igt@gem_exec_capture@pi@ccs0.html * igt@gem_exec_capture@pi@rcs0: - shard-dg1: [FAIL][273] ([i915#4475]) -> [PASS][274] [273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg1-18/igt@gem_exec_capture@pi@rcs0.html [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-18/igt@gem_exec_capture@pi@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglu: [FAIL][275] ([i915#2842]) -> [PASS][276] [275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-tglu-7/igt@gem_exec_fair@basic-pace-share@rcs0.html [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-tglu-7/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-rkl: [FAIL][277] ([i915#2842]) -> [PASS][278] [277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-rkl-7/igt@gem_exec_fair@basic-pace@rcs0.html [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-1/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_schedule@preemptive-hang@vcs0: - shard-mtlp: [FAIL][279] ([i915#9051]) -> [PASS][280] [279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-6/igt@gem_exec_schedule@preemptive-hang@vcs0.html [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-8/igt@gem_exec_schedule@preemptive-hang@vcs0.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [TIMEOUT][281] ([i915#5493]) -> [PASS][282] [281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg2-6/igt@gem_lmem_swapping@smem-oom@lmem0.html [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-10/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@i915_hangman@detector@vcs0: - shard-mtlp: [FAIL][283] ([i915#8456]) -> [PASS][284] +2 similar issues [283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-2/igt@i915_hangman@detector@vcs0.html [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-2/igt@i915_hangman@detector@vcs0.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg2: [DMESG-WARN][285] ([i915#7061] / [i915#8617]) -> [PASS][286] [285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg2-10/igt@i915_module_load@reload-with-fault-injection.html [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-10/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rc6_residency@rc6-idle@bcs0: - shard-dg1: [FAIL][287] ([i915#3591]) -> [PASS][288] [287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html * igt@i915_pm_rpm@dpms-lpsp: - shard-dg1: [SKIP][289] ([i915#1397]) -> [PASS][290] [289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg1-16/igt@i915_pm_rpm@dpms-lpsp.html [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@i915_pm_rpm@dpms-lpsp.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: [SKIP][291] ([i915#1397]) -> [PASS][292] +2 similar issues [291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg2-12/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait: - shard-rkl: [SKIP][293] ([i915#1397]) -> [PASS][294] [293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-rkl-1/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-mtlp: [FAIL][295] ([i915#3743]) -> [PASS][296] +2 similar issues [295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [FAIL][297] ([i915#5138]) -> [PASS][298] [297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: - shard-glk: [FAIL][299] ([i915#72]) -> [PASS][300] [299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-glk2/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-glk4/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html * igt@kms_flip@dpms-vs-vblank-race@a-edp1: - shard-mtlp: [DMESG-WARN][301] ([i915#1982]) -> [PASS][302] +1 similar issue [301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-3/igt@kms_flip@dpms-vs-vblank-race@a-edp1.html [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-7/igt@kms_flip@dpms-vs-vblank-race@a-edp1.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt: - shard-dg2: [FAIL][303] ([i915#6880]) -> [PASS][304] +4 similar issues [303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html * igt@kms_plane@pixel-format-source-clamping@pipe-b-planes: - shard-mtlp: [FAIL][305] ([i915#1623]) -> [PASS][306] [305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-4/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-4/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html * igt@perf_pmu@all-busy-idle-check-all: - shard-dg2: [FAIL][307] ([i915#5234]) -> [PASS][308] [307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg2-2/igt@perf_pmu@all-busy-idle-check-all.html [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg2-6/igt@perf_pmu@all-busy-idle-check-all.html - shard-dg1: [FAIL][309] ([i915#5234]) -> [PASS][310] [309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg1-14/igt@perf_pmu@all-busy-idle-check-all.html [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-18/igt@perf_pmu@all-busy-idle-check-all.html * igt@perf_pmu@rc6@runtime-pm-long-gt1: - shard-mtlp: [SKIP][311] ([i915#8537]) -> [PASS][312] +2 similar issues [311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-8/igt@perf_pmu@rc6@runtime-pm-long-gt1.html [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-5/igt@perf_pmu@rc6@runtime-pm-long-gt1.html * igt@sysfs_timeslice_duration@timeout@vecs0: - shard-mtlp: [TIMEOUT][313] ([i915#6950]) -> [PASS][314] [313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-7/igt@sysfs_timeslice_duration@timeout@vecs0.html [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-5/igt@sysfs_timeslice_duration@timeout@vecs0.html #### Warnings #### * igt@i915_suspend@basic-s3-without-i915: - shard-snb: [DMESG-WARN][315] ([i915#8841]) -> [INCOMPLETE][316] ([i915#4528] / [i915#4817]) [315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-snb1/igt@i915_suspend@basic-s3-without-i915.html [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-snb1/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-mtlp: [DMESG-FAIL][317] ([i915#2017] / [i915#5954]) -> [FAIL][318] ([i915#2346]) [317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: [SKIP][319] ([fdo#110189] / [i915#3955]) -> [SKIP][320] ([i915#3955]) [319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-4/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][321] ([i915#4816]) -> [SKIP][322] ([i915#4070] / [i915#4816]) [321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-rkl-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_psr@primary_mmap_gtt: - shard-dg1: [SKIP][323] ([i915#1072] / [i915#4078]) -> [SKIP][324] ([i915#1072]) [323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg1-18/igt@kms_psr@primary_mmap_gtt.html [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-19/igt@kms_psr@primary_mmap_gtt.html * igt@kms_psr@primary_page_flip: - shard-dg1: [SKIP][325] ([i915#1072]) -> [SKIP][326] ([i915#1072] / [i915#4078]) [325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-dg1-19/igt@kms_psr@primary_page_flip.html [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-dg1-18/igt@kms_psr@primary_page_flip.html * igt@sysfs_preempt_timeout@timeout@vecs0: - shard-mtlp: [ABORT][327] ([i915#8521] / [i915#8865]) -> [TIMEOUT][328] ([i915#8521]) [327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13536/shard-mtlp-1/igt@sysfs_preempt_timeout@timeout@vecs0.html [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/shard-mtlp-2/igt@sysfs_preempt_timeout@timeout@vecs0.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [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#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [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#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [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#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1339]: https://gitlab.freedesktop.org/drm/intel/issues/1339 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1623]: https://gitlab.freedesktop.org/drm/intel/issues/1623 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521 [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#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [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#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [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#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [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#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4817]: https://gitlab.freedesktop.org/drm/intel/issues/4817 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#4958]: https://gitlab.freedesktop.org/drm/intel/issues/4958 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5234]: https://gitlab.freedesktop.org/drm/intel/issues/5234 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#5882]: https://gitlab.freedesktop.org/drm/intel/issues/5882 [i915#5954]: https://gitlab.freedesktop.org/drm/intel/issues/5954 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6122]: https://gitlab.freedesktop.org/drm/intel/issues/6122 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6786]: https://gitlab.freedesktop.org/drm/intel/issues/6786 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6950]: https://gitlab.freedesktop.org/drm/intel/issues/6950 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7061]: https://gitlab.freedesktop.org/drm/intel/issues/7061 [i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#72]: https://gitlab.freedesktop.org/drm/intel/issues/72 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7765]: https://gitlab.freedesktop.org/drm/intel/issues/7765 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#7982]: https://gitlab.freedesktop.org/drm/intel/issues/7982 [i915#8018]: https://gitlab.freedesktop.org/drm/intel/issues/8018 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8295]: https://gitlab.freedesktop.org/drm/intel/issues/8295 [i915#8332]: https://gitlab.freedesktop.org/drm/intel/issues/8332 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8431]: https://gitlab.freedesktop.org/drm/intel/issues/8431 [i915#8437]: https://gitlab.freedesktop.org/drm/intel/issues/8437 [i915#8456]: https://gitlab.freedesktop.org/drm/intel/issues/8456 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521 [i915#8537]: https://gitlab.freedesktop.org/drm/intel/issues/8537 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588 [i915#8617]: https://gitlab.freedesktop.org/drm/intel/issues/8617 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808 [i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812 [i915#8821]: https://gitlab.freedesktop.org/drm/intel/issues/8821 [i915#8823]: https://gitlab.freedesktop.org/drm/intel/issues/8823 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#8850]: https://gitlab.freedesktop.org/drm/intel/issues/8850 [i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865 [i915#9051]: https://gitlab.freedesktop.org/drm/intel/issues/9051 [i915#9053]: https://gitlab.freedesktop.org/drm/intel/issues/9053 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7444 -> IGTPW_9622 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13536: 7a825a06c6ee60a6586ddf8b4adb03ea5262bda7 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9622: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/index.html IGT_7444: 7444 piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9622/index.html [-- Attachment #2: Type: text/html, Size: 102712 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-08-19 18:07 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-08-18 11:38 [igt-dev] [PATCH i-g-t] Revert "testplan/kms: Make documentation is mandatory for all kms subtests" Juha-Pekka Heikkila 2023-08-18 11:50 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork 2023-08-18 11:54 ` [igt-dev] [PATCH i-g-t] " Bernatowicz, Marcin 2023-08-18 12:07 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork 2023-08-18 12:21 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork 2023-08-19 18:07 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox