File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 9191
9292jobs :
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 }}
Original file line number Diff line number Diff 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
99on :
Original file line number Diff line number Diff 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
77on :
88 workflow_call :
99 inputs :
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments