Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v2] drm/ci: add kms_cursor_legacy@torture-bo to apq8016 flakes
@ 2024-12-04 19:59 Abhinav Kumar
  2025-03-13  2:10 ` Vignesh Raman
  0 siblings, 1 reply; 3+ messages in thread
From: Abhinav Kumar @ 2024-12-04 19:59 UTC (permalink / raw)
  To: Rob Clark, Dmitry Baryshkov, Sean Paul, Marijn Suijten,
	Helen Koike, Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	David Airlie, Simona Vetter
  Cc: linux-kernel, linux-arm-msm, dri-devel, freedreno, Abhinav Kumar

From the jobs [1] and [2] of pipeline [3], its clear that
kms_cursor_legacy@torture-bo is most certainly a flake and
not a fail for apq8016. Mark the test accordingly to match the results.

[1] : https://gitlab.freedesktop.org/drm/msm/-/jobs/67676481
[2] : https://gitlab.freedesktop.org/drm/msm/-/jobs/67677430
[3]: https://gitlab.freedesktop.org/drm/msm/-/pipelines/1322770

Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
---
Changes in v2:
- Fix the failure rate from 100 to 33 as thats the accurate one
- Link to v1: https://lore.kernel.org/r/20241204-cursor_tor_skip-v1-1-f5f0bba5df7b@quicinc.com
---
 drivers/gpu/drm/ci/xfails/msm-apq8016-flakes.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/gpu/drm/ci/xfails/msm-apq8016-flakes.txt b/drivers/gpu/drm/ci/xfails/msm-apq8016-flakes.txt
new file mode 100644
index 000000000000..2fb192c92559
--- /dev/null
+++ b/drivers/gpu/drm/ci/xfails/msm-apq8016-flakes.txt
@@ -0,0 +1,5 @@
+# Board Name: msm-apq8016-db410c
+# Failure Rate: 33
+# IGT Version: 1.28-ga73311079
+# Linux Version: 6.12.0-rc2
+kms_cursor_legacy@torture-bo

---
base-commit: 798bb342e0416d846cf67f4725a3428f39bfb96b
change-id: 20241204-cursor_tor_skip-9d128dd62c4f

Best regards,
-- 
Abhinav Kumar <quic_abhinavk@quicinc.com>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] drm/ci: add kms_cursor_legacy@torture-bo to apq8016 flakes
  2024-12-04 19:59 [PATCH v2] drm/ci: add kms_cursor_legacy@torture-bo to apq8016 flakes Abhinav Kumar
@ 2025-03-13  2:10 ` Vignesh Raman
  2025-03-13  6:31   ` Vignesh Raman
  0 siblings, 1 reply; 3+ messages in thread
From: Vignesh Raman @ 2025-03-13  2:10 UTC (permalink / raw)
  To: Abhinav Kumar, Rob Clark, Dmitry Baryshkov, Sean Paul,
	Marijn Suijten, Helen Koike, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, lumag
  Cc: linux-kernel, linux-arm-msm, dri-devel, freedreno

Hi Abhinav,

On 05/12/24 01:29, Abhinav Kumar wrote:
>  From the jobs [1] and [2] of pipeline [3], its clear that
> kms_cursor_legacy@torture-bo is most certainly a flake and
> not a fail for apq8016. Mark the test accordingly to match the results.
> 
> [1] : https://gitlab.freedesktop.org/drm/msm/-/jobs/67676481
> [2] : https://gitlab.freedesktop.org/drm/msm/-/jobs/67677430
> [3]: https://gitlab.freedesktop.org/drm/msm/-/pipelines/1322770
> 
> Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
> ---
> Changes in v2:
> - Fix the failure rate from 100 to 33 as thats the accurate one
> - Link to v1: https://lore.kernel.org/r/20241204-cursor_tor_skip-v1-1-f5f0bba5df7b@quicinc.com
> ---
>   drivers/gpu/drm/ci/xfails/msm-apq8016-flakes.txt | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/drivers/gpu/drm/ci/xfails/msm-apq8016-flakes.txt b/drivers/gpu/drm/ci/xfails/msm-apq8016-flakes.txt
> new file mode 100644
> index 000000000000..2fb192c92559
> --- /dev/null
> +++ b/drivers/gpu/drm/ci/xfails/msm-apq8016-flakes.txt
> @@ -0,0 +1,5 @@
> +# Board Name: msm-apq8016-db410c
> +# Failure Rate: 33
> +# IGT Version: 1.28-ga73311079
> +# Linux Version: 6.12.0-rc2
> +kms_cursor_legacy@torture-bo

Reviewed-by: Vignesh Raman <vignesh.raman@collabora.com>

Regards,
Vignesh

> 
> ---
> base-commit: 798bb342e0416d846cf67f4725a3428f39bfb96b
> change-id: 20241204-cursor_tor_skip-9d128dd62c4f
> 
> Best regards,


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] drm/ci: add kms_cursor_legacy@torture-bo to apq8016 flakes
  2025-03-13  2:10 ` Vignesh Raman
