Skip to content

Commit f6e99bb

Browse files
authored
move to 8-core-ubunut for tests (#420)
* rebase conflict * adding some missed runners * change to 16 core * conflict * fix up
1 parent 1c44ad1 commit f6e99bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci/scripts/gather_test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
JOB_RUNNERS = {
2525
"cpu": {
26-
"32-core-ubuntu": "x86_64",
26+
"8-core-ubuntu": "x86_64",
2727
# "macos-12": "x86_64", # not working for complie and ExecuTorch yet
2828
"macos-14": "aarch64",
2929
},

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
test-tinystories-executorch:
183183
strategy:
184184
matrix:
185-
runner: [32-core-ubuntu]
185+
runner: [16-core-ubuntu]
186186
runs-on: ${{matrix.runner}}
187187
steps:
188188
- name: Checkout repo
@@ -707,7 +707,7 @@ jobs:
707707
runner-et:
708708
strategy:
709709
matrix:
710-
runner: [macos-14-xlarge]
710+
runner: [macos-14-xlarge, 8-core-ubuntu]
711711
runs-on: ${{matrix.runner}}
712712
steps:
713713
- name: Checkout repo

0 commit comments

Comments
 (0)