|
@@ -46,12 +46,16 @@ jobs:
|
|
|
|
|
|
config_file:
|
|
config_file:
|
|
- "default.cfg"
|
|
- "default.cfg"
|
|
- - "kernel/object.cfg"
|
|
|
|
|
|
|
|
include:
|
|
include:
|
|
- # dfs.cfg only run on qemu-vexpress-a9
|
|
|
|
|
|
+ # only run on qemu-vexpress-a9
|
|
|
|
+ - platform: { UTEST: "A9", RTT_BSP: "bsp/qemu-vexpress-a9", QEMU_ARCH: "arm", QEMU_MACHINE: "vexpress-a9", SD_FILE: "sd.bin", KERNEL: "standard", "SMP_RUN":"" }
|
|
|
|
+ config_file: "kernel/object.cfg"
|
|
|
|
+
|
|
- platform: { UTEST: "A9", RTT_BSP: "bsp/qemu-vexpress-a9", QEMU_ARCH: "arm", QEMU_MACHINE: "vexpress-a9", SD_FILE: "sd.bin", KERNEL: "standard", "SMP_RUN":"" }
|
|
- platform: { UTEST: "A9", RTT_BSP: "bsp/qemu-vexpress-a9", QEMU_ARCH: "arm", QEMU_MACHINE: "vexpress-a9", SD_FILE: "sd.bin", KERNEL: "standard", "SMP_RUN":"" }
|
|
config_file: "dfs/dfs.cfg"
|
|
config_file: "dfs/dfs.cfg"
|
|
|
|
+
|
|
|
|
+ - platform: { UTEST: "A9", RTT_BSP: "bsp/qemu-vexpress-a9", QEMU_ARCH: "arm", QEMU_MACHINE: "vexpress-a9", SD_FILE: "sd.bin", KERNEL: "standard", "SMP_RUN":"" }
|
|
config_file: "cpp11/cpp11.cfg"
|
|
config_file: "cpp11/cpp11.cfg"
|
|
|
|
|
|
env:
|
|
env:
|