Skip to content

Commit 749b9e3

Browse files
committed
[RELEASE-ONLY CHANGES] Branch Cut for Release 2.7
1 parent f0119e7 commit 749b9e3

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/build-windows-ami.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
role-to-assume: arn:aws:iam::391835788720:role/gha-packer-role
3737

3838
- name: Setup Packer
39-
uses: hashicorp/setup-packer@main
39+
uses: hashicorp/setup-packer@release/2.7
4040
with:
4141
version: ${{ env.PACKER_VERSION }}
4242

.github/workflows/build_wheels_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
ref: ${{ inputs.test-infra-ref }}
154154
path: test-infra
155155

156-
- uses: atalman/checkout-action@main
156+
- uses: atalman/checkout-action@release/2.7
157157
if: ${{ env.IS_MANYLINUX2_28 == 'false' }}
158158
with:
159159
repository: ${{ inputs.test-infra-repository }}

.github/workflows/linux_job_v2.yml

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

166166
- name: Setup ROCM
167-
uses: pytorch/pytorch/.github/actions/setup-rocm@main
167+
uses: pytorch/pytorch/.github/actions/setup-rocm@release/2.7
168168
if: ${{ inputs.gpu-arch-type == 'rocm' }}
169169

170170
- name: Setup SSH

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

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

9292
jobs:
9393
generate-aarch64-linux-matrix:
94-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
94+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.7
9595
with:
9696
package-type: wheel
9797
os: linux-aarch64
@@ -104,7 +104,7 @@ jobs:
104104
strategy:
105105
matrix: ${{ fromJson(needs.generate-aarch64-linux-matrix.outputs.matrix) }}
106106
fail-fast: false
107-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
107+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.7
108108
name: ${{ matrix.build_name }}
109109
with:
110110
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.7
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.7
77
on:
88
workflow_call:
99
inputs:

.github/workflows/windows-ami-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Setup `packer`
26-
uses: hashicorp/setup-packer@main
26+
uses: hashicorp/setup-packer@release/2.7
2727
id: packer-setup
2828
with:
2929
version: ${{ env.PACKER_VERSION }}

0 commit comments

Comments
 (0)