Skip to content

Commit 0bfb61e

Browse files
authored
Arm backend: Backend test call setup_path.sh (#14846)
### Summary This is needed so that the installed FVP can be used from backed tests. This also add related files to the backed tests trigger script ### Test plan Arm Backend tests suite cc @freddan80 @per @oscarandersson8218 @digantdesai Signed-off-by: Zingo Andersen <[email protected]>
1 parent 0e74a17 commit 0bfb61e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.ci/scripts/test_backend.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ fi
5959
if [[ "$FLOW" == *arm* ]]; then
6060
# Setup ARM deps.
6161
.ci/scripts/setup-arm-baremetal-tools.sh
62+
source examples/arm/ethos-u-scratch/setup_path.sh
6263

6364
if [[ "$FLOW" == *ethos_u* ]]; then
6465
# Prepare a test runner binary that can run on the Corstone-3x0 FVPs

.github/workflows/test-backend-arm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
paths:
1313
- .github/workflows/test-backend-arm.yml
1414
- .github/workflows/_test_backend.yml
15+
- .ci/scripts/test_backend.sh
16+
- backends/test/suite/flow.py
17+
- backends/test/suite/flows/arm.py
1518
workflow_dispatch:
1619

1720
concurrency:

0 commit comments

Comments
 (0)