diff mbox series

linux-4.19.y*: Add test for Xilinx ZYNQMP zcu102 board

Message ID 20200907041753.3052716-1-nobuhiro1.iwamatsu@toshiba.co.jp (mailing list archive)
State Accepted
Delegated to: Chris Paterson
Headers show
Series linux-4.19.y*: Add test for Xilinx ZYNQMP zcu102 board | expand

Commit Message

Nobuhiro Iwamatsu Sept. 7, 2020, 4:17 a.m. UTC
Add test target for Cybertrust supported ZYNQMP zcu102 board.
boot and smc test are executed automatically, but LTP is set to be
executed manually because this board is not official yet.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 trees/linux-4.19.y-cip.yml | 25 +++++++++++++++++++++++++
 trees/linux-4.19.y.yml     | 10 ++++++++++
 2 files changed, 35 insertions(+)
diff mbox series

Patch

diff --git a/trees/linux-4.19.y-cip.yml b/trees/linux-4.19.y-cip.yml
index 7efc3f5..236e4bf 100644
--- a/trees/linux-4.19.y-cip.yml
+++ b/trees/linux-4.19.y-cip.yml
@@ -203,6 +203,16 @@  test:x86_siemens_ipc227e_defconfig:
     DEVICES: x86
     TESTS: boot smc
 
+test:arm64_ctj_zynqmp_defconfig:
+  extends: .test
+  needs: ["build:arm64_ctj_zynqmp_defconfig"]
+  variables:
+    BUILD_ARCH: arm64
+    CONFIG: ctj_zynqmp_defconfig
+    DEVICES: zynqmp-zcu102
+    DTBS: zynqmp-zcu102-rev1.0.dtb
+    TESTS: boot smc
+
 ###############################
 # Test: RT CIP configurations #
 ###############################
@@ -274,6 +284,21 @@  test:x86_cip_qemu_defconfig_release:
     - /^.*linux-4.19.y-cip-rt-rc$/
     - /^.*linux-rc$
 
+test:arm64_ctj_zynqmp_defconfig_trail:
+  when: manual
+  extends: .test
+  needs: ["build:arm64_ctj_zynqmp_defconfig"]
+  variables:
+    BUILD_ARCH: arm64
+    CONFIG: ctj_zynqmp_defconfig
+    DEVICES: zynqmp-zcu102
+    DTBS: zynqmp-zcu102-rev1.0.dtb
+    TESTS: ltp
+  only:
+    - /^.*linux-4.19.y-cip-rc$/
+    - /^.*linux-4.19.y-cip-rt-rc$/
+    - /^.*linux-rc$/
+
 ########################################################
 # Verify: Check rebase branches & tags for differences #
 ########################################################
diff --git a/trees/linux-4.19.y.yml b/trees/linux-4.19.y.yml
index 630f5ac..0d7403f 100644
--- a/trees/linux-4.19.y.yml
+++ b/trees/linux-4.19.y.yml
@@ -185,6 +185,16 @@  test:x86_siemens_ipc227e_defconfig:
     DEVICES: x86
     TESTS: boot smc
 
+test:arm64_ctj_zynqmp_defconfig:
+  extends: .test
+  needs: ["build:arm64_ctj_zynqmp_defconfig"]
+  variables:
+    BUILD_ARCH: arm64
+    CONFIG: ctj_zynqmp_defconfig
+    DEVICES: zynqmp-zcu102
+    DTBS: zynqmp-zcu102-rev1.0.dtb
+    TESTS: boot smc
+
 ################################
 # Test: Non-CIP configurations #
 ################################