Skip to content

Commit 7cedb61

Browse files
committed
[RELEASE-ONLY CHANGES] Point all main branch to release/2.2
1 parent aa5ece6 commit 7cedb61

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/actions/setup-linux/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777
echo "does=${needs}" >> $GITHUB_OUTPUT
7878
7979
- name: Install nvidia driver, nvidia-docker runtime, set GPU_FLAG
80-
uses: pytorch/test-infra/.github/actions/setup-nvidia@main
80+
uses: pytorch/test-infra/.github/actions/setup-nvidia@release/2.2
8181
if: ${{ steps.needs-nvidia-driver.outputs.does == 1 }}
8282

8383
- name: Kill any existing containers, clean up images

.github/actions/setup-miniconda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This action provides the following environment variables to use with the provide
1818
```yaml
1919
- name: Setup miniconda
2020
# You could potentially lock this down to a specific hash as well
21-
uses: pytorch/test-infra/.github/actions/setup-miniconda@main
21+
uses: /test-infra/.github/actions/setup-miniconda@release/2.2
2222
with:
2323
python_version: "3.9"
2424
- name: Can use ${CONDA_RUN}, outputs Python "3.9"

.github/workflows/build_wheels_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
# Support the use case where we need to checkout someone's fork
122122
repository: "pytorch/builder"
123-
ref: "main"
123+
ref: "release/2.2"
124124
path: builder
125125
- name: Set linux aarch64 CI
126126
if: ${{ inputs.architecture == 'aarch64' }}

.github/workflows/generate_binary_build_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
type: string
2222
test-infra-ref:
2323
description: "Test infra reference to use"
24-
default: "main"
24+
default: "release/2.2"
2525
type: string
2626
with-cuda:
2727
description: "Build with Cuda?"

.github/workflows/generate_release_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
type: string
1414
test-infra-ref:
1515
description: "Test infra reference to use"
16-
default: "main"
16+
default: "release/2.2"
1717
type: string
1818
outputs:
1919
matrix:

0 commit comments

Comments
 (0)