Unverified Commit 332760d4 authored by Andrey Talman's avatar Andrey Talman Committed by GitHub
Browse files

Migrate towards linux_lob_v2.yml (#3853)

Summary:
After : https://github.com/pytorch/test-infra/pull/5902


Reviewed By: seemethere, ahmadsharif1

Differential Revision: D65834393

Pulled By: atalman
parent fa44bdab
...@@ -22,7 +22,7 @@ jobs: ...@@ -22,7 +22,7 @@ jobs:
# Do not use matrix here to parameterize Python/CUDA versions. # Do not use matrix here to parameterize Python/CUDA versions.
# This job is required to pass for each PR. # This job is required to pass for each PR.
# The name of the required job is sensitive to matrix parameter. # The name of the required job is sensitive to matrix parameter.
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with: with:
job-name: Build doc job-name: Build doc
runner: linux.g5.4xlarge.nvidia.gpu runner: linux.g5.4xlarge.nvidia.gpu
......
...@@ -18,7 +18,7 @@ jobs: ...@@ -18,7 +18,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
ffmpeg_version: ["4.4.4", "5.1.4", "6.1.1", "master"] ffmpeg_version: ["4.4.4", "5.1.4", "6.1.1", "master"]
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with: with:
job-name: Build job-name: Build
upload-artifact: ffmpeg-lgpl upload-artifact: ffmpeg-lgpl
...@@ -39,7 +39,7 @@ jobs: ...@@ -39,7 +39,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
ffmpeg_version: ["4.4.4", "5.1.4", "6.1.1", "master"] ffmpeg_version: ["4.4.4", "5.1.4", "6.1.1", "master"]
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with: with:
job-name: Build job-name: Build
upload-artifact: ffmpeg-lgpl upload-artifact: ffmpeg-lgpl
......
...@@ -11,7 +11,7 @@ on: ...@@ -11,7 +11,7 @@ on:
jobs: jobs:
python-source-and-configs: python-source-and-configs:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with: with:
repository: pytorch/audio repository: pytorch/audio
script: | script: |
......
...@@ -15,7 +15,7 @@ jobs: ...@@ -15,7 +15,7 @@ jobs:
matrix: matrix:
python_version: ["3.8", "3.9", "3.10"] python_version: ["3.8", "3.9", "3.10"]
fail-fast: false fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with: with:
runner: linux.12xlarge runner: linux.12xlarge
repository: pytorch/audio repository: pytorch/audio
......
...@@ -16,7 +16,7 @@ jobs: ...@@ -16,7 +16,7 @@ jobs:
python_version: ["3.8", "3.9", "3.10"] python_version: ["3.8", "3.9", "3.10"]
cuda_arch_version: ["11.8"] cuda_arch_version: ["11.8"]
fail-fast: false fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with: with:
runner: linux.g5.4xlarge.nvidia.gpu runner: linux.g5.4xlarge.nvidia.gpu
repository: pytorch/audio repository: pytorch/audio
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment