* [PATCH v4] docs/gpu: ci: update flake tests requirements
@ 2024-09-30 9:52 Vignesh Raman
2024-10-01 13:50 ` Vignesh Raman
2024-10-03 14:09 ` Helen Mae Koike Fornazier
0 siblings, 2 replies; 4+ messages in thread
From: Vignesh Raman @ 2024-09-30 9:52 UTC (permalink / raw)
To: dri-devel
Cc: daniels, helen.koike, airlied, daniel, robdclark, guilherme.gallo,
sergi.blanch.torne, deborah.brouwer, dmitry.baryshkov, mripard,
rodrigo.vivi, quic_abhinavk, linux-mediatek, linux-amlogic,
linux-rockchip, amd-gfx, linux-arm-msm, intel-gfx, virtualization,
linux-kernel
Update the documentation to specify linking to a relevant GitLab
issue or email report for each new flake entry. Added specific
GitLab issue urls for amdgpu, i915, msm and xe driver.
Acked-by: Maxime Ripard <mripard@kernel.org>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com> #intel and xe
Acked-by: Abhinav Kumar <quic_abhinavk@quicinc.com> # msm
Acked-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> # msm
Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
---
v2:
- Add gitlab issue link for msm driver.
v3:
- Update docs to specify we use email reporting or GitLab issues for flake entries.
v4:
- Add gitlab issue link for xe driver.
---
Documentation/gpu/automated_testing.rst | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/Documentation/gpu/automated_testing.rst b/Documentation/gpu/automated_testing.rst
index 2d5a28866afe..6d7c6086034d 100644
--- a/Documentation/gpu/automated_testing.rst
+++ b/Documentation/gpu/automated_testing.rst
@@ -68,19 +68,25 @@ known to behave unreliably. These tests won't cause a job to fail regardless of
the result. They will still be run.
Each new flake entry must be associated with a link to the email reporting the
-bug to the author of the affected driver, the board name or Device Tree name of
-the board, the first kernel version affected, the IGT version used for tests,
-and an approximation of the failure rate.
+bug to the author of the affected driver or the relevant GitLab issue. The entry
+must also include the board name or Device Tree name, the first kernel version
+affected, the IGT version used for tests, and an approximation of the failure rate.
They should be provided under the following format::
- # Bug Report: $LORE_OR_PATCHWORK_URL
+ # Bug Report: $LORE_URL_OR_GITLAB_ISSUE
# Board Name: broken-board.dtb
# Linux Version: 6.6-rc1
# IGT Version: 1.28-gd2af13d9f
# Failure Rate: 100
flaky-test
+Use the appropriate link below to create a GitLab issue:
+amdgpu driver: https://gitlab.freedesktop.org/drm/amd/-/issues
+i915 driver: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues
+msm driver: https://gitlab.freedesktop.org/drm/msm/-/issues
+xe driver: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues
+
drivers/gpu/drm/ci/${DRIVER_NAME}-${HW_REVISION}-skips.txt
-----------------------------------------------------------
--
2.43.0
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v4] docs/gpu: ci: update flake tests requirements
2024-09-30 9:52 [PATCH v4] docs/gpu: ci: update flake tests requirements Vignesh Raman
@ 2024-10-01 13:50 ` Vignesh Raman
2024-10-02 18:50 ` Deucher, Alexander
2024-10-03 14:09 ` Helen Mae Koike Fornazier
1 sibling, 1 reply; 4+ messages in thread
From: Vignesh Raman @ 2024-10-01 13:50 UTC (permalink / raw)
To: alexander.deucher, christian.koenig, Xinhui.Pan, amd-gfx
Cc: daniels, helen.koike, airlied, daniel, robdclark, guilherme.gallo,
sergi.blanch.torne, deborah.brouwer, dmitry.baryshkov, mripard,
rodrigo.vivi, quic_abhinavk, linux-mediatek, linux-amlogic,
linux-rockchip, linux-arm-msm, intel-gfx, virtualization,
linux-kernel, dri-devel
Hi amdgpu Maintainers,
On 30/09/24 15:22, Vignesh Raman wrote:
> Update the documentation to specify linking to a relevant GitLab
> issue or email report for each new flake entry. Added specific
> GitLab issue urls for amdgpu, i915, msm and xe driver.
>
> Acked-by: Maxime Ripard <mripard@kernel.org>
> Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com> #intel and xe
> Acked-by: Abhinav Kumar <quic_abhinavk@quicinc.com> # msm
> Acked-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> # msm
> Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
> ---
>
> v2:
> - Add gitlab issue link for msm driver.
>
> v3:
> - Update docs to specify we use email reporting or GitLab issues for flake entries.
>
> v4:
> - Add gitlab issue link for xe driver.
>
> ---
> Documentation/gpu/automated_testing.rst | 14 ++++++++++----
> 1 file changed, 10 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/gpu/automated_testing.rst b/Documentation/gpu/automated_testing.rst
> index 2d5a28866afe..6d7c6086034d 100644
> --- a/Documentation/gpu/automated_testing.rst
> +++ b/Documentation/gpu/automated_testing.rst
> @@ -68,19 +68,25 @@ known to behave unreliably. These tests won't cause a job to fail regardless of
> the result. They will still be run.
>
> Each new flake entry must be associated with a link to the email reporting the
> -bug to the author of the affected driver, the board name or Device Tree name of
> -the board, the first kernel version affected, the IGT version used for tests,
> -and an approximation of the failure rate.
> +bug to the author of the affected driver or the relevant GitLab issue. The entry
> +must also include the board name or Device Tree name, the first kernel version
> +affected, the IGT version used for tests, and an approximation of the failure rate.
>
> They should be provided under the following format::
>
> - # Bug Report: $LORE_OR_PATCHWORK_URL
> + # Bug Report: $LORE_URL_OR_GITLAB_ISSUE
> # Board Name: broken-board.dtb
> # Linux Version: 6.6-rc1
> # IGT Version: 1.28-gd2af13d9f
> # Failure Rate: 100
> flaky-test
>
> +Use the appropriate link below to create a GitLab issue:
> +amdgpu driver: https://gitlab.freedesktop.org/drm/amd/-/issues
Please could you ack this patch. Thanks.
> +i915 driver: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues
> +msm driver: https://gitlab.freedesktop.org/drm/msm/-/issues
> +xe driver: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues
> +
> drivers/gpu/drm/ci/${DRIVER_NAME}-${HW_REVISION}-skips.txt
> -----------------------------------------------------------
>
Regards,
Vignesh
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH v4] docs/gpu: ci: update flake tests requirements
2024-10-01 13:50 ` Vignesh Raman
@ 2024-10-02 18:50 ` Deucher, Alexander
0 siblings, 0 replies; 4+ messages in thread
From: Deucher, Alexander @ 2024-10-02 18:50 UTC (permalink / raw)
To: Vignesh Raman, Koenig, Christian, Pan, Xinhui,
amd-gfx@lists.freedesktop.org
Cc: daniels@collabora.com, helen.koike@collabora.com,
airlied@gmail.com, daniel@ffwll.ch, robdclark@gmail.com,
guilherme.gallo@collabora.com, sergi.blanch.torne@collabora.com,
deborah.brouwer@collabora.com, dmitry.baryshkov@linaro.org,
mripard@kernel.org, rodrigo.vivi@intel.com,
quic_abhinavk@quicinc.com, linux-mediatek@lists.infradead.org,
linux-amlogic@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-arm-msm@vger.kernel.org,
intel-gfx@lists.freedesktop.org, virtualization@lists.linux.dev,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org
[Public]
> -----Original Message-----
> From: Vignesh Raman <vignesh.raman@collabora.com>
> Sent: Tuesday, October 1, 2024 9:51 AM
> To: Deucher, Alexander <Alexander.Deucher@amd.com>; Koenig, Christian
> <Christian.Koenig@amd.com>; Pan, Xinhui <Xinhui.Pan@amd.com>; amd-
> gfx@lists.freedesktop.org
> Cc: daniels@collabora.com; helen.koike@collabora.com; airlied@gmail.com;
> daniel@ffwll.ch; robdclark@gmail.com; guilherme.gallo@collabora.com;
> sergi.blanch.torne@collabora.com; deborah.brouwer@collabora.com;
> dmitry.baryshkov@linaro.org; mripard@kernel.org; rodrigo.vivi@intel.com;
> quic_abhinavk@quicinc.com; linux-mediatek@lists.infradead.org; linux-
> amlogic@lists.infradead.org; linux-rockchip@lists.infradead.org; linux-arm-
> msm@vger.kernel.org; intel-gfx@lists.freedesktop.org; virtualization@lists.linux.dev;
> linux-kernel@vger.kernel.org; dri-devel@lists.freedesktop.org
> Subject: Re: [PATCH v4] docs/gpu: ci: update flake tests requirements
>
> Hi amdgpu Maintainers,
>
> On 30/09/24 15:22, Vignesh Raman wrote:
> > Update the documentation to specify linking to a relevant GitLab issue
> > or email report for each new flake entry. Added specific GitLab issue
> > urls for amdgpu, i915, msm and xe driver.
> >
> > Acked-by: Maxime Ripard <mripard@kernel.org>
> > Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com> #intel and xe
> > Acked-by: Abhinav Kumar <quic_abhinavk@quicinc.com> # msm
> > Acked-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> # msm
> > Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
> > ---
> >
> > v2:
> > - Add gitlab issue link for msm driver.
> >
> > v3:
> > - Update docs to specify we use email reporting or GitLab issues for flake entries.
> >
> > v4:
> > - Add gitlab issue link for xe driver.
> >
> > ---
> > Documentation/gpu/automated_testing.rst | 14 ++++++++++----
> > 1 file changed, 10 insertions(+), 4 deletions(-)
> >
> > diff --git a/Documentation/gpu/automated_testing.rst
> > b/Documentation/gpu/automated_testing.rst
> > index 2d5a28866afe..6d7c6086034d 100644
> > --- a/Documentation/gpu/automated_testing.rst
> > +++ b/Documentation/gpu/automated_testing.rst
> > @@ -68,19 +68,25 @@ known to behave unreliably. These tests won't cause a
> job to fail regardless of
> > the result. They will still be run.
> >
> > Each new flake entry must be associated with a link to the email
> > reporting the -bug to the author of the affected driver, the board
> > name or Device Tree name of -the board, the first kernel version
> > affected, the IGT version used for tests, -and an approximation of the failure rate.
> > +bug to the author of the affected driver or the relevant GitLab
> > +issue. The entry must also include the board name or Device Tree
> > +name, the first kernel version affected, the IGT version used for tests, and an
> approximation of the failure rate.
> >
> > They should be provided under the following format::
> >
> > - # Bug Report: $LORE_OR_PATCHWORK_URL
> > + # Bug Report: $LORE_URL_OR_GITLAB_ISSUE
> > # Board Name: broken-board.dtb
> > # Linux Version: 6.6-rc1
> > # IGT Version: 1.28-gd2af13d9f
> > # Failure Rate: 100
> > flaky-test
> >
> > +Use the appropriate link below to create a GitLab issue:
> > +amdgpu driver: https://gitlab.freedesktop.org/drm/amd/-/issues
>
> Please could you ack this patch. Thanks.
Acked-by: Alex Deucher <alexander.deucher@amd.com>
>
> > +i915 driver: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues
> > +msm driver: https://gitlab.freedesktop.org/drm/msm/-/issues
> > +xe driver: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues
> > +
> > drivers/gpu/drm/ci/${DRIVER_NAME}-${HW_REVISION}-skips.txt
> > -----------------------------------------------------------
> >
>
> Regards,
> Vignesh
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v4] docs/gpu: ci: update flake tests requirements
2024-09-30 9:52 [PATCH v4] docs/gpu: ci: update flake tests requirements Vignesh Raman
2024-10-01 13:50 ` Vignesh Raman
@ 2024-10-03 14:09 ` Helen Mae Koike Fornazier
1 sibling, 0 replies; 4+ messages in thread
From: Helen Mae Koike Fornazier @ 2024-10-03 14:09 UTC (permalink / raw)
To: Vignesh Raman
Cc: dri-devel, daniels, airlied, daniel, robdclark, guilherme.gallo,
sergi.blanch.torne, deborah.brouwer, dmitry.baryshkov, mripard,
rodrigo.vivi, quic_abhinavk, linux-mediatek, linux-amlogic,
linux-rockchip, amd-gfx, linux-arm-msm, intel-gfx, virtualization,
linux-kernel
---- On Mon, 30 Sep 2024 06:52:47 -0300 Vignesh Raman wrote ---
> Update the documentation to specify linking to a relevant GitLab
> issue or email report for each new flake entry. Added specific
> GitLab issue urls for amdgpu, i915, msm and xe driver.
>
> Acked-by: Maxime Ripard mripard@kernel.org>
> Acked-by: Rodrigo Vivi rodrigo.vivi@intel.com> #intel and xe
> Acked-by: Abhinav Kumar quic_abhinavk@quicinc.com> # msm
> Acked-by: Dmitry Baryshkov dmitry.baryshkov@linaro.org> # msm
> Signed-off-by: Vignesh Raman vignesh.raman@collabora.com>
Applied to drm-misc-next
Thanks!
Helen
> ---
>
> v2:
> - Add gitlab issue link for msm driver.
>
> v3:
> - Update docs to specify we use email reporting or GitLab issues for flake entries.
>
> v4:
> - Add gitlab issue link for xe driver.
>
> ---
> Documentation/gpu/automated_testing.rst | 14 ++++++++++----
> 1 file changed, 10 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/gpu/automated_testing.rst b/Documentation/gpu/automated_testing.rst
> index 2d5a28866afe..6d7c6086034d 100644
> --- a/Documentation/gpu/automated_testing.rst
> +++ b/Documentation/gpu/automated_testing.rst
> @@ -68,19 +68,25 @@ known to behave unreliably. These tests won't cause a job to fail regardless of
> the result. They will still be run.
>
> Each new flake entry must be associated with a link to the email reporting the
> -bug to the author of the affected driver, the board name or Device Tree name of
> -the board, the first kernel version affected, the IGT version used for tests,
> -and an approximation of the failure rate.
> +bug to the author of the affected driver or the relevant GitLab issue. The entry
> +must also include the board name or Device Tree name, the first kernel version
> +affected, the IGT version used for tests, and an approximation of the failure rate.
>
> They should be provided under the following format::
>
> - # Bug Report: $LORE_OR_PATCHWORK_URL
> + # Bug Report: $LORE_URL_OR_GITLAB_ISSUE
> # Board Name: broken-board.dtb
> # Linux Version: 6.6-rc1
> # IGT Version: 1.28-gd2af13d9f
> # Failure Rate: 100
> flaky-test
>
> +Use the appropriate link below to create a GitLab issue:
> +amdgpu driver: https://gitlab.freedesktop.org/drm/amd/-/issues
> +i915 driver: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues
> +msm driver: https://gitlab.freedesktop.org/drm/msm/-/issues
> +xe driver: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues
> +
> drivers/gpu/drm/ci/${DRIVER_NAME}-${HW_REVISION}-skips.txt
> -----------------------------------------------------------
>
> --
> 2.43.0
>
>
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-03 14:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-30 9:52 [PATCH v4] docs/gpu: ci: update flake tests requirements Vignesh Raman
2024-10-01 13:50 ` Vignesh Raman
2024-10-02 18:50 ` Deucher, Alexander
2024-10-03 14:09 ` Helen Mae Koike Fornazier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox