8000 Use ephemeral runners for linux nightly builds (#134367) (#134492) · pytorch/pytorch@3675fc5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3675fc5

Browse files
authored
Use ephemeral runners for linux nightly builds (#134367) (#134492)
* Use ephemeral runners for linux nightly builds (#134367) Should be landed with pytorch/test-infra#5590 Pull Request resolved: #134367 Approved by: https://github.com/kit1980, https://github.com/malfet, https://github.com/seemethere * fix_conda_nightly * regenerate
1 parent 920c023 commit 3675fc5

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

.github/actionlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ self-hosted-runner:
1111
- linux.4xlarge
1212
- linux.12xlarge
1313
- linux.24xlarge
14+
- linux.24xlarge.ephemeral
1415
- linux.arm64.2xlarge
1516
- linux.4xlarge.nvidia.gpu
1617
- linux.8xlarge.nvidia.gpu

.github/templates/linux_binary_build_workflow.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
runs_on: linux.s390x
6565
ALPINE_IMAGE: "docker.io/s390x/alpine"
6666
{%- elif "conda" in build_environment and config["gpu_arch_type"] == "cuda" %}
67-
runs_on: linux.24xlarge
67+
runs_on: linux.24xlarge.ephemeral
6868
{%- endif %}
6969
build_name: !{{ config["build_name"] }}
7070
build_environment: !{{ build_environment }}

.github/workflows/_binary-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
description: The build environment
1414
runs_on:
1515
required: false
16-
default: linux.12xlarge
16+
default: linux.12xlarge.ephemeral
1717
type: string
1818
description: Hardware to run this "build"job on, linux.12xlarge or linux.arm64.2xlarge.
1919
timeout-minutes:

.github/workflows/generated-linux-binary-conda-nightly.yml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0