Skip to content

Commit 332760d

Browse files
authored
Migrate towards linux_lob_v2.yml (#3853)
Summary: After : pytorch/test-infra#5902 Reviewed By: seemethere, ahmadsharif1 Differential Revision: D65834393 Pulled By: atalman
1 parent fa44bda commit 332760d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Do not use matrix here to parameterize Python/CUDA versions.
2323
# This job is required to pass for each PR.
2424
# The name of the required job is sensitive to matrix parameter.
25-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
25+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
2626
with:
2727
job-name: Build doc
2828
runner: linux.g5.4xlarge.nvidia.gpu

.github/workflows/ffmpeg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
ffmpeg_version: ["4.4.4", "5.1.4", "6.1.1", "master"]
21-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
21+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
2222
with:
2323
job-name: Build
2424
upload-artifact: ffmpeg-lgpl
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
ffmpeg_version: ["4.4.4", "5.1.4", "6.1.1", "master"]
42-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
42+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
4343
with:
4444
job-name: Build
4545
upload-artifact: ffmpeg-lgpl

.github/workflows/lint.yml

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

1212
jobs:
1313
python-source-and-configs:
14-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
14+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
1515
with:
1616
repository: pytorch/audio
1717
script: |

.github/workflows/unittest-linux-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
python_version: ["3.8", "3.9", "3.10"]
1717
fail-fast: false
18-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
18+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
1919
with:
2020
runner: linux.12xlarge
2121
repository: pytorch/audio

.github/workflows/unittest-linux-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python_version: ["3.8", "3.9", "3.10"]
1717
cuda_arch_version: ["11.8"]
1818
fail-fast: false
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.g5.4xlarge.nvidia.gpu
2222
repository: pytorch/audio

0 commit comments

Comments
 (0)