From 868de9e503570404cc7b6ef03edd13058bc11580 Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Fri, 11 Oct 2024 16:38:26 +0100 Subject: [PATCH] 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 --- cmsis-pack-examples/.github/workflows/AVH-FVP-CI.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/cmsis-pack-examples/.github/workflows/AVH-FVP-CI.yml b/cmsis-pack-examples/.github/workflows/AVH-FVP-CI.yml index 2e8b042..aee874e 100644 --- a/cmsis-pack-examples/.github/workflows/AVH-FVP-CI.yml +++ b/cmsis-pack-examples/.github/workflows/AVH-FVP-CI.yml @@ -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