From 55a54b94dbfdb213c0d755ffb21b982ce2623ddc Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Mon, 18 Nov 2024 11:08:47 +0000 Subject: [PATCH 1/3] Rely on release/2.5 branch - again --- .github/workflows/docs.yaml | 4 ++-- .github/workflows/linux_cuda_wheel.yaml | 4 ++-- .github/workflows/linux_wheel.yaml | 4 ++-- .github/workflows/macos_wheel.yaml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ab2e94ccc..abaa2c1e5 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -20,7 +20,7 @@ jobs: package-type: wheel os: linux test-infra-repository: pytorch/test-infra - test-infra-ref: main + test-infra-ref: release/2.5 with-cpu: disable with-xpu: disable with-rocm: disable @@ -36,7 +36,7 @@ jobs: repository: pytorch/torchcodec ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: main + test-infra-ref: release/2.5 build-matrix: ${{ needs.generate-matrix.outputs.matrix }} post-script: packaging/post_build_script.sh smoke-test-script: packaging/fake_smoke_test.py diff --git a/.github/workflows/linux_cuda_wheel.yaml b/.github/workflows/linux_cuda_wheel.yaml index d3ee6498c..9fd03457b 100644 --- a/.github/workflows/linux_cuda_wheel.yaml +++ b/.github/workflows/linux_cuda_wheel.yaml @@ -30,7 +30,7 @@ jobs: package-type: wheel os: linux test-infra-repository: pytorch/test-infra - test-infra-ref: main + test-infra-ref: release/2.5 with-cpu: disable with-xpu: disable with-rocm: disable @@ -46,7 +46,7 @@ jobs: repository: pytorch/torchcodec ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: main + test-infra-ref: release/2.5 build-matrix: ${{ needs.generate-matrix.outputs.matrix }} post-script: packaging/post_build_script.sh smoke-test-script: packaging/fake_smoke_test.py diff --git a/.github/workflows/linux_wheel.yaml b/.github/workflows/linux_wheel.yaml index 190754c6e..8e66ddb6d 100644 --- a/.github/workflows/linux_wheel.yaml +++ b/.github/workflows/linux_wheel.yaml @@ -31,7 +31,7 @@ jobs: package-type: wheel os: linux test-infra-repository: pytorch/test-infra - test-infra-ref: main + test-infra-ref: release/2.5 with-xpu: disable with-rocm: disable with-cuda: disable @@ -47,7 +47,7 @@ jobs: repository: pytorch/torchcodec ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: main + test-infra-ref: release/2.5 build-matrix: ${{ needs.generate-matrix.outputs.matrix }} post-script: packaging/post_build_script.sh smoke-test-script: packaging/fake_smoke_test.py diff --git a/.github/workflows/macos_wheel.yaml b/.github/workflows/macos_wheel.yaml index 79572155f..9f7579a03 100644 --- a/.github/workflows/macos_wheel.yaml +++ b/.github/workflows/macos_wheel.yaml @@ -31,7 +31,7 @@ jobs: package-type: wheel os: macos-arm64 test-infra-repository: pytorch/test-infra - test-infra-ref: main + test-infra-ref: release/2.5 with-xpu: disable with-rocm: disable with-cuda: disable @@ -47,7 +47,7 @@ jobs: repository: pytorch/torchcodec ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: main + test-infra-ref: release/2.5 build-matrix: ${{ needs.generate-matrix.outputs.matrix }} post-script: packaging/post_build_script.sh smoke-test-script: packaging/fake_smoke_test.py @@ -62,7 +62,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.9'] + python-version: ['3.9', '3.10', '3.11', '3.12'] ffmpeg-version-for-tests: ['4.4.2', '5.1.2', '6.1.1', '7.0.1'] needs: build steps: From b43167f3141d9db2499e3f85ec392569c5462c64 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Mon, 18 Nov 2024 11:38:27 +0000 Subject: [PATCH 2/3] ??????? --- .github/workflows/macos_wheel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_wheel.yaml b/.github/workflows/macos_wheel.yaml index 9f7579a03..99b12d3f0 100644 --- a/.github/workflows/macos_wheel.yaml +++ b/.github/workflows/macos_wheel.yaml @@ -62,7 +62,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9'] ffmpeg-version-for-tests: ['4.4.2', '5.1.2', '6.1.1', '7.0.1'] needs: build steps: From 604e418e32f6b767cd9ff7b38728711473dbb3ef Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Mon, 18 Nov 2024 15:28:21 +0000 Subject: [PATCH 3/3] empty