[PATCH] drm/ci: disable sdm845 devices
Rob Clark
robdclark at gmail.com
Tue May 13 19:54:20 UTC 2025
On Tue, May 13, 2025 at 11:51 AM Dmitry Baryshkov
<dmitry.baryshkov at oss.qualcomm.com> wrote:
>
> The SDM845 Cheeza runners are currently offline. Disable them until they
> come back again.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov at oss.qualcomm.com>
> ---
> drivers/gpu/drm/ci/test.yml | 26 +++++++++++++-------------
> 1 file changed, 13 insertions(+), 13 deletions(-)
>
> diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml
> index 84a25f0e783b6ca7f8a993c709d5a0fc86bf18d3..cc685833e8d2747dd21dc9a549c3d405431de8d0 100644
> --- a/drivers/gpu/drm/ci/test.yml
> +++ b/drivers/gpu/drm/ci/test.yml
> @@ -180,19 +180,19 @@ msm:apq8096:
> script:
> - ./install/bare-metal/fastboot.sh || exit $?
>
> -msm:sdm845:
> - extends:
> - - .baremetal-igt-arm64
> - stage: msm
> - parallel: 6
> - variables:
> - DEVICE_TYPE: sdm845-cheza-r3
> - DRIVER_NAME: msm
> - BM_KERNEL: https://${PIPELINE_ARTIFACTS_BASE}/arm64/cheza-kernel
> - GPU_VERSION: sdm845
> - RUNNER_TAG: google-freedreno-cheza
> - script:
> - - ./install/bare-metal/cros-servo.sh || exit $?
> +#msm:sdm845:
Jfyi you could just rename the job to start with a period.. (with the
caveat that for a job that is extended elsewhere, you need to rename
it everywhere... but that doesn't seem to be the case here)
BR,
-R
> +# extends:
> +# - .baremetal-igt-arm64
> +# stage: msm
> +# parallel: 6
> +# variables:
> +# DEVICE_TYPE: sdm845-cheza-r3
> +# DRIVER_NAME: msm
> +# BM_KERNEL: https://${PIPELINE_ARTIFACTS_BASE}/arm64/cheza-kernel
> +# GPU_VERSION: sdm845
> +# RUNNER_TAG: google-freedreno-cheza
> +# script:
> +# - ./install/bare-metal/cros-servo.sh || exit $?
>
> msm:sm8350-hdk:
> extends:
>
> ---
> base-commit: 8f5264d302e803e7ef82a61f9632a0d2ef67413f
> change-id: 20250513-ci-disable-sdm845-fca26359229a
>
> Best regards,
> --
> Dmitry Baryshkov <dmitry.baryshkov at oss.qualcomm.com>
>
More information about the dri-devel
mailing list