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:
44
44
matrix :
45
45
flow : [xnnpack, xnnpack_static_int8_per_channel]
46
46
suite : [models, operators]
47
- runner : [linux.2xlarge]
48
- docker-image : [executorch-ubuntu-22.04-clang12]
49
47
with :
50
48
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
53
51
submodules : recursive
54
52
timeout : 90
55
53
script : |
56
54
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