Skip to content

Commit af80514

Browse files
committed
[RELEASE-ONLY CHANGES] Branch Cut for Release 2.11
1 parent 4d0ed9f commit af80514

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/linux_job_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
if: ${{ inputs.gpu-arch-type != 'rocm' }}
180180

181181
- name: Setup ROCM
182-
uses: pytorch/pytorch/.github/actions/setup-rocm@main
182+
uses: pytorch/pytorch/.github/actions/setup-rocm@release/2.11
183183
if: ${{ inputs.gpu-arch-type == 'rocm' }}
184184

185185
- name: Setup SSH

.github/workflows/validate-aarch64-linux-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ on:
101101

102102
jobs:
103103
generate-aarch64-linux-matrix:
104-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
104+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.11
105105
with:
106106
package-type: wheel
107107
os: linux-aarch64
@@ -115,7 +115,7 @@ jobs:
115115
strategy:
116116
matrix: ${{ fromJson(needs.generate-aarch64-linux-matrix.outputs.matrix) }}
117117
fail-fast: false
118-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
118+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.11
119119
name: ${{ matrix.build_name }}
120120
with:
121121
runner: ${{ matrix.validation_runner }}

.github/workflows/validate-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Validate binaries
33
# A reusable workflow that triggers a set of jobs that perform a smoke test / validation of pytorch binaries.
44
# Optionally restricts validation to the specified OS and channel.
55
# For the details about parameter values, see:
6-
# pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
6+
# pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.11
77
# For an example of the `workflow_call` usage see:
88
# https://github.com/pytorch/builder/pull/1144
99
on:

.github/workflows/validate-domain-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Validate domain libary
33
# A reusable workflow that triggers a set of jobs that perform a smoke test / validation of pytorch binaries.
44
# Optionally restricts validation to the specified OS and channel.
55
# For the details about parameter values, see:
6-
# pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
6+
# pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.11
77
on:
88
workflow_call:
99
inputs:

0 commit comments

Comments
 (0)