mirror of
https://gitlab.com/prpl-foundation/prplos/prplos.git
synced 2025-12-20 00:56:07 +08:00
Sync CI bits with the current state in prplos branch on commit
9af7fff65169 ("ci: fix build Docker image sdk-x86-64 job").
Signed-off-by: Petr Štetiar <ynezz@true.cz>
15 lines
487 B
YAML
15 lines
487 B
YAML
.glinet-b1300 testbed:
|
|
extends: .testbed true.cz
|
|
variables:
|
|
DUT_ARCH: arm
|
|
DUT_TARGET: ipq40xx
|
|
DUT_SUBTARGET: generic
|
|
DUT_BOARD: glinet-b1300
|
|
DUT_CPU_TYPE: cortex-a7
|
|
DUT_CPU_SUBTYPE: neon-vfpv4
|
|
LABGRID_TARGET: glinet-b1300-initramfs
|
|
TFTP_IMAGE_FILENAME: openwrt-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-zImage.itb
|
|
TFTP_IMAGE_FILENAME_PATTERN: /.*openwrt-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-zImage.itb/
|
|
tags:
|
|
- dut-glinet-b1300
|