Skip to content

Commit 505a788

Browse files
author
Daniel Flores
committed
update to release 2.9
1 parent dcb1aef commit 505a788

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

.github/workflows/docs.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ defaults:
1515

1616
jobs:
1717
generate-matrix:
18-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.8
18+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.9
1919
with:
2020
package-type: wheel
2121
os: linux
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: release/2.8
23+
test-infra-ref: release/2.9
2424
with-cpu: disable
2525
with-xpu: disable
2626
with-rocm: disable
@@ -32,12 +32,12 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
name: Build and Upload wheel
35-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.8
35+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.9
3636
with:
3737
repository: meta-pytorch/torchcodec
3838
ref: ""
3939
test-infra-repository: pytorch/test-infra
40-
test-infra-ref: release/2.8
40+
test-infra-ref: release/2.9
4141
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4242
pre-script: packaging/pre_build_script.sh
4343
post-script: packaging/post_build_script.sh
@@ -74,7 +74,7 @@ jobs:
7474
name: meta-pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64
7575
path: pytorch/torchcodec/dist/
7676
- name: Setup miniconda using test-infra
77-
uses: pytorch/test-infra/.github/actions/setup-miniconda@release/2.8
77+
uses: pytorch/test-infra/.github/actions/setup-miniconda@release/2.9
7878
with:
7979
python-version: ${{ matrix.python-version }}
8080
# We install conda packages at the start because otherwise conda may have conflicts with dependencies.

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ defaults:
2525

2626
jobs:
2727
generate-matrix:
28-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.8
28+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.9
2929
with:
3030
package-type: wheel
3131
os: linux
3232
test-infra-repository: pytorch/test-infra
33-
test-infra-ref: release/2.8
33+
test-infra-ref: release/2.9
3434
with-cpu: disable
3535
with-xpu: disable
3636
with-rocm: disable
@@ -42,12 +42,12 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
name: Build and Upload wheel
45-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.8
45+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.9
4646
with:
4747
repository: meta-pytorch/torchcodec
4848
ref: ""
4949
test-infra-repository: pytorch/test-infra
50-
test-infra-ref: release/2.8
50+
test-infra-ref: release/2.9
5151
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5252
pre-script: packaging/pre_build_script.sh
5353
post-script: packaging/post_build_script.sh
@@ -86,7 +86,7 @@ jobs:
8686
name: meta-pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64
8787
path: pytorch/torchcodec/dist/
8888
- name: Setup miniconda using test-infra
89-
uses: pytorch/test-infra/.github/actions/setup-miniconda@release/2.8
89+
uses: pytorch/test-infra/.github/actions/setup-miniconda@release/2.9
9090
with:
9191
python-version: ${{ matrix.python-version }}
9292
# We install conda packages at the start because otherwise conda may have conflicts with dependencies.

.github/workflows/linux_wheel.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ defaults:
2626
jobs:
2727

2828
generate-matrix:
29-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.8
29+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.9
3030
with:
3131
package-type: wheel
3232
os: linux
3333
test-infra-repository: pytorch/test-infra
34-
test-infra-ref: release/2.8
34+
test-infra-ref: release/2.9
3535
with-xpu: disable
3636
with-rocm: disable
3737
with-cuda: disable
@@ -43,12 +43,12 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
name: Build and Upload Linux wheel
46-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.8
46+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.9
4747
with:
4848
repository: meta-pytorch/torchcodec
4949
ref: ""
5050
test-infra-repository: pytorch/test-infra
51-
test-infra-ref: release/2.8
51+
test-infra-ref: release/2.9
5252
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5353
pre-script: packaging/pre_build_script.sh
5454
post-script: packaging/post_build_script.sh

.github/workflows/macos_wheel.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ defaults:
2626
jobs:
2727

2828
generate-matrix:
29-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.8
29+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.9
3030
with:
3131
package-type: wheel
3232
os: macos-arm64
3333
test-infra-repository: pytorch/test-infra
34-
test-infra-ref: release/2.8
34+
test-infra-ref: release/2.9
3535
with-xpu: disable
3636
with-rocm: disable
3737
with-cuda: disable
@@ -43,12 +43,12 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
name: Build and Upload Mac wheel
46-
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.8
46+
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.9
4747
with:
4848
repository: meta-pytorch/torchcodec
4949
ref: ""
5050
test-infra-repository: pytorch/test-infra
51-
test-infra-ref: release/2.8
51+
test-infra-ref: release/2.9
5252
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5353
pre-script: packaging/pre_build_script.sh
5454
post-script: packaging/post_build_script.sh

.github/workflows/windows_wheel.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ defaults:
2626
jobs:
2727

2828
generate-matrix:
29-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.8
29+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.9
3030
with:
3131
package-type: wheel
3232
os: windows
3333
test-infra-repository: pytorch/test-infra
34-
test-infra-ref: release/2.8
34+
test-infra-ref: release/2.9
3535
with-xpu: disable
3636
with-rocm: disable
3737
with-cuda: disable
@@ -44,12 +44,12 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
name: Build and Upload Windows wheel
47-
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.8
47+
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.9
4848
with:
4949
repository: meta-pytorch/torchcodec
5050
ref: ""
5151
test-infra-repository: pytorch/test-infra
52-
test-infra-ref: release/2.8
52+
test-infra-ref: release/2.9
5353
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5454
pre-script: packaging/pre_build_script.sh
5555
# post-script: packaging/post_build_script.sh TODO: consider enabling post-build checks for Windows

0 commit comments

Comments
 (0)