Skip to content

Commit 868de9e

Browse files
MLECO-5486: Fixes for CI
Minor corrections for FVP names in the CI yml files. Removing tests for CPU-only path on Arm Corstone-300. This will require another FVP config file only for this specific target. Deciding against adding this as the CPU-only path is tested for all other targets. Change-Id: Iae9ac5333509a4eaf9ed9425c34c26a8aed3fceb
1 parent 4eea40b commit 868de9e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

cmsis-pack-examples/.github/workflows/AVH-FVP-CI.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,24 @@ jobs:
3030

3131
matrix:
3232
target: [
33-
{proj: kws, board: AVH-SSE-300, model: FVP_Corstone_SSE-300, base: mps3, uart: uart0},
3433
{proj: kws, board: AVH-SSE-300-U55, model: FVP_Corstone_SSE-300_Ethos-U55, base: mps3, uart: uart0},
3534
{proj: kws, board: AVH-SSE-300-U65, model: FVP_Corstone_SSE-300_Ethos-U65, base: mps3, uart: uart0},
3635
{proj: kws, board: AVH-SSE-310, model: FVP_Corstone_SSE-310, base: mps3, uart: uart0},
3736
{proj: kws, board: AVH-SSE-310-U55, model: FVP_Corstone_SSE-310, base: mps3, uart: uart0},
3837
{proj: kws, board: AVH-SSE-310-U65, model: FVP_Corstone_SSE-310_Ethos-U65, base: mps3, uart: uart0},
3938
{proj: kws, board: AVH-SSE-315, model: FVP_Corstone_SSE-315, base: mps4, uart: uart0},
40-
{proj: kws, board: AVH-SSE-315-U65, model: FVP_Corstone_SSE-315_Ethos-U65, base: mps4, uart: uart0},
39+
{proj: kws, board: AVH-SSE-315-U65, model: FVP_Corstone_SSE-315, base: mps4, uart: uart0},
4140
{proj: kws, board: AVH-SSE-320, model: FVP_Corstone_SSE-320, base: mps4, uart: uart0},
42-
{proj: kws, board: AVH-SSE-320-U85, model: FVP_Corstone_SSE-320_Ethos-U85, base: mps4, uart: uart0},
43-
{proj: object-detection, board: AVH-SSE-300, model: FVP_Corstone_SSE-300, base: mps3, uart: uart0},
41+
{proj: kws, board: AVH-SSE-320-U85, model: FVP_Corstone_SSE-320, base: mps4, uart: uart0},
4442
{proj: object-detection, board: AVH-SSE-300-U55, model: FVP_Corstone_SSE-300_Ethos-U55, base: mps3, uart: uart0},
4543
{proj: object-detection, board: AVH-SSE-300-U65, model: FVP_Corstone_SSE-300_Ethos-U65, base: mps3, uart: uart0},
4644
{proj: object-detection, board: AVH-SSE-310, model: FVP_Corstone_SSE-310, base: mps3, uart: uart0},
4745
{proj: object-detection, board: AVH-SSE-310-U55, model: FVP_Corstone_SSE-310, base: mps3, uart: uart0},
4846
{proj: object-detection, board: AVH-SSE-310-U65, model: FVP_Corstone_SSE-310_Ethos-U65, base: mps3, uart: uart0},
4947
{proj: object-detection, board: AVH-SSE-315, model: FVP_Corstone_SSE-315, base: mps4, uart: uart0},
50-
{proj: object-detection, board: AVH-SSE-315-U65, model: FVP_Corstone_SSE-315_Ethos-U65, base: mps4, uart: uart0},
48+
{proj: object-detection, board: AVH-SSE-315-U65, model: FVP_Corstone_SSE-315, base: mps4, uart: uart0},
5149
{proj: object-detection, board: AVH-SSE-320, model: FVP_Corstone_SSE-320, base: mps4, uart: uart0},
52-
{proj: object-detection, board: AVH-SSE-320-U85, model: FVP_Corstone_SSE-320_Ethos-U85, base: mps4, uart: uart0}
50+
{proj: object-detection, board: AVH-SSE-320-U85, model: FVP_Corstone_SSE-320, base: mps4, uart: uart0}
5351
]
5452

5553
fail-fast: false

0 commit comments

Comments
 (0)