Skip to content

Commit 299b90e

Browse files
committed
[Release-only] Pin test-infra branch to release/2.1
1 parent 48df844 commit 299b90e

8 files changed

+16
-16
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
package-type: conda
2121
os: linux
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.1
2424
with-cuda: disable
2525
build:
2626
needs: generate-matrix
@@ -41,7 +41,7 @@ jobs:
4141
repository: ${{ matrix.repository }}
4242
ref: ""
4343
test-infra-repository: pytorch/test-infra
44-
test-infra-ref: main
44+
test-infra-ref: release/2.1
4545
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4646
pre-script: ${{ matrix.pre-script }}
4747
post-script: ${{ matrix.post-script }}

.github/workflows/build-conda-m1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
package-type: conda
2121
os: macos-arm64
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.1
2424
build:
2525
needs: generate-matrix
2626
strategy:
@@ -40,7 +40,7 @@ jobs:
4040
repository: ${{ matrix.repository }}
4141
ref: ""
4242
test-infra-repository: pytorch/test-infra
43-
test-infra-ref: main
43+
test-infra-ref: release/2.1
4444
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4545
pre-script: ${{ matrix.pre-script }}
4646
post-script: ${{ matrix.post-script }}

.github/workflows/build-conda-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
package-type: conda
2121
os: macos
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.1
2424
build:
2525
needs: generate-matrix
2626
strategy:
@@ -40,7 +40,7 @@ jobs:
4040
repository: ${{ matrix.repository }}
4141
ref: ""
4242
test-infra-repository: pytorch/test-infra
43-
test-infra-ref: main
43+
test-infra-ref: release/2.1
4444
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4545
pre-script: ${{ matrix.pre-script }}
4646
post-script: ${{ matrix.post-script }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
package-type: conda
2121
os: windows
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.1
2424
with-cuda: disable
2525
build:
2626
needs: generate-matrix
@@ -41,7 +41,7 @@ jobs:
4141
repository: ${{ matrix.repository }}
4242
ref: ""
4343
test-infra-repository: pytorch/test-infra
44-
test-infra-ref: main
44+
test-infra-ref: release/2.1
4545
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4646
pre-script: ${{ matrix.pre-script }}
4747
post-script: ${{ matrix.post-script }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
package-type: wheel
2121
os: linux
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.1
2424
with-cuda: disable
2525
with-rocm: disable
2626
build:
@@ -40,7 +40,7 @@ jobs:
4040
repository: ${{ matrix.repository }}
4141
ref: ""
4242
test-infra-repository: pytorch/test-infra
43-
test-infra-ref: main
43+
test-infra-ref: release/2.1
4444
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4545
pre-script: ${{ matrix.pre-script }}
4646
post-script: ${{ matrix.post-script }}

.github/workflows/build-wheels-m1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
package-type: wheel
2121
os: macos-arm64
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.1
2424
build:
2525
needs: generate-matrix
2626
strategy:
@@ -38,7 +38,7 @@ jobs:
3838
repository: ${{ matrix.repository }}
3939
ref: ""
4040
test-infra-repository: pytorch/test-infra
41-
test-infra-ref: main
41+
test-infra-ref: release/2.1
4242
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4343
pre-script: ${{ matrix.pre-script }}
4444
post-script: ${{ matrix.post-script }}

.github/workflows/build-wheels-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
package-type: wheel
2121
os: macos
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.1
2424
build:
2525
needs: generate-matrix
2626
strategy:
@@ -38,7 +38,7 @@ jobs:
3838
repository: ${{ matrix.repository }}
3939
ref: ""
4040
test-infra-repository: pytorch/test-infra
41-
test-infra-ref: main
41+
test-infra-ref: release/2.1
4242
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4343
pre-script: ${{ matrix.pre-script }}
4444
post-script: ${{ matrix.post-script }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
package-type: wheel
2121
os: windows
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.1
2424
with-cuda: disable
2525
build:
2626
needs: generate-matrix
@@ -40,7 +40,7 @@ jobs:
4040
repository: ${{ matrix.repository }}
4141
ref: ""
4242
test-infra-repository: pytorch/test-infra
43-
test-infra-ref: main
43+
test-infra-ref: release/2.1
4444
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4545
pre-script: ${{ matrix.pre-script }}
4646
env-script: ${{ matrix.env-script }}

0 commit comments

Comments
 (0)