diff mbox series

drm/ci: disable sdm845 devices

Message ID 20250513-ci-disable-sdm845-v1-1-9c3ca7d0f24b@oss.qualcomm.com
State New
Headers show
Series drm/ci: disable sdm845 devices | expand

Commit Message

Dmitry Baryshkov May 13, 2025, 6:51 p.m. UTC
The SDM845 Cheeza runners are currently offline. Disable them until they
come back again.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 drivers/gpu/drm/ci/test.yml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)


---
base-commit: 8f5264d302e803e7ef82a61f9632a0d2ef67413f
change-id: 20250513-ci-disable-sdm845-fca26359229a

Best regards,

Comments

Rob Clark May 13, 2025, 7:54 p.m. UTC | #1
On Tue, May 13, 2025 at 11:51 AM Dmitry Baryshkov
<dmitry.baryshkov@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@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@oss.qualcomm.com>
>
diff mbox series

Patch

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:
+#  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: