@@ -46,23 +46,10 @@ jobs:
46
46
47
47
config_file :
48
48
- " default.cfg"
49
-
50
49
include :
51
50
# only run on qemu-vexpress-a9
52
- - platform : { UTEST: "A9", RTT_BSP: "bsp/qemu-vexpress-a9", QEMU_ARCH: "arm", QEMU_MACHINE: "vexpress-a9", SD_FILE: "sd.bin", KERNEL: "standard", "SMP_RUN":"" }
53
- config_file : " kernel/object.cfg"
54
-
55
- - platform : { UTEST: "A9", RTT_BSP: "bsp/qemu-vexpress-a9", QEMU_ARCH: "arm", QEMU_MACHINE: "vexpress-a9", SD_FILE: "sd.bin", KERNEL: "standard", "SMP_RUN":"" }
56
- config_file : " dfs/dfs.cfg"
57
-
58
- - platform : { UTEST: "A9", RTT_BSP: "bsp/qemu-vexpress-a9", QEMU_ARCH: "arm", QEMU_MACHINE: "vexpress-a9", SD_FILE: "sd.bin", KERNEL: "standard", "SMP_RUN":"" }
59
- config_file : " cpp11/cpp11.cfg"
60
-
61
- - platform : { UTEST: "A9", RTT_BSP: "bsp/qemu-vexpress-a9", QEMU_ARCH: "arm", QEMU_MACHINE: "vexpress-a9", SD_FILE: "sd.bin", KERNEL: "standard", "SMP_RUN":"" }
62
- config_file : " lwip/lwip.cfg"
63
-
64
- - platform : { UTEST: "A9", RTT_BSP: "bsp/qemu-vexpress-a9", QEMU_ARCH: "arm", QEMU_MACHINE: "vexpress-a9", SD_FILE: "sd.bin", KERNEL: "standard", "SMP_RUN":"" }
65
- config_file : " netdev/netdev.cfg"
51
+ - platform : { UTEST: "A9", RTT_BSP: "bsp/qemu-vexpress-a9", QEMU_ARCH: "arm", QEMU_MACHINE: "vexpress-a9", SD_FILE: "sd.bin", KERNEL: "standard", "SMP_RUN":"" }
52
+ config_file : ["kernel/object.cfg", "dfs/dfs.cfg", "cpp11/cpp11.cfg", "lwip/lwip.cfg", "netdev/netdev.cfg"]
66
53
67
54
env :
68
55
TEST_QEMU_ARCH : ${{ matrix.platform.QEMU_ARCH }}
0 commit comments