Skip to content

Commit 63edafc

Browse files
committed
Test all CI jobs
1 parent 54c4091 commit 63edafc

7 files changed

Lines changed: 16 additions & 16 deletions

.github/workflows/linux_aarch64_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
python-version: ['3.10']
67-
ffmpeg-version-for-tests: ['7']
66+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
67+
ffmpeg-version-for-tests: ['4', '5', '6', '7', '8']
6868
needs: build
6969
steps:
7070
- name: Check out repo

.github/workflows/linux_cuda_aarch64_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
python-version: ['3.10']
66-
cuda-version: ['12.6']
65+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
66+
cuda-version: ['12.6', '13.0', '13.2']
6767
ffmpeg-version-for-tests: ['4', '5', '6', '7', '8']
6868
container:
6969
image: "pytorch/manylinuxaarch64-builder:cuda${{ matrix.cuda-version }}"

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ jobs:
6666
# PR.
6767
# For the actual release we should add that label and change this to
6868
# include more python versions.
69-
python-version: ['3.10']
69+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
7070
# We test against 12.6 and 13.0 to avoid having too big of a CI matrix,
7171
# but for releases we should add 12.8.
72-
cuda-version: ['12.6', '13.0']
72+
cuda-version: ['12.6', '13.0', '13.2']
7373
# TODO: put back ffmpeg 5 https://github.com/pytorch/torchcodec/issues/325
74-
ffmpeg-version-for-tests: ['4', '6', '7', '8']
74+
ffmpeg-version-for-tests: ['4', '5', '6', '7', '8']
7575

7676
container:
7777
image: "pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}"

.github/workflows/linux_wheel.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
python-version: ['3.10']
66+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
6767
ffmpeg-version-for-tests: ['4', '5', '6', '7', '8']
6868
needs: build
6969
steps:
@@ -114,8 +114,8 @@ jobs:
114114
strategy:
115115
fail-fast: false
116116
matrix:
117-
python-version: ['3.10']
118-
ffmpeg-version-for-tests: ['8']
117+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
118+
ffmpeg-version-for-tests: ['4', '5', '6', '7', '8']
119119
needs: build
120120
steps:
121121
- name: Check out repo

.github/workflows/macos_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
fail-fast: false
6767
matrix:
68-
python-version: ['3.10']
68+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
6969
ffmpeg-version-for-tests: ['4', '5', '6', '7', '8']
7070
needs: build
7171
steps:

.github/workflows/windows_cuda_wheel.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
# PR.
7474
# For the actual release we should add that label and change this to
7575
# include more python versions.
76-
python-version: ['3.10']
77-
cuda-version: ['12.6', '13.0']
76+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
77+
cuda-version: ['12.6', '13.0', '13.2']
7878
# TODO: FFmpeg 5 on Windows segfaults in avcodec_open2() when passing
7979
# bad parameters.
8080
# See https://github.com/pytorch/torchcodec/pull/806
81-
ffmpeg-version-for-tests: ['4', '6', '7', '8']
81+
ffmpeg-version-for-tests: ['4', '5', '6', '7', '8']
8282
needs: build
8383
steps:
8484
- name: Setup env vars

.github/workflows/windows_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
python-version: ['3.10']
70+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
7171
# TODO: FFmpeg 5 on Windows segfaults in avcodec_open2() when passing
7272
# bad parameters.
7373
# See https://github.com/pytorch/torchcodec/pull/806
74-
ffmpeg-version-for-tests: ['4', '6', '7', '8']
74+
ffmpeg-version-for-tests: ['4', '5', '6', '7', '8']
7575
needs: build
7676
steps:
7777
- name: Check out repo

0 commit comments

Comments
 (0)