Skip to content

Commit abc720e

Browse files
author
Daniel Flores
committed
change main to release/2.8
1 parent 15efcf7 commit abc720e

File tree

6 files changed

+28
-28
lines changed

6 files changed

+28
-28
lines changed

.github/workflows/build_ffmpeg.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
ffmpeg-version: ["4.4.4", "5.1.4", "6.1.1", "7.0.1"]
31-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
31+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.8
3232
permissions:
3333
id-token: write
3434
contents: read
@@ -53,7 +53,7 @@ jobs:
5353
fail-fast: false
5454
matrix:
5555
ffmpeg-version: ["4.4.4", "5.1.4", "6.1.1", "7.0.1"]
56-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
56+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.8
5757
with:
5858
job-name: Build
5959
upload-artifact: ffmpeg-lgpl-macos-${{ matrix.ffmpeg-version }}
@@ -76,7 +76,7 @@ jobs:
7676
fail-fast: false
7777
matrix:
7878
ffmpeg-version: ["4.4.4", "5.1.4", "6.1.1", "7.0.1"]
79-
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
79+
uses: pytorch/test-infra/.github/workflows/windows_job.yml@release/2.8
8080
with:
8181
job-name: Build
8282
upload-artifact: ffmpeg-lgpl-windows_x86_64-${{ matrix.ffmpeg-version }}

.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@main
18+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.8
1919
with:
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.8
2424
with-cpu: disable
2525
with-xpu: disable
2626
with-rocm: disable
@@ -31,12 +31,12 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
name: Build and Upload wheel
34-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
34+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.8
3535
with:
3636
repository: meta-pytorch/torchcodec
3737
ref: ""
3838
test-infra-repository: pytorch/test-infra
39-
test-infra-ref: main
39+
test-infra-ref: release/2.8
4040
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4141
pre-script: packaging/pre_build_script.sh
4242
post-script: packaging/post_build_script.sh
@@ -73,7 +73,7 @@ jobs:
7373
name: meta-pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64
7474
path: pytorch/torchcodec/dist/
7575
- name: Setup miniconda using test-infra
76-
uses: pytorch/test-infra/.github/actions/setup-miniconda@main
76+
uses: pytorch/test-infra/.github/actions/setup-miniconda@release/2.8
7777
with:
7878
python-version: ${{ matrix.python-version }}
7979
# 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@main
28+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.8
2929
with:
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.8
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@main
45+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.8
4646
with:
4747
repository: meta-pytorch/torchcodec
4848
ref: ""
4949
test-infra-repository: pytorch/test-infra
50-
test-infra-ref: main
50+
test-infra-ref: release/2.8
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@main
89+
uses: pytorch/test-infra/.github/actions/setup-miniconda@release/2.8
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: 5 additions & 5 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@main
29+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.8
3030
with:
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.8
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@main
46+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.8
4747
with:
4848
repository: meta-pytorch/torchcodec
4949
ref: ""
5050
test-infra-repository: pytorch/test-infra
51-
test-infra-ref: main
51+
test-infra-ref: release/2.8
5252
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5353
pre-script: packaging/pre_build_script.sh
5454
post-script: packaging/post_build_script.sh
@@ -82,7 +82,7 @@ jobs:
8282
run: python -m pip install --upgrade pip
8383
- name: Install PyTorch
8484
run: |
85-
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
85+
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
8686
- name: Install torchcodec from the wheel
8787
run: |
8888
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`

.github/workflows/macos_wheel.yaml

Lines changed: 5 additions & 5 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@main
29+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.8
3030
with:
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.8
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@main
46+
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.8
4747
with:
4848
repository: meta-pytorch/torchcodec
4949
ref: ""
5050
test-infra-repository: pytorch/test-infra
51-
test-infra-ref: main
51+
test-infra-ref: release/2.8
5252
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5353
pre-script: packaging/pre_build_script.sh
5454
post-script: packaging/post_build_script.sh
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Install PyTorch
8989
run: |
90-
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
90+
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
9191
9292
- name: Install torchcodec from the wheel
9393
run: |

.github/workflows/windows_wheel.yaml

Lines changed: 5 additions & 5 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@main
29+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.8
3030
with:
3131
package-type: wheel
3232
os: windows
3333
test-infra-repository: pytorch/test-infra
34-
test-infra-ref: main
34+
test-infra-ref: release/2.8
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@main
47+
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.8
4848
with:
4949
repository: meta-pytorch/torchcodec
5050
ref: ""
5151
test-infra-repository: pytorch/test-infra
52-
test-infra-ref: main
52+
test-infra-ref: release/2.8
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
@@ -89,7 +89,7 @@ jobs:
8989
run: python -m pip install --upgrade pip
9090
- name: Install PyTorch
9191
run: |
92-
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
92+
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
9393
- name: Install torchcodec from the wheel
9494
run: |
9595
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`

0 commit comments

Comments
 (0)