Skip to content

Commit ffcb292

Browse files
committed
Arm backend: Enable pytest VKML op unit testing in ciflow/trunk
Change-Id: I58fa82ba8c55103c934a1a0b309d6e7c1327d35e
1 parent 53b4cb9 commit ffcb292

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ jobs:
281281
include:
282282
- test_arm_baremetal: test_pytest_ops_ethosu_fvp
283283
- test_arm_baremetal: test_pytest_models_ethosu_fvp
284+
- test_arm_baremetal: test_pytest_ops_vkml
284285
- test_arm_baremetal: test_run_ethosu_fvp
285286
- test_arm_baremetal: test_models_tosa
286287
- test_arm_baremetal: test_models_ethos-u55
@@ -301,7 +302,7 @@ jobs:
301302
source .ci/scripts/utils.sh
302303
install_executorch "--use-pt-pinned-commit"
303304

304-
.ci/scripts/setup-arm-baremetal-tools.sh
305+
.ci/scripts/setup-arm-baremetal-tools.sh --enable-mlsdk-deps
305306

306307
# Increase number of files user can monitor to bypass buck failures.
307308
# Hopefully this is high enough for this setup.

0 commit comments

Comments
 (0)