Skip to content

Commit b62dc24

Browse files
committed
Replace runners prefix amz2023.
1 parent 69b2a0a commit b62dc24

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
2626
with:
2727
job-name: Build doc
28-
runner: linux.g5.4xlarge.nvidia.gpu
28+
runner: amz2023.linux.g5.4xlarge.nvidia.gpu
2929
repository: pytorch/audio
3030
gpu-arch-type: cuda
3131
gpu-arch-version: "11.8"

.github/workflows/ffmpeg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
job-name: Build
4545
upload-artifact: ffmpeg-lgpl
4646
repository: pytorch/audio
47-
runner: linux.arm64.2xlarge
47+
runner: amz2023.linux.arm64.2xlarge
4848
docker-image: pytorch/manylinuxaarch64-builder:cpu-aarch64
4949
script: |
5050
export FFMPEG_VERSION="${{ matrix.ffmpeg_version }}"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
1919
with:
20-
runner: linux.12xlarge
20+
runner: amz2023.linux.12xlarge
2121
repository: pytorch/audio
2222
timeout: 120
2323
script: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
2020
with:
21-
runner: linux.g5.4xlarge.nvidia.gpu
21+
runner: amz2023.linux.g5.4xlarge.nvidia.gpu
2222
repository: pytorch/audio
2323
gpu-arch-type: cuda
2424
gpu-arch-version: ${{ matrix.cuda_arch_version }}
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)