File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -44,20 +44,12 @@ jobs:
4444 matrix :
4545 flow : [xnnpack, xnnpack_static_int8_per_channel]
4646 suite : [models, operators]
47- runner : [linux.2xlarge]
48- docker-image : [executorch-ubuntu-22.04-clang12]
4947 with :
5048 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
51- runner : ${{ matrix.runner }}
52- docker-image : ci-image:${{ matrix.docker-image }}
49+ runner : linux.2xlarge
50+ docker-image : executorch-ubuntu-22.04-clang12
5351 submodules : recursive
5452 timeout : 90
5553 script : |
5654 set -eux
57- # The generic Linux job chooses to use base env, not the one setup by the image
58- CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
59- conda activate "${CONDA_ENV}"
60-
61- ./install_requirements.sh > /dev/null
62- cmake --preset ${{ matrix.preset }}
63- cmake --build cmake-out -j$(( $(nproc) - 1 ))
55+ .ci/scripts/backend-test-linux.sh --suite "${{ inputs.suite }}" --flow "${{ inputs.flow }}"
You can’t perform that action at this time.
0 commit comments