Commit 14714f29 authored by Andrey Talman's avatar Andrey Talman Committed by Facebook GitHub Bot
Browse files

Remove linux wheel from circleci (#2714)

Summary:
Remove linux wheel from circleci

Pull Request resolved: https://github.com/pytorch/audio/pull/2714

Reviewed By: weiwangmeta

Differential Revision: D39816121

Pulled By: atalman

fbshipit-source-id: a3c99b530896888d7b4271d8b3f27f3c986b3480
parent ce08f8d2
......@@ -241,28 +241,6 @@ jobs:
paths:
- ffmpeg
# binary_linux_wheel:
# <<: *binary_common
# docker:
# - image: << parameters.wheel_docker_image >>
# resource_class: 2xlarge+
# steps:
# - checkout
# - attach_workspace:
# at: third_party
# - run:
# command: |
# export FFMPEG_ROOT=${PWD}/third_party/ffmpeg
# packaging/build_wheel.sh
# environment:
# USE_FFMPEG: true
# - store_artifacts:
# path: dist
# - persist_to_workspace:
# root: dist
# paths:
# - "*"
binary_linux_conda:
<<: *binary_common
docker:
......@@ -917,326 +895,6 @@ workflows:
python_version: foo
requires:
- download_third_parties
# - binary_linux_wheel:
# cuda_version: cpu
# name: binary_linux_wheel_py3.7_cpu
# python_version: '3.7'
# requires:
# - build_ffmpeg_linux
# - smoke_test_linux_pip:
# cuda_version: cpu
# name: binary_linux_wheel_py3.7_cpu_smoke_test_pip
# python_version: '3.7'
# requires:
# - binary_linux_wheel_py3.7_cpu
# - binary_linux_wheel:
# cuda_version: cu102
# name: binary_linux_wheel_py3.7_cu102
# python_version: '3.7'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda102
# - smoke_test_linux_pip:
# cuda_version: cu102
# name: binary_linux_wheel_py3.7_cu102_smoke_test_pip
# python_version: '3.7'
# requires:
# - binary_linux_wheel_py3.7_cu102
# - binary_linux_wheel:
# cuda_version: cu116
# name: binary_linux_wheel_py3.7_cu116
# python_version: '3.7'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda116
# - smoke_test_linux_pip:
# cuda_version: cu116
# name: binary_linux_wheel_py3.7_cu116_smoke_test_pip
# python_version: '3.7'
# requires:
# - binary_linux_wheel_py3.7_cu116
# - binary_linux_wheel:
# cuda_version: cu117
# name: binary_linux_wheel_py3.7_cu117
# python_version: '3.7'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda117
# - smoke_test_linux_pip:
# cuda_version: cu117
# name: binary_linux_wheel_py3.7_cu117_smoke_test_pip
# python_version: '3.7'
# requires:
# - binary_linux_wheel_py3.7_cu117
# - binary_linux_wheel:
# cuda_version: rocm5.0
# name: binary_linux_wheel_py3.7_rocm5.0
# python_version: '3.7'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-rocm:5.0
# - smoke_test_linux_pip:
# cuda_version: rocm5.0
# name: binary_linux_wheel_py3.7_rocm5.0_smoke_test_pip
# python_version: '3.7'
# requires:
# - binary_linux_wheel_py3.7_rocm5.0
# - binary_linux_wheel:
# cuda_version: rocm5.1.1
# name: binary_linux_wheel_py3.7_rocm5.1.1
# python_version: '3.7'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-rocm:5.1.1
# - smoke_test_linux_pip:
# cuda_version: rocm5.1.1
# name: binary_linux_wheel_py3.7_rocm5.1.1_smoke_test_pip
# python_version: '3.7'
# requires:
# - binary_linux_wheel_py3.7_rocm5.1.1
# - binary_linux_wheel:
# cuda_version: cpu
# filters:
# branches:
# only:
# - /.*/
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: binary_linux_wheel_py3.8_cpu
# python_version: '3.8'
# requires:
# - build_ffmpeg_linux
# - smoke_test_linux_pip:
# cuda_version: cpu
# filters:
# branches:
# only:
# - /.*/
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: binary_linux_wheel_py3.8_cpu_smoke_test_pip
# python_version: '3.8'
# requires:
# - binary_linux_wheel_py3.8_cpu
# - binary_linux_wheel:
# cuda_version: cu102
# name: binary_linux_wheel_py3.8_cu102
# python_version: '3.8'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda102
# - smoke_test_linux_pip:
# cuda_version: cu102
# name: binary_linux_wheel_py3.8_cu102_smoke_test_pip
# python_version: '3.8'
# requires:
# - binary_linux_wheel_py3.8_cu102
# - binary_linux_wheel:
# cuda_version: cu116
# name: binary_linux_wheel_py3.8_cu116
# python_version: '3.8'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda116
# - smoke_test_linux_pip:
# cuda_version: cu116
# name: binary_linux_wheel_py3.8_cu116_smoke_test_pip
# python_version: '3.8'
# requires:
# - binary_linux_wheel_py3.8_cu116
# - binary_linux_wheel:
# cuda_version: cu117
# name: binary_linux_wheel_py3.8_cu117
# python_version: '3.8'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda117
# - smoke_test_linux_pip:
# cuda_version: cu117
# name: binary_linux_wheel_py3.8_cu117_smoke_test_pip
# python_version: '3.8'
# requires:
# - binary_linux_wheel_py3.8_cu117
# - binary_linux_wheel:
# cuda_version: rocm5.0
# name: binary_linux_wheel_py3.8_rocm5.0
# python_version: '3.8'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-rocm:5.0
# - smoke_test_linux_pip:
# cuda_version: rocm5.0
# name: binary_linux_wheel_py3.8_rocm5.0_smoke_test_pip
# python_version: '3.8'
# requires:
# - binary_linux_wheel_py3.8_rocm5.0
# - binary_linux_wheel:
# cuda_version: rocm5.1.1
# name: binary_linux_wheel_py3.8_rocm5.1.1
# python_version: '3.8'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-rocm:5.1.1
# - smoke_test_linux_pip:
# cuda_version: rocm5.1.1
# name: binary_linux_wheel_py3.8_rocm5.1.1_smoke_test_pip
# python_version: '3.8'
# requires:
# - binary_linux_wheel_py3.8_rocm5.1.1
# - binary_linux_wheel:
# cuda_version: cpu
# name: binary_linux_wheel_py3.9_cpu
# python_version: '3.9'
# requires:
# - build_ffmpeg_linux
# - smoke_test_linux_pip:
# cuda_version: cpu
# name: binary_linux_wheel_py3.9_cpu_smoke_test_pip
# python_version: '3.9'
# requires:
# - binary_linux_wheel_py3.9_cpu
# - binary_linux_wheel:
# cuda_version: cu102
# name: binary_linux_wheel_py3.9_cu102
# python_version: '3.9'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda102
# - smoke_test_linux_pip:
# cuda_version: cu102
# name: binary_linux_wheel_py3.9_cu102_smoke_test_pip
# python_version: '3.9'
# requires:
# - binary_linux_wheel_py3.9_cu102
# - binary_linux_wheel:
# cuda_version: cu116
# name: binary_linux_wheel_py3.9_cu116
# python_version: '3.9'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda116
# - smoke_test_linux_pip:
# cuda_version: cu116
# name: binary_linux_wheel_py3.9_cu116_smoke_test_pip
# python_version: '3.9'
# requires:
# - binary_linux_wheel_py3.9_cu116
# - binary_linux_wheel:
# cuda_version: cu117
# name: binary_linux_wheel_py3.9_cu117
# python_version: '3.9'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda117
# - smoke_test_linux_pip:
# cuda_version: cu117
# name: binary_linux_wheel_py3.9_cu117_smoke_test_pip
# python_version: '3.9'
# requires:
# - binary_linux_wheel_py3.9_cu117
# - binary_linux_wheel:
# cuda_version: rocm5.0
# name: binary_linux_wheel_py3.9_rocm5.0
# python_version: '3.9'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-rocm:5.0
# - smoke_test_linux_pip:
# cuda_version: rocm5.0
# name: binary_linux_wheel_py3.9_rocm5.0_smoke_test_pip
# python_version: '3.9'
# requires:
# - binary_linux_wheel_py3.9_rocm5.0
# - binary_linux_wheel:
# cuda_version: rocm5.1.1
# name: binary_linux_wheel_py3.9_rocm5.1.1
# python_version: '3.9'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-rocm:5.1.1
# - smoke_test_linux_pip:
# cuda_version: rocm5.1.1
# name: binary_linux_wheel_py3.9_rocm5.1.1_smoke_test_pip
# python_version: '3.9'
# requires:
# - binary_linux_wheel_py3.9_rocm5.1.1
# - binary_linux_wheel:
# cuda_version: cpu
# name: binary_linux_wheel_py3.10_cpu
# python_version: '3.10'
# requires:
# - build_ffmpeg_linux
# - smoke_test_linux_pip:
# cuda_version: cpu
# name: binary_linux_wheel_py3.10_cpu_smoke_test_pip
# python_version: '3.10'
# requires:
# - binary_linux_wheel_py3.10_cpu
# - binary_linux_wheel:
# cuda_version: cu102
# name: binary_linux_wheel_py3.10_cu102
# python_version: '3.10'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda102
# - smoke_test_linux_pip:
# cuda_version: cu102
# name: binary_linux_wheel_py3.10_cu102_smoke_test_pip
# python_version: '3.10'
# requires:
# - binary_linux_wheel_py3.10_cu102
# - binary_linux_wheel:
# cuda_version: cu116
# name: binary_linux_wheel_py3.10_cu116
# python_version: '3.10'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda116
# - smoke_test_linux_pip:
# cuda_version: cu116
# name: binary_linux_wheel_py3.10_cu116_smoke_test_pip
# python_version: '3.10'
# requires:
# - binary_linux_wheel_py3.10_cu116
# - binary_linux_wheel:
# cuda_version: cu117
# name: binary_linux_wheel_py3.10_cu117
# python_version: '3.10'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda117
# - smoke_test_linux_pip:
# cuda_version: cu117
# name: binary_linux_wheel_py3.10_cu117_smoke_test_pip
# python_version: '3.10'
# requires:
# - binary_linux_wheel_py3.10_cu117
# - binary_linux_wheel:
# cuda_version: rocm5.0
# name: binary_linux_wheel_py3.10_rocm5.0
# python_version: '3.10'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-rocm:5.0
# - smoke_test_linux_pip:
# cuda_version: rocm5.0
# name: binary_linux_wheel_py3.10_rocm5.0_smoke_test_pip
# python_version: '3.10'
# requires:
# - binary_linux_wheel_py3.10_rocm5.0
# - binary_linux_wheel:
# cuda_version: rocm5.1.1
# name: binary_linux_wheel_py3.10_rocm5.1.1
# python_version: '3.10'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-rocm:5.1.1
# - smoke_test_linux_pip:
# cuda_version: rocm5.1.1
# name: binary_linux_wheel_py3.10_rocm5.1.1_smoke_test_pip
# python_version: '3.10'
# requires:
# - binary_linux_wheel_py3.10_rocm5.1.1
- binary_macos_wheel:
cuda_version: cpu
name: binary_macos_wheel_py3.7_cpu
......@@ -1829,11 +1487,6 @@ workflows:
python_version: '3.8'
requires:
- build_docs
# - docstring_parameters_sync:
# name: docstring_parameters_sync
# python_version: '3.8'
# requires:
# - binary_linux_wheel_py3.8_cpu
unittest:
jobs:
- download_third_parties:
......@@ -1955,890 +1608,6 @@ workflows:
python_version: foo
requires:
- download_third_parties
# - binary_linux_wheel:
# cuda_version: cpu
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_cpu
# python_version: '3.7'
# requires:
# - build_ffmpeg_linux
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_cpu_upload
# requires:
# - nightly_binary_linux_wheel_py3.7_cpu
# subfolder: cpu/
# - smoke_test_linux_pip:
# cuda_version: cpu
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_cpu_smoke_test_pip
# python_version: '3.7'
# requires:
# - nightly_binary_linux_wheel_py3.7_cpu
# - binary_linux_wheel:
# cuda_version: cu102
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_cu102
# python_version: '3.7'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda102
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_cu102_upload
# requires:
# - nightly_binary_linux_wheel_py3.7_cu102
# subfolder: cu102/
# - smoke_test_linux_pip:
# cuda_version: cu102
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_cu102_smoke_test_pip
# python_version: '3.7'
# requires:
# - nightly_binary_linux_wheel_py3.7_cu102
# - binary_linux_wheel:
# cuda_version: cu116
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_cu116
# python_version: '3.7'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda116
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_cu116_upload
# requires:
# - nightly_binary_linux_wheel_py3.7_cu116
# subfolder: cu116/
# - smoke_test_linux_pip:
# cuda_version: cu116
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_cu116_smoke_test_pip
# python_version: '3.7'
# requires:
# - nightly_binary_linux_wheel_py3.7_cu116
# - binary_linux_wheel:
# cuda_version: cu117
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_cu117
# python_version: '3.7'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda117
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_cu117_upload
# requires:
# - nightly_binary_linux_wheel_py3.7_cu117
# subfolder: cu117/
# - smoke_test_linux_pip:
# cuda_version: cu117
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_cu117_smoke_test_pip
# python_version: '3.7'
# requires:
# - nightly_binary_linux_wheel_py3.7_cu117
# - binary_linux_wheel:
# cuda_version: rocm5.0
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_rocm5.0
# python_version: '3.7'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-rocm:5.0
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_rocm5.0_upload
# requires:
# - nightly_binary_linux_wheel_py3.7_rocm5.0
# subfolder: rocm5.0/
# - smoke_test_linux_pip:
# cuda_version: rocm5.0
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_rocm5.0_smoke_test_pip
# python_version: '3.7'
# requires:
# - nightly_binary_linux_wheel_py3.7_rocm5.0
# - binary_linux_wheel:
# cuda_version: rocm5.1.1
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_rocm5.1.1
# python_version: '3.7'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-rocm:5.1.1
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_rocm5.1.1_upload
# requires:
# - nightly_binary_linux_wheel_py3.7_rocm5.1.1
# subfolder: rocm5.1.1/
# - smoke_test_linux_pip:
# cuda_version: rocm5.1.1
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.7_rocm5.1.1_smoke_test_pip
# python_version: '3.7'
# requires:
# - nightly_binary_linux_wheel_py3.7_rocm5.1.1
# - binary_linux_wheel:
# cuda_version: cpu
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_cpu
# python_version: '3.8'
# requires:
# - build_ffmpeg_linux
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_cpu_upload
# requires:
# - nightly_binary_linux_wheel_py3.8_cpu
# subfolder: cpu/
# - smoke_test_linux_pip:
# cuda_version: cpu
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_cpu_smoke_test_pip
# python_version: '3.8'
# requires:
# - nightly_binary_linux_wheel_py3.8_cpu
# - binary_linux_wheel:
# cuda_version: cu102
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_cu102
# python_version: '3.8'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda102
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_cu102_upload
# requires:
# - nightly_binary_linux_wheel_py3.8_cu102
# subfolder: cu102/
# - smoke_test_linux_pip:
# cuda_version: cu102
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_cu102_smoke_test_pip
# python_version: '3.8'
# requires:
# - nightly_binary_linux_wheel_py3.8_cu102
# - binary_linux_wheel:
# cuda_version: cu116
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_cu116
# python_version: '3.8'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda116
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_cu116_upload
# requires:
# - nightly_binary_linux_wheel_py3.8_cu116
# subfolder: cu116/
# - smoke_test_linux_pip:
# cuda_version: cu116
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_cu116_smoke_test_pip
# python_version: '3.8'
# requires:
# - nightly_binary_linux_wheel_py3.8_cu116
# - binary_linux_wheel:
# cuda_version: cu117
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_cu117
# python_version: '3.8'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda117
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_cu117_upload
# requires:
# - nightly_binary_linux_wheel_py3.8_cu117
# subfolder: cu117/
# - smoke_test_linux_pip:
# cuda_version: cu117
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_cu117_smoke_test_pip
# python_version: '3.8'
# requires:
# - nightly_binary_linux_wheel_py3.8_cu117
# - binary_linux_wheel:
# cuda_version: rocm5.0
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_rocm5.0
# python_version: '3.8'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-rocm:5.0
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_rocm5.0_upload
# requires:
# - nightly_binary_linux_wheel_py3.8_rocm5.0
# subfolder: rocm5.0/
# - smoke_test_linux_pip:
# cuda_version: rocm5.0
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_rocm5.0_smoke_test_pip
# python_version: '3.8'
# requires:
# - nightly_binary_linux_wheel_py3.8_rocm5.0
# - binary_linux_wheel:
# cuda_version: rocm5.1.1
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_rocm5.1.1
# python_version: '3.8'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-rocm:5.1.1
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_rocm5.1.1_upload
# requires:
# - nightly_binary_linux_wheel_py3.8_rocm5.1.1
# subfolder: rocm5.1.1/
# - smoke_test_linux_pip:
# cuda_version: rocm5.1.1
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.8_rocm5.1.1_smoke_test_pip
# python_version: '3.8'
# requires:
# - nightly_binary_linux_wheel_py3.8_rocm5.1.1
# - binary_linux_wheel:
# cuda_version: cpu
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_cpu
# python_version: '3.9'
# requires:
# - build_ffmpeg_linux
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_cpu_upload
# requires:
# - nightly_binary_linux_wheel_py3.9_cpu
# subfolder: cpu/
# - smoke_test_linux_pip:
# cuda_version: cpu
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_cpu_smoke_test_pip
# python_version: '3.9'
# requires:
# - nightly_binary_linux_wheel_py3.9_cpu
# - binary_linux_wheel:
# cuda_version: cu102
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_cu102
# python_version: '3.9'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda102
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_cu102_upload
# requires:
# - nightly_binary_linux_wheel_py3.9_cu102
# subfolder: cu102/
# - smoke_test_linux_pip:
# cuda_version: cu102
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_cu102_smoke_test_pip
# python_version: '3.9'
# requires:
# - nightly_binary_linux_wheel_py3.9_cu102
# - binary_linux_wheel:
# cuda_version: cu116
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_cu116
# python_version: '3.9'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda116
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_cu116_upload
# requires:
# - nightly_binary_linux_wheel_py3.9_cu116
# subfolder: cu116/
# - smoke_test_linux_pip:
# cuda_version: cu116
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_cu116_smoke_test_pip
# python_version: '3.9'
# requires:
# - nightly_binary_linux_wheel_py3.9_cu116
# - binary_linux_wheel:
# cuda_version: cu117
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_cu117
# python_version: '3.9'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda117
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_cu117_upload
# requires:
# - nightly_binary_linux_wheel_py3.9_cu117
# subfolder: cu117/
# - smoke_test_linux_pip:
# cuda_version: cu117
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_cu117_smoke_test_pip
# python_version: '3.9'
# requires:
# - nightly_binary_linux_wheel_py3.9_cu117
# - binary_linux_wheel:
# cuda_version: rocm5.0
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_rocm5.0
# python_version: '3.9'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-rocm:5.0
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_rocm5.0_upload
# requires:
# - nightly_binary_linux_wheel_py3.9_rocm5.0
# subfolder: rocm5.0/
# - smoke_test_linux_pip:
# cuda_version: rocm5.0
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_rocm5.0_smoke_test_pip
# python_version: '3.9'
# requires:
# - nightly_binary_linux_wheel_py3.9_rocm5.0
# - binary_linux_wheel:
# cuda_version: rocm5.1.1
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_rocm5.1.1
# python_version: '3.9'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-rocm:5.1.1
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_rocm5.1.1_upload
# requires:
# - nightly_binary_linux_wheel_py3.9_rocm5.1.1
# subfolder: rocm5.1.1/
# - smoke_test_linux_pip:
# cuda_version: rocm5.1.1
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.9_rocm5.1.1_smoke_test_pip
# python_version: '3.9'
# requires:
# - nightly_binary_linux_wheel_py3.9_rocm5.1.1
# - binary_linux_wheel:
# cuda_version: cpu
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_cpu
# python_version: '3.10'
# requires:
# - build_ffmpeg_linux
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_cpu_upload
# requires:
# - nightly_binary_linux_wheel_py3.10_cpu
# subfolder: cpu/
# - smoke_test_linux_pip:
# cuda_version: cpu
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_cpu_smoke_test_pip
# python_version: '3.10'
# requires:
# - nightly_binary_linux_wheel_py3.10_cpu
# - binary_linux_wheel:
# cuda_version: cu102
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_cu102
# python_version: '3.10'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda102
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_cu102_upload
# requires:
# - nightly_binary_linux_wheel_py3.10_cu102
# subfolder: cu102/
# - smoke_test_linux_pip:
# cuda_version: cu102
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_cu102_smoke_test_pip
# python_version: '3.10'
# requires:
# - nightly_binary_linux_wheel_py3.10_cu102
# - binary_linux_wheel:
# cuda_version: cu116
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_cu116
# python_version: '3.10'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda116
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_cu116_upload
# requires:
# - nightly_binary_linux_wheel_py3.10_cu116
# subfolder: cu116/
# - smoke_test_linux_pip:
# cuda_version: cu116
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_cu116_smoke_test_pip
# python_version: '3.10'
# requires:
# - nightly_binary_linux_wheel_py3.10_cu116
# - binary_linux_wheel:
# cuda_version: cu117
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_cu117
# python_version: '3.10'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-cuda117
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_cu117_upload
# requires:
# - nightly_binary_linux_wheel_py3.10_cu117
# subfolder: cu117/
# - smoke_test_linux_pip:
# cuda_version: cu117
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_cu117_smoke_test_pip
# python_version: '3.10'
# requires:
# - nightly_binary_linux_wheel_py3.10_cu117
# - binary_linux_wheel:
# cuda_version: rocm5.0
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_rocm5.0
# python_version: '3.10'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-rocm:5.0
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_rocm5.0_upload
# requires:
# - nightly_binary_linux_wheel_py3.10_rocm5.0
# subfolder: rocm5.0/
# - smoke_test_linux_pip:
# cuda_version: rocm5.0
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_rocm5.0_smoke_test_pip
# python_version: '3.10'
# requires:
# - nightly_binary_linux_wheel_py3.10_rocm5.0
# - binary_linux_wheel:
# cuda_version: rocm5.1.1
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_rocm5.1.1
# python_version: '3.10'
# requires:
# - build_ffmpeg_linux
# wheel_docker_image: pytorch/manylinux-rocm:5.1.1
# - binary_wheel_upload:
# context: org-member
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_rocm5.1.1_upload
# requires:
# - nightly_binary_linux_wheel_py3.10_rocm5.1.1
# subfolder: rocm5.1.1/
# - smoke_test_linux_pip:
# cuda_version: rocm5.1.1
# filters:
# branches:
# only:
# - nightly
# tags:
# only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
# name: nightly_binary_linux_wheel_py3.10_rocm5.1.1_smoke_test_pip
# python_version: '3.10'
# requires:
# - nightly_binary_linux_wheel_py3.10_rocm5.1.1
- binary_macos_wheel:
cuda_version: cpu
filters:
......
......@@ -241,28 +241,6 @@ jobs:
paths:
- ffmpeg
# binary_linux_wheel:
# <<: *binary_common
# docker:
# - image: << parameters.wheel_docker_image >>
# resource_class: 2xlarge+
# steps:
# - checkout
# - attach_workspace:
# at: third_party
# - run:
# command: |
# export FFMPEG_ROOT=${PWD}/third_party/ffmpeg
# packaging/build_wheel.sh
# environment:
# USE_FFMPEG: true
# - store_artifacts:
# path: dist
# - persist_to_workspace:
# root: dist
# paths:
# - "*"
binary_linux_conda:
<<: *binary_common
docker:
......
......@@ -39,6 +39,9 @@ def build_workflows(prefix="", upload=False, filter_branch=None, indentation=6):
w += build_ffmpeg_job(os_type, filter_branch)
for btype in ["wheel", "conda"]:
for os_type in ["linux", "macos", "windows"]:
# linux wheel are no longer done in circleci
if os_type == "linux" and btype == "wheel":
continue
for python_version in PYTHON_VERSIONS:
for cu_version in CU_VERSIONS_DICT[os_type]:
fb = filter_branch
......@@ -55,7 +58,7 @@ def build_workflows(prefix="", upload=False, filter_branch=None, indentation=6):
# Build on every pull request, but upload only on nightly and tags
w += build_doc_job("/.*/")
w += upload_doc_job("nightly")
w += docstring_parameters_sync_job(None)
# w += docstring_parameters_sync_job(None)
return indent(indentation, w)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment