File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 55
55
# Build and test executorch
56
56
PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}"
57
57
58
+ test-models-arm-zephyr :
59
+ name : test-models-arm-zephyr
60
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
61
+ strategy :
62
+ matrix :
63
+ model : [add]
64
+ fail-fast : false
65
+ with :
66
+ runner : linux.2xlarge
67
+ submodules : ' recursive'
68
+ ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
69
+ timeout : 120
70
+ script : |
71
+ MODEL_NAME=${{ matrix.model }}
72
+ CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
73
+ conda activate "${CONDA_ENV}"
74
+
75
+ source .ci/scripts/utils.sh
76
+ install_executorch "--use-pt-pinned-commit"
77
+ .ci/scripts/setup-arm-baremetal-tools.sh --target-toolchain zephyr
78
+ source examples/arm/ethos-u-scratch/setup_path.sh
79
+ pwd
80
+ ls
81
+
58
82
test-models-linux-aarch64 :
59
83
name : test-models-linux-aarch64
60
84
uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
You can’t perform that action at this time.
0 commit comments