Skip to content

Commit 264fc53

Browse files
committed
Update
[ghstack-poisoned]
1 parent b1c89f6 commit 264fc53

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)