8000 Use ephemeral runners for linux nightly builds (#134367) by atalman · Pull Request #134492 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

Use ephemeral runners for linux nightly builds (#134367) #134492

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

Merged
merged 3 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Use ephemeral runners for linux nightly builds (#134367)
  • Loading branch information
atalman committed Aug 26, 2024
commit 7e377ff8ed23f771e0644df90e13bf86ae033c28
1 change: 1 addition & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ self-hosted-runner:
- linux.4xlarge
- linux.12xlarge
- linux.24xlarge
- linux.24xlarge.ephemeral
- linux.arm64.2xlarge
- linux.4xlarge.nvidia.gpu
- linux.8xlarge.nvidia.gpu
Expand Down
2 changes: 1 addition & 1 deletion .github/templates/linux_binary_build_workflow.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
runs_on: linux.s390x
ALPINE_IMAGE: "docker.io/s390x/alpine"
{%- elif "conda" in build_environment and config["gpu_arch_type"] == "cuda" %}
runs_on: linux.24xlarge
runs_on: linux.24xlarge.ephemeral
{%- endif %}
build_name: !{{ config["build_name"] }}
build_environment: !{{ build_environment }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_binary-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
description: The build environment
runs_on:
required: false
default: linux.12xlarge
default: linux.12xlarge.ephemeral
type: string
description: Hardware to run this "build"job on, linux.12xlarge or linux.arm64.2xlarge.
timeout-minutes:
Expand Down
60 changes: 60 additions & 0 deletions .github/workflows/generated-linux-binary-conda-nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0