Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin infra version #3667

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with:
test-infra-ref: release/2.1
job-name: Build doc
runner: linux.g5.4xlarge.nvidia.gpu
repository: pytorch/audio
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
python-source-and-configs:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with:
test-infra-ref: release/2.1
repository: pytorch/audio
script: |
set -euo pipefail
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unittest-linux-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with:
test-infra-ref: release/2.1
runner: linux.12xlarge
repository: pytorch/audio
timeout: 120
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unittest-linux-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with:
test-infra-ref: release/2.1
runner: linux.g5.4xlarge.nvidia.gpu
repository: pytorch/audio
gpu-arch-type: cuda
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unittest-macos-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
tests:
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.1
with:
test-infra-ref: release/2.1
runner: macos-12
repository: pytorch/audio
timeout: 180
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unittest-windows-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
unittests-windows-cpu:
uses: pytorch/test-infra/.github/workflows/windows_job.yml@release/2.1
with:
test-infra-ref: release/2.1
repository: pytorch/audio
runner: windows.4xlarge
timeout: 180
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unittest-windows-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
unittests-windows-gpu:
uses: pytorch/test-infra/.github/workflows/windows_job.yml@release/2.1
with:
test-infra-ref: release/2.1
repository: pytorch/audio
runner: windows.g5.4xlarge.nvidia.gpu
timeout: 360
Expand Down
Loading