@ 2025-03-13  6:31   ` Vignesh Raman
  0 siblings, 0 replies; 3+ messages in thread
From: Vignesh Raman @ 2025-03-13  6:31 UTC (permalink / raw)
  To: Abhinav Kumar, Rob Clark, Dmitry Baryshkov, Sean Paul,
	Marijn Suijten, Helen Koike, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, lumag
  Cc: linux-kernel, linux-arm-msm, dri-devel, freedreno

Hi Abhinav,

On 13/03/25 07:40, Vignesh Raman wrote:
> Hi Abhinav,
> 
> On 05/12/24 01:29, Abhinav Kumar wrote:
>>  From the jobs [1] and [2] of pipeline [3], its clear that
>> kms_cursor_legacy@torture-bo is most certainly a flake and
>> not a fail for apq8016. Mark the test accordingly to match the results.
>>
>> [1] : https://gitlab.freedesktop.org/drm/msm/-/jobs/67676481
>> [2] : https://gitlab.freedesktop.org/drm/msm/-/jobs/67677430
>> [3]: https://gitlab.freedesktop.org/drm/msm/-/pipelines/1322770
>>
>> Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
>> ---
>> Changes in v2:
>> - Fix the failure rate from 100 to 33 as thats the accurate one
>> - Link to v1: https://lore.kernel.org/r/20241204-cursor_tor_skip-v1-1- 
>> f5f0bba5df7b@quicinc.com
>> ---
>>   drivers/gpu/drm/ci/xfails/msm-apq8016-flakes.txt | 5 +++++
>>   1 file changed, 5 insertions(+)
>>
>> diff --git a/drivers/gpu/drm/ci/xfails/msm-apq8016-flakes.txt b/ 
>> drivers/gpu/drm/ci/xfails/msm-apq8016-flakes.txt
>> new file mode 100644
>> index 000000000000..2fb192c92559
>> --- /dev/null
>> +++ b/drivers/gpu/drm/ci/xfails/msm-apq8016-flakes.txt
>> @@ -0,0 +1,5 @@
>> +# Board Name: msm-apq8016-db410c

Board name should the dtb name. In this case, apq8016-sbc-usb-host

# Bug Report: https://gitlab.freedesktop.org/drm/msm/-/issues/72

Please add the bug report link as well for flake test. I have created an 
issue in msm.

With this fixed,
Reviewed-by: Vignesh Raman <vignesh.raman@collabora.com>

Regards,
Vignesh


>> +# Failure Rate: 33
>> +# IGT Version: 1.28-ga73311079
>> +# Linux Version: 6.12.0-rc2
>> +kms_cursor_legacy@torture-bo
> 
> Reviewed-by: Vignesh Raman <vignesh.raman@collabora.com>
> 
> Regards,
> Vignesh
> 
>>
>> ---
>> base-commit: 798bb342e0416d846cf67f4725a3428f39bfb96b
>> change-id: 20241204-cursor_tor_skip-9d128dd62c4f
>>
>> Best regards,
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-13  6:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-04 19:59 [PATCH v2] drm/ci: add kms_cursor_legacy@torture-bo to apq8016 flakes Abhinav Kumar
2025-03-13  2:10 ` Vignesh Raman
2025-03-13  6:31   ` Vignesh Raman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox