Skip to content

Commit 08da1bf

Browse files
authored
[Release] Rely on release/2.5 branch - again (meta-pytorch#385)
1 parent d378ca5 commit 08da1bf

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/docs.yaml

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.5
2424
with-cpu: disable
2525
with-xpu: disable
2626
with-rocm: disable
@@ -36,7 +36,7 @@ jobs:
3636
repository: pytorch/torchcodec
3737
ref: ""
3838
test-infra-repository: pytorch/test-infra
39-
test-infra-ref: main
39+
test-infra-ref: release/2.5
4040
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4141
post-script: packaging/post_build_script.sh
4242
smoke-test-script: packaging/fake_smoke_test.py

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
package-type: wheel
3131
os: linux
3232
test-infra-repository: pytorch/test-infra
33-
test-infra-ref: main
33+
test-infra-ref: release/2.5
3434
with-cpu: disable
3535
with-xpu: disable
3636
with-rocm: disable
@@ -46,7 +46,7 @@ jobs:
4646
repository: pytorch/torchcodec
4747
ref: ""
4848
test-infra-repository: pytorch/test-infra
49-
test-infra-ref: main
49+
test-infra-ref: release/2.5
5050
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5151
post-script: packaging/post_build_script.sh
5252
smoke-test-script: packaging/fake_smoke_test.py

.github/workflows/linux_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
package-type: wheel
3232
os: linux
3333
test-infra-repository: pytorch/test-infra
34-
test-infra-ref: main
34+
test-infra-ref: release/2.5
3535
with-xpu: disable
3636
with-rocm: disable
3737
with-cuda: disable
@@ -47,7 +47,7 @@ jobs:
4747
repository: pytorch/torchcodec
4848
ref: ""
4949
test-infra-repository: pytorch/test-infra
50-
test-infra-ref: main
50+
test-infra-ref: release/2.5
5151
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5252
post-script: packaging/post_build_script.sh
5353
smoke-test-script: packaging/fake_smoke_test.py

.github/workflows/macos_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
package-type: wheel
3232
os: macos-arm64
3333
test-infra-repository: pytorch/test-infra
34-
test-infra-ref: main
34+
test-infra-ref: release/2.5
3535
with-xpu: disable
3636
with-rocm: disable
3737
with-cuda: disable
@@ -47,7 +47,7 @@ jobs:
4747
repository: pytorch/torchcodec
4848
ref: ""
4949
test-infra-repository: pytorch/test-infra
50-
test-infra-ref: main
50+
test-infra-ref: release/2.5
5151
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5252
post-script: packaging/post_build_script.sh
5353
smoke-test-script: packaging/fake_smoke_test.py

0 commit comments

Comments
 (0)