diff mbox series

[1/3] drm/ci: Add SM8250 job to CI

Message ID 20231010-rb5-runner-v1-1-aba1fcc6e3aa@quicinc.com (mailing list archive)
State New, archived
Headers show
Series drm/ci: Add support for SM8250 Gitlab Runner | expand

Commit Message

Jessica Zhang Oct. 10, 2023, 10:25 p.m. UTC
Add job for testing the Qualcomm RB5 board to CI. This will allow developers
working on MSM chipsets to test their changes on the SM8250 chipset.

This board shall be hosted and maintained by Qualcomm.

For now, keep the test a manual-run only. We will drop the tag after stabilizing
the tests and addressing some outstanding failures.

Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Signed-off-by: Jessica Zhang <quic_jesszhan@quicinc.com>
---
 drivers/gpu/drm/ci/build.sh |  1 +
 drivers/gpu/drm/ci/test.yml | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
diff mbox series

Patch

diff --git a/drivers/gpu/drm/ci/build.sh b/drivers/gpu/drm/ci/build.sh
index 7b014287a041..63bfdcaa897e 100644
--- a/drivers/gpu/drm/ci/build.sh
+++ b/drivers/gpu/drm/ci/build.sh
@@ -26,6 +26,7 @@  if [[ "$KERNEL_ARCH" = "arm64" ]]; then
     DEVICE_TREES+=" arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-juniper-sku16.dtb"
     DEVICE_TREES+=" arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r0.dtb"
     DEVICE_TREES+=" arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dtb"
+    DEVICE_TREES+=" arch/arm64/boot/dts/qcom/qrb5165-rb5.dtb"
 elif [[ "$KERNEL_ARCH" = "arm" ]]; then
     GCC_ARCH="arm-linux-gnueabihf"
     DEBIAN_ARCH="armhf"
diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml
index 6473cddaa7a9..7ef0d261216e 100644
--- a/drivers/gpu/drm/ci/test.yml
+++ b/drivers/gpu/drm/ci/test.yml
@@ -138,6 +138,21 @@  msm:sdm845:
   script:
     - ./install/bare-metal/cros-servo.sh
 
+msm:sm8250:
+  extends:
+    - .baremetal-igt-arm64
+  stage: msm
+  variables:
+    DRIVER_NAME: msm
+    BM_DTB: https://${PIPELINE_ARTIFACTS_BASE}/arm64/qrb5165-rb5.dtb
+    GPU_VERSION: sm8250
+    RUNNER_TAG: qcom-freedreno-rb5
+    TEST_PHASE_TIMEOUT: 180
+  script:
+    - ./install/bare-metal/fastboot.sh
+  rules:
+    - when: manual
+
 rockchip:rk3288:
   extends:
     - .lava-igt:arm32