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

Replace runners prefix amz2023. (#2895) #3612

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/fbgemm_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "linux.12xlarge" },
{ arch: x86, instance: "amz2023.linux.12xlarge" },
]
library-type: [ static, shared ]
compiler: [ "gcc", "clang" ]
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "linux.12xlarge" },
{ arch: x86, instance: "amz2023.linux.12xlarge" },
]
compiler: [ "gcc", "clang" ]

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/fbgemm_gpu_ci_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "linux.4xlarge" },
{ arch: arm, instance: "linux.arm64.2xlarge" },
{ arch: x86, instance: "amz2023.linux.4xlarge" },
{ arch: arm, instance: "amz2023.linux.arm64.2xlarge" },
]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
compiler: [ "gcc", "clang" ]
Expand Down Expand Up @@ -140,8 +140,8 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "linux.4xlarge", timeout: 20 },
{ arch: arm, instance: "linux.arm64.2xlarge", timeout: 30 },
{ arch: x86, instance: "amz2023.linux.4xlarge", timeout: 20 },
{ arch: arm, instance: "amz2023.linux.arm64.2xlarge", timeout: 30 },
]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
compiler: [ "gcc", "clang" ]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/fbgemm_gpu_ci_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "linux.24xlarge" },
{ arch: x86, instance: "amz2023.linux.24xlarge" },
]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
cuda-version: [ "11.8.0", "12.4.1", "12.6.3" ]
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
# Download the built artifact from GHA, test on GPU, and push to PyPI
test_and_publish_artifact:
if: ${{ github.repository_owner == 'pytorch' }}
# runs-on: linux.4xlarge.nvidia.gpu
# runs-on: amz2023.linux.4xlarge.nvidia.gpu
# Use available instance types - https://github.com/pytorch/test-infra/blob/main/.github/scale-config.yml
runs-on: ${{ matrix.host-machine.instance }}
defaults:
Expand All @@ -151,7 +151,7 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "linux.g5.4xlarge.nvidia.gpu" },
{ arch: x86, instance: "amz2023.linux.g5.4xlarge.nvidia.gpu" },
# TODO: Enable when A100 machine queues are reasonably small enough for doing per-PR CI
# https://hud.pytorch.org/metrics
# { arch: x86, instance: "linux.gcp.a100" },
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fbgemm_gpu_ci_rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "linux.24xlarge" },
{ arch: x86, instance: "amz2023.linux.24xlarge" },
]
container-image: [ "ubuntu:22.04" ]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fbgemm_gpu_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
permissions:
# Grant write permission here so that the generated docs can be pushed to `gh-pages` branch
contents: write
runs-on: linux.2xlarge
runs-on: amz2023.linux.2xlarge
container:
image: amazonlinux:2023
options: --user root
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/fbgemm_gpu_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "linux.4xlarge", timeout: 20 },
{ arch: arm, instance: "linux.arm64.2xlarge", timeout: 30 },
{ arch: x86, instance: "amz2023.linux.4xlarge", timeout: 20 },
{ arch: arm, instance: "amz2023.linux.arm64.2xlarge", timeout: 30 },
]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]

Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ instance: "linux.g5.4xlarge.nvidia.gpu" },
{ instance: "amz2023.linux.g5.4xlarge.nvidia.gpu" },
]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
cuda-version: [ "11.8.0", "12.4.1", "12.6.3" ]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/fbgemm_gpu_release_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "linux.4xlarge" },
{ arch: arm, instance: "linux.arm64.2xlarge" },
{ arch: x86, instance: "amz2023.linux.4xlarge" },
{ arch: arm, instance: "amz2023.linux.arm64.2xlarge" },
]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]

Expand Down Expand Up @@ -131,8 +131,8 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "linux.4xlarge", timeout: 20 },
{ arch: arm, instance: "linux.arm64.2xlarge", timeout: 30 },
{ arch: x86, instance: "amz2023.linux.4xlarge", timeout: 20 },
{ arch: arm, instance: "amz2023.linux.arm64.2xlarge", timeout: 30 },
]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
needs: build_artifact
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fbgemm_gpu_release_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "linux.24xlarge" },
{ arch: x86, instance: "amz2023.linux.24xlarge" },
]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
cuda-version: [ "11.8.0", "12.4.1", "12.6.3" ]
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "linux.g5.4xlarge.nvidia.gpu" },
{ arch: x86, instance: "amz2023.linux.g5.4xlarge.nvidia.gpu" },
]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
cuda-version: [ "11.8.0", "12.4.1", "12.6.3" ]
Expand Down
Loading