Skip to content

Commit 179dc73

Browse files
committed
Trim macos jobs and do as much as possible in aarch64 instances
1 parent 23a6d11 commit 179dc73

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.github/workflows/pull.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
backend: [portable, xnnpack-quantization-delegation]
5151
build-tool: [cmake, buck2]
5252
runner: [linux.2xlarge]
53+
docker-image: [executorch-ubuntu-22.04-clang12]
54+
include:
55+
- runner: linux.arm64.2xlarge
56+
docker-image: executorch-ubuntu-22.04-gcc11-aarch64
5357
fail-fast: false
5458
with:
5559
runner: ${{ matrix.runner }}

.github/workflows/trunk.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
2424
strategy:
2525
matrix:
26-
model: [add, add_mul, emformer_join, emformer_transcribe, ic3, ic4, linear, llama2, mobilebert, mv2, mv3, resnet18, resnet50, vit, w2l]
27-
backend: [portable, xnnpack-quantization-delegation]
26+
model: [emformer_join, ic4, llama2, mobilebert, mv3, resnet50, vit, w2l]
27+
backend: [xnnpack-quantization-delegation]
2828
build-tool: [cmake]
2929
runner: [macos-m1-stable]
3030
include:
@@ -34,16 +34,12 @@ jobs:
3434
backend: portable
3535
- model: llama3_2_vision_encoder
3636
backend: portable
37-
- model: lstm
38-
backend: portable
39-
- model: mul
37+
- model: mv3
4038
backend: portable
4139
- model: phi-4-mini
4240
backend: portable
4341
- model: qwen2_5
4442
backend: portable
45-
- model: softmax
46-
backend: portable
4743
fail-fast: false
4844
with:
4945
runner: ${{ matrix.runner }}
@@ -74,6 +70,13 @@ jobs:
7470
model: [linear, add, add_mul, ic3, ic4, mv2, mv3, resnet18, resnet50, vit, w2l, mobilebert, emformer_join, emformer_transcribe]
7571
backend: [portable, xnnpack-quantization-delegation]
7672
runner: [linux.arm64.2xlarge]
73+
include:
74+
- model: lstm
75+
backend: portable
76+
- model: mul
77+
backend: portable
78+
- model: softmax
79+
backend: portable
7780
fail-fast: false
7881
with:
7982
runner: ${{ matrix.runner }}

0 commit comments

Comments
 (0)