Skip to content

Commit c85ac94

Browse files
committed
Trim macos jobs and do as much as possible in aarch64 instances
1 parent 6f166f0 commit c85ac94

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
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, executorch-ubuntu-22.04-gcc11-aarch64]
54+
include:
55+
- docker-image: executorch-ubuntu-22.04-gcc11-aarch64
56+
runner: linux.arm64.2xlarge
5357
fail-fast: false
5458
with:
5559
runner: ${{ matrix.runner }}

.github/workflows/trunk.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
strategy:
2525
matrix:
2626
model: [
27-
add, add_mul, emformer_join, emformer_transcribe, ic3, ic4, linear, llama2, mobilebert, mul, mv2, mv3, resnet18, resnet50, vit, w2l,
28-
efficient_sam, llama, llama3_2_vision_encoder, lstm, phi-4-mini, qwen2_5, softmax
27+
add_mul, emformer_join, emformer_transcribe, llama2, mobilebert, mv3, resnet50, vit, w2l,
28+
efficient_sam, llama, llama3_2_vision_encoder, phi-4-mini, qwen2_5
2929
]
30-
backend: [portable, xnnpack-quantization-delegation]
30+
backend: [xnnpack-quantization-delegation]
3131
build-tool: [cmake]
3232
runner: [macos-m1-stable]
3333
include:
@@ -37,16 +37,10 @@ jobs:
3737
backend: portable
3838
- model: llama3_2_vision_encoder
3939
backend: portable
40-
- model: llama3_2_vision_encoder
41-
backend: portable
42-
- model: lstm
43-
backend: portable
4440
- model: phi-4-mini
4541
backend: portable
4642
- model: qwen2_5
4743
backend: portable
48-
- model: softmax
49-
backend: portable
5044
fail-fast: false
5145
with:
5246
runner: ${{ matrix.runner }}
@@ -74,9 +68,14 @@ jobs:
7468
contents: read
7569
strategy:
7670
matrix:
77-
model: [linear, add, add_mul, dl3, ic3, ic4, mv2, mv3, resnet18, resnet50, vit, w2l, edsr, mobilebert, emformer_join, emformer_predict, emformer_transcribe]
71+
model: [linear, add, add_mul, dl3, ic3, ic4, mv2, resnet18, resnet50, w2l, edsr, mobilebert, emformer_join, emformer_predict, emformer_transcribe, softmax, lstm]
7872
backend: [portable, xnnpack-quantization-delegation]
7973
runner: [linux.arm64.2xlarge]
74+
include:
75+
- model: softmax
76+
backend: portable
77+
- model: lstm
78+
backend: portable
8079
fail-fast: false
8180
with:
8281
runner: ${{ matrix.runner }}

0 commit comments

Comments
 (0)