Skip to content

Commit

Permalink
Pin infra version (pytorch#3667)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok authored Oct 20, 2023
1 parent fe6d41c commit e60b267
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
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

0 comments on commit e60b267

Please sign in to comment.