Skip to content

Commit 37d029f

Browse files
authored
Release branch: rely on release/2.5 jobs from test-infra (#373)
1 parent dae30f1 commit 37d029f

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/build_ffmpeg.yaml

Lines changed: 2 additions & 2 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.yml@main
31+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.5
3232
with:
3333
job-name: Build
3434
upload-artifact: ffmpeg-lgpl
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
ffmpeg-version: ["4.4.4", "5.1.4", "6.1.1", "7.0.1"]
53-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
53+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.5
5454
with:
5555
job-name: Build
5656
upload-artifact: ffmpeg-lgpl

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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.5
1919
with:
2020
package-type: wheel
2121
os: linux
@@ -31,7 +31,7 @@ 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.5
3535
with:
3636
repository: pytorch/torchcodec
3737
ref: ""
@@ -70,7 +70,7 @@ jobs:
7070
name: pytorch_torchcodec__3.9_cu${{ env.cuda_version_without_periods }}_x86_64
7171
path: pytorch/torchcodec/dist/
7272
- name: Setup miniconda using test-infra
73-
uses: pytorch/test-infra/.github/actions/setup-miniconda@main
73+
uses: pytorch/test-infra/.github/actions/setup-miniconda@release/2.5
7474
with:
7575
python-version: ${{ matrix.python-version }}
7676
#

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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.5
2929
with:
3030
package-type: wheel
3131
os: linux
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
name: Build and Upload wheel
44-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
44+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.5
4545
with:
4646
repository: pytorch/torchcodec
4747
ref: ""
@@ -82,7 +82,7 @@ jobs:
8282
name: pytorch_torchcodec__3.9_cu${{ env.cuda_version_without_periods }}_x86_64
8383
path: pytorch/torchcodec/dist/
8484
- name: Setup miniconda using test-infra
85-
uses: pytorch/test-infra/.github/actions/setup-miniconda@main
85+
uses: pytorch/test-infra/.github/actions/setup-miniconda@release/2.5
8686
with:
8787
python-version: ${{ matrix.python-version }}
8888
#

.github/workflows/linux_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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.5
3030
with:
3131
package-type: wheel
3232
os: linux
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
name: Build and Upload Linux 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.5
4646
with:
4747
repository: pytorch/torchcodec
4848
ref: ""

.github/workflows/macos_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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.5
3030
with:
3131
package-type: wheel
3232
os: macos-arm64
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
name: Build and Upload Mac wheel
45-
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
45+
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.5
4646
with:
4747
repository: pytorch/torchcodec
4848
ref: ""

0 commit comments

Comments
 (0)