Skip to content

Commit

Permalink
Replace runners prefix amz2023.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanschmidt committed Jul 25, 2024
1 parent 69b2a0a commit b62dc24
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
job-name: Build doc
runner: linux.g5.4xlarge.nvidia.gpu
runner: amz2023.linux.g5.4xlarge.nvidia.gpu
repository: pytorch/audio
gpu-arch-type: cuda
gpu-arch-version: "11.8"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
job-name: Build
upload-artifact: ffmpeg-lgpl
repository: pytorch/audio
runner: linux.arm64.2xlarge
runner: amz2023.linux.arm64.2xlarge
docker-image: pytorch/manylinuxaarch64-builder:cpu-aarch64
script: |
export FFMPEG_VERSION="${{ matrix.ffmpeg_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest-linux-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
runner: linux.12xlarge
runner: amz2023.linux.12xlarge
repository: pytorch/audio
timeout: 120
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest-linux-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
runner: linux.g5.4xlarge.nvidia.gpu
runner: amz2023.linux.g5.4xlarge.nvidia.gpu
repository: pytorch/audio
gpu-arch-type: cuda
gpu-arch-version: ${{ matrix.cuda_arch_version }}
Expand Down
Binary file modified test/torchaudio_unittest/assets/vec_int.ark
Binary file not shown.

0 comments on commit b62dc24

Please sign in to comment.