@@ -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 #
########################################################
@@ -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 #
################################
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(+)