Skip to content

Commit 16d8109

Browse files
authored
[Windows] Reduce trunk model test count (#14348)
Reduce the number of models we test on Windows CI in order to reduce runner utilization. I've tried to pick a reasonably representative set. I don't think we're getting much incremental value from the ones we're cutting and will save on CI costs. We can re-evaluate this when we have shared/cached build for Windows CI runs.
1 parent f9264f2 commit 16d8109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,8 +1016,8 @@ jobs:
10161016
strategy:
10171017
fail-fast: false
10181018
matrix:
1019-
model: [linear, add, add_mul, ic3, ic4, mv2, mv3, resnet18, resnet50, vit, w2l, mobilebert, emformer_join, emformer_transcribe]
1020-
backend: [portable, xnnpack-f32, xnnpack-q8]
1019+
model: [mv3, resnet50, vit, mobilebert, emformer_transcribe]
1020+
backend: [portable, xnnpack-q8]
10211021
with:
10221022
submodules: 'recursive'
10231023
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)