From 1c4106a35c03de51cae09a2259d1726df444191c Mon Sep 17 00:00:00 2001 From: Zingo Andersen Date: Tue, 7 Oct 2025 08:15:08 +0200 Subject: [PATCH] Arm backend: Backend test call setup_path.sh This is needed so that the installed FVP can be used. This also add related files to the backed tests trigger script Signed-off-by: Zingo Andersen Change-Id: I461d8910d278b988068cdaef66d96b034f4d4647 --- .ci/scripts/test_backend.sh | 1 + .github/workflows/test-backend-arm.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.ci/scripts/test_backend.sh b/.ci/scripts/test_backend.sh index ba5df5c3fe3..a48cc9ec41a 100755 --- a/.ci/scripts/test_backend.sh +++ b/.ci/scripts/test_backend.sh @@ -59,6 +59,7 @@ fi if [[ "$FLOW" == *arm* ]]; then # Setup ARM deps. .ci/scripts/setup-arm-baremetal-tools.sh + source examples/arm/ethos-u-scratch/setup_path.sh if [[ "$FLOW" == *ethos_u* ]]; then # Prepare a test runner binary that can run on the Corstone-3x0 FVPs diff --git a/.github/workflows/test-backend-arm.yml b/.github/workflows/test-backend-arm.yml index 428e3fd1239..22e3d524f6b 100644 --- a/.github/workflows/test-backend-arm.yml +++ b/.github/workflows/test-backend-arm.yml @@ -12,6 +12,9 @@ on: paths: - .github/workflows/test-backend-arm.yml - .github/workflows/_test_backend.yml + - .ci/scripts/test_backend.sh + - backends/test/suite/flow.py + - backends/test/suite/flows/arm.py workflow_dispatch: concurrency: