Skip to content

Commit

Permalink
MLECO-5486: Fixes for CI
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kshitij-sisodia-arm committed Oct 11, 2024
1 parent 4eea40b commit 868de9e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions cmsis-pack-examples/.github/workflows/AVH-FVP-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,24 @@ jobs:

matrix:
target: [
{proj: kws, board: AVH-SSE-300, model: FVP_Corstone_SSE-300, base: mps3, uart: uart0},
{proj: kws, board: AVH-SSE-300-U55, model: FVP_Corstone_SSE-300_Ethos-U55, base: mps3, uart: uart0},
{proj: kws, board: AVH-SSE-300-U65, model: FVP_Corstone_SSE-300_Ethos-U65, base: mps3, uart: uart0},
{proj: kws, board: AVH-SSE-310, model: FVP_Corstone_SSE-310, base: mps3, uart: uart0},
{proj: kws, board: AVH-SSE-310-U55, model: FVP_Corstone_SSE-310, base: mps3, uart: uart0},
{proj: kws, board: AVH-SSE-310-U65, model: FVP_Corstone_SSE-310_Ethos-U65, base: mps3, uart: uart0},
{proj: kws, board: AVH-SSE-315, model: FVP_Corstone_SSE-315, base: mps4, uart: uart0},
{proj: kws, board: AVH-SSE-315-U65, model: FVP_Corstone_SSE-315_Ethos-U65, base: mps4, uart: uart0},
{proj: kws, board: AVH-SSE-315-U65, model: FVP_Corstone_SSE-315, base: mps4, uart: uart0},
{proj: kws, board: AVH-SSE-320, model: FVP_Corstone_SSE-320, base: mps4, uart: uart0},
{proj: kws, board: AVH-SSE-320-U85, model: FVP_Corstone_SSE-320_Ethos-U85, base: mps4, uart: uart0},
{proj: object-detection, board: AVH-SSE-300, model: FVP_Corstone_SSE-300, base: mps3, uart: uart0},
{proj: kws, board: AVH-SSE-320-U85, model: FVP_Corstone_SSE-320, base: mps4, uart: uart0},
{proj: object-detection, board: AVH-SSE-300-U55, model: FVP_Corstone_SSE-300_Ethos-U55, base: mps3, uart: uart0},
{proj: object-detection, board: AVH-SSE-300-U65, model: FVP_Corstone_SSE-300_Ethos-U65, base: mps3, uart: uart0},
{proj: object-detection, board: AVH-SSE-310, model: FVP_Corstone_SSE-310, base: mps3, uart: uart0},
{proj: object-detection, board: AVH-SSE-310-U55, model: FVP_Corstone_SSE-310, base: mps3, uart: uart0},
{proj: object-detection, board: AVH-SSE-310-U65, model: FVP_Corstone_SSE-310_Ethos-U65, base: mps3, uart: uart0},
{proj: object-detection, board: AVH-SSE-315, model: FVP_Corstone_SSE-315, base: mps4, uart: uart0},
{proj: object-detection, board: AVH-SSE-315-U65, model: FVP_Corstone_SSE-315_Ethos-U65, base: mps4, uart: uart0},
{proj: object-detection, board: AVH-SSE-315-U65, model: FVP_Corstone_SSE-315, base: mps4, uart: uart0},
{proj: object-detection, board: AVH-SSE-320, model: FVP_Corstone_SSE-320, base: mps4, uart: uart0},
{proj: object-detection, board: AVH-SSE-320-U85, model: FVP_Corstone_SSE-320_Ethos-U85, base: mps4, uart: uart0}
{proj: object-detection, board: AVH-SSE-320-U85, model: FVP_Corstone_SSE-320, base: mps4, uart: uart0}
]

fail-fast: false
Expand Down

0 comments on commit 868de9e

Please sign in to comment.