Skip to content

Commit 170fc53

Browse files
committed
Upgrade ci linux job
1 parent b04912f commit 170fc53

File tree

9 files changed

+32
-32
lines changed

9 files changed

+32
-32
lines changed

.github/workflows/_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build-llm-demo:
99
name: build-llm-demo
10-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
10+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
1111
with:
1212
runner: linux.2xlarge
1313
docker-image: executorch-ubuntu-22.04-clang12-android

.github/workflows/_unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
linux:
17-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
17+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
1818
with:
1919
runner: linux.2xlarge
2020
docker-image: ${{ inputs.docker-image }}

.github/workflows/android-perf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147

148148
export-models:
149149
name: export-models
150-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
150+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
151151
needs: set-parameters
152152
secrets: inherit
153153
strategy:
@@ -324,7 +324,7 @@ jobs:
324324
325325
build-benchmark-app:
326326
name: build-benchmark-app
327-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
327+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
328328
needs: set-parameters
329329
with:
330330
runner: linux.2xlarge

.github/workflows/android-release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build-aar:
3232
name: build-aar
3333
needs: check-if-aar-exists
34-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
34+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
3535
with:
3636
runner: linux.2xlarge
3737
docker-image: executorch-ubuntu-22.04-clang12-android

.github/workflows/doc-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
build:
18-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
18+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
1919
strategy:
2020
matrix:
2121
include:
@@ -82,7 +82,7 @@ jobs:
8282
if: github.repository == 'pytorch/executorch' && github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
8383
permissions:
8484
contents: write
85-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
85+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
8686
with:
8787
repository: pytorch/executorch
8888
download-artifact: docs

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
lintrunner:
19-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
19+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
2020
with:
2121
runner: linux.2xlarge
2222
docker-image: executorch-ubuntu-22.04-linter
@@ -62,7 +62,7 @@ jobs:
6262
exit $RC
6363
6464
android-java-format:
65-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
65+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
6666
with:
6767
runner: linux.2xlarge
6868
docker-image: executorch-ubuntu-22.04-linter

.github/workflows/periodic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
test-models-linux:
4141
name: test-models-linux
42-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
42+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
4343
needs: gather-models
4444
strategy:
4545
matrix: ${{ fromJSON(needs.gather-models.outputs.models) }}

.github/workflows/pull.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
test-setup-linux-gcc:
3535
name: test-setup-linux-gcc
36-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
36+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
3737
strategy:
3838
fail-fast: false
3939
with:
@@ -55,7 +55,7 @@ jobs:
5555
5656
test-models-linux:
5757
name: test-models-linux
58-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
58+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
5959
needs: gather-models
6060
strategy:
6161
matrix: ${{ fromJSON(needs.gather-models.outputs.models) }}
@@ -82,7 +82,7 @@ jobs:
8282
8383
test-llama-runner-linux:
8484
name: test-llama-runner-linux
85-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
85+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
8686
strategy:
8787
matrix:
8888
dtype: [fp32]
@@ -121,7 +121,7 @@ jobs:
121121
122122
test-llama-runner-linux-android:
123123
name: test-llama-runner-linux-android
124-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
124+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
125125
strategy:
126126
fail-fast: false
127127
with:
@@ -141,7 +141,7 @@ jobs:
141141
142142
test-custom-ops-linux:
143143
name: test-custom-ops-linux
144-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
144+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
145145
strategy:
146146
fail-fast: false
147147
with:
@@ -162,7 +162,7 @@ jobs:
162162
163163
test-selective-build-linux:
164164
name: test-selective-build-linux
165-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
165+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
166166
strategy:
167167
fail-fast: false
168168
with:
@@ -183,7 +183,7 @@ jobs:
183183
184184
test-llava-runner-linux:
185185
name: test-llava-runner-linux
186-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
186+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
187187
strategy:
188188
fail-fast: false
189189
with:
@@ -214,7 +214,7 @@ jobs:
214214
215215
test-quantized-aot-lib-linux:
216216
name: test-quantized-aot-lib-linux
217-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
217+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
218218
strategy:
219219
fail-fast: false
220220
with:
@@ -234,7 +234,7 @@ jobs:
234234
235235
test-pybind-build-linux:
236236
name: test-pybind-build-linux
237-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
237+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
238238
strategy:
239239
fail-fast: false
240240
with:
@@ -260,7 +260,7 @@ jobs:
260260
261261
test-binary-size-linux-gcc:
262262
name: test-binary-size-linux-gcc
263-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
263+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
264264
strategy:
265265
fail-fast: false
266266
with:
@@ -292,7 +292,7 @@ jobs:
292292
293293
test-binary-size-linux:
294294
name: test-binary-size-linux
295-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
295+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
296296
strategy:
297297
fail-fast: false
298298
with:
@@ -365,7 +365,7 @@ jobs:
365365
366366
test-llama-runner-qnn-linux:
367367
name: test-llama-runner-qnn-linux
368-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
368+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
369369
strategy:
370370
matrix:
371371
dtype: [fp32]
@@ -400,7 +400,7 @@ jobs:
400400
401401
test-qnn-models-linux:
402402
name: test-qnn-models-linux
403-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
403+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
404404
strategy:
405405
fail-fast: false
406406
with:
@@ -419,7 +419,7 @@ jobs:
419419
420420
test-phi-3-mini-runner-linux:
421421
name: test-phi-3-mini-runner-linux
422-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
422+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
423423
strategy:
424424
fail-fast: false
425425
with:
@@ -446,7 +446,7 @@ jobs:
446446
447447
test-eval_llama-wikitext-linux:
448448
name: test-eval_llama-wikitext-linux
449-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
449+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
450450
strategy:
451451
fail-fast: false
452452
with:
@@ -473,7 +473,7 @@ jobs:
473473
474474
test-eval_llama-mmlu-linux:
475475
name: test-eval_llama-mmlu-linux
476-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
476+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
477477
strategy:
478478
fail-fast: false
479479
with:
@@ -500,7 +500,7 @@ jobs:
500500
501501
test-llama_runner_eager-linux:
502502
name: test-llama_runner_eager-linux
503-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
503+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
504504
strategy:
505505
fail-fast: false
506506
with:
@@ -527,7 +527,7 @@ jobs:
527527
528528
test-mediatek-models-linux:
529529
name: test-mediatek-models-linux
530-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
530+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
531531
strategy:
532532
fail-fast: false
533533
with:

.github/workflows/trunk.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
test-demo-backend-delegation:
109109
name: test-demo-backend-delegation
110-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
110+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
111111
strategy:
112112
matrix:
113113
include:
@@ -301,7 +301,7 @@ jobs:
301301

302302
test-qnn-model:
303303
name: test-qnn-model
304-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
304+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
305305
strategy:
306306
matrix:
307307
dtype: [fp32]
@@ -361,7 +361,7 @@ jobs:
361361
# NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
362362
if: ${{ !github.event.pull_request.head.repo.fork }}
363363
name: test-huggingface-transformers
364-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
364+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
365365
secrets: inherit
366366
strategy:
367367
matrix:
@@ -445,7 +445,7 @@ jobs:
445445
446446
test-llama-runner-qnn-linux:
447447
name: test-llama-runner-qnn-linux
448-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
448+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
449449
strategy:
450450
matrix:
451451
dtype: [fp32]

0 commit comments

Comments
 (0)