File tree Expand file tree Collapse file tree 2 files changed +0
-348
lines changed Expand file tree Collapse file tree 2 files changed +0
-348
lines changed Original file line number Diff line number Diff line change @@ -1043,45 +1043,6 @@ jobs:
10431043 build-tool : cmake
10441044 docker-image : ci-image:executorch-ubuntu-22.04-clang12
10451045
1046- test-mcu-models :
1047- name : test-mcu-models
1048- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
1049- strategy :
1050- matrix :
1051- include :
1052- - build-tool : cmake
1053- fail-fast : false
1054- permissions :
1055- id-token : write
1056- contents : read
1057- with :
1058- runner : linux.2xlarge
1059- docker-image : ci-image:executorch-ubuntu-22.04-arm-sdk
1060- submodules : ' recursive'
1061- ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
1062- timeout : 90
1063- script : |
1064- BUILD_TOOL=${{ matrix.build-tool }}
1065-
1066- # The generic Linux job chooses to use base env, not the one setup by the image
1067- CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
1068- conda activate "${CONDA_ENV}"
1069-
1070- # Try to mirror these as closely as possible
1071- source .ci/scripts/utils.sh
1072- install_executorch "--use-pt-pinned-commit"
1073-
1074- .ci/scripts/setup-arm-baremetal-tools.sh
1075- source examples/arm/ethos-u-scratch/setup_path.sh
1076-
1077- # Run selective Build
1078- chmod +x examples/selective_build/test_selective_build.sh
1079- examples/selective_build/test_selective_build.sh "${BUILD_TOOL}"
1080-
1081- # Run MCU models
1082- chmod +x examples/arm/run_mcu_models_fvp.sh
1083- examples/arm/run_mcu_models_fvp.sh --target=cortex-m55
1084-
10851046 test-models-windows :
10861047 uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
10871048 strategy :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments