Unverified Commit 389109a8 authored by Nikita Shulga's avatar Nikita Shulga Committed by GitHub
Browse files

Remove cu101 build (#3809)

parent d8ff3193
...@@ -975,12 +975,6 @@ workflows: ...@@ -975,12 +975,6 @@ workflows:
name: binary_linux_wheel_py3.6_cpu name: binary_linux_wheel_py3.6_cpu
python_version: '3.6' python_version: '3.6'
wheel_docker_image: pytorch/manylinux-cuda102 wheel_docker_image: pytorch/manylinux-cuda102
- binary_linux_wheel:
conda_docker_image: pytorch/conda-builder:cuda101
cu_version: cu101
name: binary_linux_wheel_py3.6_cu101
python_version: '3.6'
wheel_docker_image: pytorch/manylinux-cuda101
- binary_linux_wheel: - binary_linux_wheel:
conda_docker_image: pytorch/conda-builder:cuda102 conda_docker_image: pytorch/conda-builder:cuda102
cu_version: cu102 cu_version: cu102
...@@ -1009,12 +1003,6 @@ workflows: ...@@ -1009,12 +1003,6 @@ workflows:
name: binary_linux_wheel_py3.7_cpu name: binary_linux_wheel_py3.7_cpu
python_version: '3.7' python_version: '3.7'
wheel_docker_image: pytorch/manylinux-cuda102 wheel_docker_image: pytorch/manylinux-cuda102
- binary_linux_wheel:
conda_docker_image: pytorch/conda-builder:cuda101
cu_version: cu101
name: binary_linux_wheel_py3.7_cu101
python_version: '3.7'
wheel_docker_image: pytorch/manylinux-cuda101
- binary_linux_wheel: - binary_linux_wheel:
conda_docker_image: pytorch/conda-builder:cuda102 conda_docker_image: pytorch/conda-builder:cuda102
cu_version: cu102 cu_version: cu102
...@@ -1043,12 +1031,6 @@ workflows: ...@@ -1043,12 +1031,6 @@ workflows:
name: binary_linux_wheel_py3.8_cpu name: binary_linux_wheel_py3.8_cpu
python_version: '3.8' python_version: '3.8'
wheel_docker_image: pytorch/manylinux-cuda102 wheel_docker_image: pytorch/manylinux-cuda102
- binary_linux_wheel:
conda_docker_image: pytorch/conda-builder:cuda101
cu_version: cu101
name: binary_linux_wheel_py3.8_cu101
python_version: '3.8'
wheel_docker_image: pytorch/manylinux-cuda101
- binary_linux_wheel: - binary_linux_wheel:
conda_docker_image: pytorch/conda-builder:cuda102 conda_docker_image: pytorch/conda-builder:cuda102
cu_version: cu102 cu_version: cu102
...@@ -1077,12 +1059,6 @@ workflows: ...@@ -1077,12 +1059,6 @@ workflows:
name: binary_linux_wheel_py3.9_cpu name: binary_linux_wheel_py3.9_cpu
python_version: '3.9' python_version: '3.9'
wheel_docker_image: pytorch/manylinux-cuda102 wheel_docker_image: pytorch/manylinux-cuda102
- binary_linux_wheel:
conda_docker_image: pytorch/conda-builder:cuda101
cu_version: cu101
name: binary_linux_wheel_py3.9_cu101
python_version: '3.9'
wheel_docker_image: pytorch/manylinux-cuda101
- binary_linux_wheel: - binary_linux_wheel:
conda_docker_image: pytorch/conda-builder:cuda102 conda_docker_image: pytorch/conda-builder:cuda102
cu_version: cu102 cu_version: cu102
...@@ -1138,15 +1114,6 @@ workflows: ...@@ -1138,15 +1114,6 @@ workflows:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_wheel_py3.6_cpu name: binary_win_wheel_py3.6_cpu
python_version: '3.6' python_version: '3.6'
- binary_win_wheel:
cu_version: cu101
filters:
branches:
only: master
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_wheel_py3.6_cu101
python_version: '3.6'
- binary_win_wheel: - binary_win_wheel:
cu_version: cu102 cu_version: cu102
filters: filters:
...@@ -1174,15 +1141,6 @@ workflows: ...@@ -1174,15 +1141,6 @@ workflows:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_wheel_py3.7_cpu name: binary_win_wheel_py3.7_cpu
python_version: '3.7' python_version: '3.7'
- binary_win_wheel:
cu_version: cu101
filters:
branches:
only: master
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_wheel_py3.7_cu101
python_version: '3.7'
- binary_win_wheel: - binary_win_wheel:
cu_version: cu102 cu_version: cu102
filters: filters:
...@@ -1210,15 +1168,6 @@ workflows: ...@@ -1210,15 +1168,6 @@ workflows:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_wheel_py3.8_cpu name: binary_win_wheel_py3.8_cpu
python_version: '3.8' python_version: '3.8'
- binary_win_wheel:
cu_version: cu101
filters:
branches:
only: master
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_wheel_py3.8_cu101
python_version: '3.8'
- binary_win_wheel: - binary_win_wheel:
cu_version: cu102 cu_version: cu102
filters: filters:
...@@ -1241,15 +1190,6 @@ workflows: ...@@ -1241,15 +1190,6 @@ workflows:
cu_version: cpu cu_version: cpu
name: binary_win_wheel_py3.9_cpu name: binary_win_wheel_py3.9_cpu
python_version: '3.9' python_version: '3.9'
- binary_win_wheel:
cu_version: cu101
filters:
branches:
only: master
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_wheel_py3.9_cu101
python_version: '3.9'
- binary_win_wheel: - binary_win_wheel:
cu_version: cu102 cu_version: cu102
filters: filters:
...@@ -1269,12 +1209,6 @@ workflows: ...@@ -1269,12 +1209,6 @@ workflows:
name: binary_linux_conda_py3.6_cpu name: binary_linux_conda_py3.6_cpu
python_version: '3.6' python_version: '3.6'
wheel_docker_image: pytorch/manylinux-cuda102 wheel_docker_image: pytorch/manylinux-cuda102
- binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda101
cu_version: cu101
name: binary_linux_conda_py3.6_cu101
python_version: '3.6'
wheel_docker_image: pytorch/manylinux-cuda101
- binary_linux_conda: - binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda102 conda_docker_image: pytorch/conda-builder:cuda102
cu_version: cu102 cu_version: cu102
...@@ -1293,12 +1227,6 @@ workflows: ...@@ -1293,12 +1227,6 @@ workflows:
name: binary_linux_conda_py3.7_cpu name: binary_linux_conda_py3.7_cpu
python_version: '3.7' python_version: '3.7'
wheel_docker_image: pytorch/manylinux-cuda102 wheel_docker_image: pytorch/manylinux-cuda102
- binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda101
cu_version: cu101
name: binary_linux_conda_py3.7_cu101
python_version: '3.7'
wheel_docker_image: pytorch/manylinux-cuda101
- binary_linux_conda: - binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda102 conda_docker_image: pytorch/conda-builder:cuda102
cu_version: cu102 cu_version: cu102
...@@ -1317,12 +1245,6 @@ workflows: ...@@ -1317,12 +1245,6 @@ workflows:
name: binary_linux_conda_py3.8_cpu name: binary_linux_conda_py3.8_cpu
python_version: '3.8' python_version: '3.8'
wheel_docker_image: pytorch/manylinux-cuda102 wheel_docker_image: pytorch/manylinux-cuda102
- binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda101
cu_version: cu101
name: binary_linux_conda_py3.8_cu101
python_version: '3.8'
wheel_docker_image: pytorch/manylinux-cuda101
- binary_linux_conda: - binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda102 conda_docker_image: pytorch/conda-builder:cuda102
cu_version: cu102 cu_version: cu102
...@@ -1341,12 +1263,6 @@ workflows: ...@@ -1341,12 +1263,6 @@ workflows:
name: binary_linux_conda_py3.9_cpu name: binary_linux_conda_py3.9_cpu
python_version: '3.9' python_version: '3.9'
wheel_docker_image: pytorch/manylinux-cuda102 wheel_docker_image: pytorch/manylinux-cuda102
- binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda101
cu_version: cu101
name: binary_linux_conda_py3.9_cu101
python_version: '3.9'
wheel_docker_image: pytorch/manylinux-cuda101
- binary_linux_conda: - binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda102 conda_docker_image: pytorch/conda-builder:cuda102
cu_version: cu102 cu_version: cu102
...@@ -1392,15 +1308,6 @@ workflows: ...@@ -1392,15 +1308,6 @@ workflows:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_conda_py3.6_cpu name: binary_win_conda_py3.6_cpu
python_version: '3.6' python_version: '3.6'
- binary_win_conda:
cu_version: cu101
filters:
branches:
only: master
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_conda_py3.6_cu101
python_version: '3.6'
- binary_win_conda: - binary_win_conda:
cu_version: cu102 cu_version: cu102
filters: filters:
...@@ -1428,15 +1335,6 @@ workflows: ...@@ -1428,15 +1335,6 @@ workflows:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_conda_py3.7_cpu name: binary_win_conda_py3.7_cpu
python_version: '3.7' python_version: '3.7'
- binary_win_conda:
cu_version: cu101
filters:
branches:
only: master
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_conda_py3.7_cu101
python_version: '3.7'
- binary_win_conda: - binary_win_conda:
cu_version: cu102 cu_version: cu102
filters: filters:
...@@ -1464,15 +1362,6 @@ workflows: ...@@ -1464,15 +1362,6 @@ workflows:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_conda_py3.8_cpu name: binary_win_conda_py3.8_cpu
python_version: '3.8' python_version: '3.8'
- binary_win_conda:
cu_version: cu101
filters:
branches:
only: master
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_conda_py3.8_cu101
python_version: '3.8'
- binary_win_conda: - binary_win_conda:
cu_version: cu102 cu_version: cu102
filters: filters:
...@@ -1495,15 +1384,6 @@ workflows: ...@@ -1495,15 +1384,6 @@ workflows:
cu_version: cpu cu_version: cpu
name: binary_win_conda_py3.9_cpu name: binary_win_conda_py3.9_cpu
python_version: '3.9' python_version: '3.9'
- binary_win_conda:
cu_version: cu101
filters:
branches:
only: master
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_conda_py3.9_cu101
python_version: '3.9'
- binary_win_conda: - binary_win_conda:
cu_version: cu102 cu_version: cu102
filters: filters:
...@@ -1767,37 +1647,6 @@ workflows: ...@@ -1767,37 +1647,6 @@ workflows:
python_version: '3.6' python_version: '3.6'
requires: requires:
- nightly_binary_linux_wheel_py3.6_cpu_upload - nightly_binary_linux_wheel_py3.6_cpu_upload
- binary_linux_wheel:
conda_docker_image: pytorch/conda-builder:cuda101
cu_version: cu101
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_wheel_py3.6_cu101
python_version: '3.6'
wheel_docker_image: pytorch/manylinux-cuda101
- 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.6_cu101_upload
requires:
- nightly_binary_linux_wheel_py3.6_cu101
subfolder: cu101/
- smoke_test_linux_pip:
filters:
branches:
only:
- nightly
name: nightly_binary_linux_wheel_py3.6_cu101_smoke_test_pip
python_version: '3.6'
requires:
- nightly_binary_linux_wheel_py3.6_cu101_upload
- binary_linux_wheel: - binary_linux_wheel:
conda_docker_image: pytorch/conda-builder:cuda102 conda_docker_image: pytorch/conda-builder:cuda102
cu_version: cu102 cu_version: cu102
...@@ -1951,37 +1800,6 @@ workflows: ...@@ -1951,37 +1800,6 @@ workflows:
python_version: '3.7' python_version: '3.7'
requires: requires:
- nightly_binary_linux_wheel_py3.7_cpu_upload - nightly_binary_linux_wheel_py3.7_cpu_upload
- binary_linux_wheel:
conda_docker_image: pytorch/conda-builder:cuda101
cu_version: cu101
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_wheel_py3.7_cu101
python_version: '3.7'
wheel_docker_image: pytorch/manylinux-cuda101
- 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_cu101_upload
requires:
- nightly_binary_linux_wheel_py3.7_cu101
subfolder: cu101/
- smoke_test_linux_pip:
filters:
branches:
only:
- nightly
name: nightly_binary_linux_wheel_py3.7_cu101_smoke_test_pip
python_version: '3.7'
requires:
- nightly_binary_linux_wheel_py3.7_cu101_upload
- binary_linux_wheel: - binary_linux_wheel:
conda_docker_image: pytorch/conda-builder:cuda102 conda_docker_image: pytorch/conda-builder:cuda102
cu_version: cu102 cu_version: cu102
...@@ -2135,37 +1953,6 @@ workflows: ...@@ -2135,37 +1953,6 @@ workflows:
python_version: '3.8' python_version: '3.8'
requires: requires:
- nightly_binary_linux_wheel_py3.8_cpu_upload - nightly_binary_linux_wheel_py3.8_cpu_upload
- binary_linux_wheel:
conda_docker_image: pytorch/conda-builder:cuda101
cu_version: cu101
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_wheel_py3.8_cu101
python_version: '3.8'
wheel_docker_image: pytorch/manylinux-cuda101
- 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_cu101_upload
requires:
- nightly_binary_linux_wheel_py3.8_cu101
subfolder: cu101/
- smoke_test_linux_pip:
filters:
branches:
only:
- nightly
name: nightly_binary_linux_wheel_py3.8_cu101_smoke_test_pip
python_version: '3.8'
requires:
- nightly_binary_linux_wheel_py3.8_cu101_upload
- binary_linux_wheel: - binary_linux_wheel:
conda_docker_image: pytorch/conda-builder:cuda102 conda_docker_image: pytorch/conda-builder:cuda102
cu_version: cu102 cu_version: cu102
...@@ -2319,37 +2106,6 @@ workflows: ...@@ -2319,37 +2106,6 @@ workflows:
python_version: '3.9' python_version: '3.9'
requires: requires:
- nightly_binary_linux_wheel_py3.9_cpu_upload - nightly_binary_linux_wheel_py3.9_cpu_upload
- binary_linux_wheel:
conda_docker_image: pytorch/conda-builder:cuda101
cu_version: cu101
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_wheel_py3.9_cu101
python_version: '3.9'
wheel_docker_image: pytorch/manylinux-cuda101
- 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_cu101_upload
requires:
- nightly_binary_linux_wheel_py3.9_cu101
subfolder: cu101/
- smoke_test_linux_pip:
filters:
branches:
only:
- nightly
name: nightly_binary_linux_wheel_py3.9_cu101_smoke_test_pip
python_version: '3.9'
requires:
- nightly_binary_linux_wheel_py3.9_cu101_upload
- binary_linux_wheel: - binary_linux_wheel:
conda_docker_image: pytorch/conda-builder:cuda102 conda_docker_image: pytorch/conda-builder:cuda102
cu_version: cu102 cu_version: cu102
...@@ -2589,35 +2345,6 @@ workflows: ...@@ -2589,35 +2345,6 @@ workflows:
python_version: '3.6' python_version: '3.6'
requires: requires:
- nightly_binary_win_wheel_py3.6_cpu_upload - nightly_binary_win_wheel_py3.6_cpu_upload
- binary_win_wheel:
cu_version: cu101
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.6_cu101
python_version: '3.6'
- binary_wheel_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.6_cu101_upload
requires:
- nightly_binary_win_wheel_py3.6_cu101
subfolder: cu101/
- smoke_test_win_pip:
filters:
branches:
only:
- nightly
name: nightly_binary_win_wheel_py3.6_cu101_smoke_test_pip
python_version: '3.6'
requires:
- nightly_binary_win_wheel_py3.6_cu101_upload
- binary_win_wheel: - binary_win_wheel:
cu_version: cu102 cu_version: cu102
filters: filters:
...@@ -2705,35 +2432,6 @@ workflows: ...@@ -2705,35 +2432,6 @@ workflows:
python_version: '3.7' python_version: '3.7'
requires: requires:
- nightly_binary_win_wheel_py3.7_cpu_upload - nightly_binary_win_wheel_py3.7_cpu_upload
- binary_win_wheel:
cu_version: cu101
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.7_cu101
python_version: '3.7'
- binary_wheel_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.7_cu101_upload
requires:
- nightly_binary_win_wheel_py3.7_cu101
subfolder: cu101/
- smoke_test_win_pip:
filters:
branches:
only:
- nightly
name: nightly_binary_win_wheel_py3.7_cu101_smoke_test_pip
python_version: '3.7'
requires:
- nightly_binary_win_wheel_py3.7_cu101_upload
- binary_win_wheel: - binary_win_wheel:
cu_version: cu102 cu_version: cu102
filters: filters:
...@@ -2821,35 +2519,6 @@ workflows: ...@@ -2821,35 +2519,6 @@ workflows:
python_version: '3.8' python_version: '3.8'
requires: requires:
- nightly_binary_win_wheel_py3.8_cpu_upload - nightly_binary_win_wheel_py3.8_cpu_upload
- binary_win_wheel:
cu_version: cu101
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.8_cu101
python_version: '3.8'
- binary_wheel_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.8_cu101_upload
requires:
- nightly_binary_win_wheel_py3.8_cu101
subfolder: cu101/
- smoke_test_win_pip:
filters:
branches:
only:
- nightly
name: nightly_binary_win_wheel_py3.8_cu101_smoke_test_pip
python_version: '3.8'
requires:
- nightly_binary_win_wheel_py3.8_cu101_upload
- binary_win_wheel: - binary_win_wheel:
cu_version: cu102 cu_version: cu102
filters: filters:
...@@ -2937,35 +2606,6 @@ workflows: ...@@ -2937,35 +2606,6 @@ workflows:
python_version: '3.9' python_version: '3.9'
requires: requires:
- nightly_binary_win_wheel_py3.9_cpu_upload - nightly_binary_win_wheel_py3.9_cpu_upload
- binary_win_wheel:
cu_version: cu101
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.9_cu101
python_version: '3.9'
- binary_wheel_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.9_cu101_upload
requires:
- nightly_binary_win_wheel_py3.9_cu101
subfolder: cu101/
- smoke_test_win_pip:
filters:
branches:
only:
- nightly
name: nightly_binary_win_wheel_py3.9_cu101_smoke_test_pip
python_version: '3.9'
requires:
- nightly_binary_win_wheel_py3.9_cu101_upload
- binary_win_wheel: - binary_win_wheel:
cu_version: cu102 cu_version: cu102
filters: filters:
...@@ -3054,36 +2694,6 @@ workflows: ...@@ -3054,36 +2694,6 @@ workflows:
python_version: '3.6' python_version: '3.6'
requires: requires:
- nightly_binary_linux_conda_py3.6_cpu_upload - nightly_binary_linux_conda_py3.6_cpu_upload
- binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda101
cu_version: cu101
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.6_cu101
python_version: '3.6'
wheel_docker_image: pytorch/manylinux-cuda101
- binary_conda_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.6_cu101_upload
requires:
- nightly_binary_linux_conda_py3.6_cu101
- smoke_test_linux_conda:
filters:
branches:
only:
- nightly
name: nightly_binary_linux_conda_py3.6_cu101_smoke_test_conda
python_version: '3.6'
requires:
- nightly_binary_linux_conda_py3.6_cu101_upload
- binary_linux_conda: - binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda102 conda_docker_image: pytorch/conda-builder:cuda102
cu_version: cu102 cu_version: cu102
...@@ -3174,36 +2784,6 @@ workflows: ...@@ -3174,36 +2784,6 @@ workflows:
python_version: '3.7' python_version: '3.7'
requires: requires:
- nightly_binary_linux_conda_py3.7_cpu_upload - nightly_binary_linux_conda_py3.7_cpu_upload
- binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda101
cu_version: cu101
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.7_cu101
python_version: '3.7'
wheel_docker_image: pytorch/manylinux-cuda101
- binary_conda_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.7_cu101_upload
requires:
- nightly_binary_linux_conda_py3.7_cu101
- smoke_test_linux_conda:
filters:
branches:
only:
- nightly
name: nightly_binary_linux_conda_py3.7_cu101_smoke_test_conda
python_version: '3.7'
requires:
- nightly_binary_linux_conda_py3.7_cu101_upload
- binary_linux_conda: - binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda102 conda_docker_image: pytorch/conda-builder:cuda102
cu_version: cu102 cu_version: cu102
...@@ -3294,36 +2874,6 @@ workflows: ...@@ -3294,36 +2874,6 @@ workflows:
python_version: '3.8' python_version: '3.8'
requires: requires:
- nightly_binary_linux_conda_py3.8_cpu_upload - nightly_binary_linux_conda_py3.8_cpu_upload
- binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda101
cu_version: cu101
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.8_cu101
python_version: '3.8'
wheel_docker_image: pytorch/manylinux-cuda101
- binary_conda_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.8_cu101_upload
requires:
- nightly_binary_linux_conda_py3.8_cu101
- smoke_test_linux_conda:
filters:
branches:
only:
- nightly
name: nightly_binary_linux_conda_py3.8_cu101_smoke_test_conda
python_version: '3.8'
requires:
- nightly_binary_linux_conda_py3.8_cu101_upload
- binary_linux_conda: - binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda102 conda_docker_image: pytorch/conda-builder:cuda102
cu_version: cu102 cu_version: cu102
...@@ -3414,36 +2964,6 @@ workflows: ...@@ -3414,36 +2964,6 @@ workflows:
python_version: '3.9' python_version: '3.9'
requires: requires:
- nightly_binary_linux_conda_py3.9_cpu_upload - nightly_binary_linux_conda_py3.9_cpu_upload
- binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda101
cu_version: cu101
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.9_cu101
python_version: '3.9'
wheel_docker_image: pytorch/manylinux-cuda101
- binary_conda_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_linux_conda_py3.9_cu101_upload
requires:
- nightly_binary_linux_conda_py3.9_cu101
- smoke_test_linux_conda:
filters:
branches:
only:
- nightly
name: nightly_binary_linux_conda_py3.9_cu101_smoke_test_conda
python_version: '3.9'
requires:
- nightly_binary_linux_conda_py3.9_cu101_upload
- binary_linux_conda: - binary_linux_conda:
conda_docker_image: pytorch/conda-builder:cuda102 conda_docker_image: pytorch/conda-builder:cuda102
cu_version: cu102 cu_version: cu102
...@@ -3616,34 +3136,6 @@ workflows: ...@@ -3616,34 +3136,6 @@ workflows:
python_version: '3.6' python_version: '3.6'
requires: requires:
- nightly_binary_win_conda_py3.6_cpu_upload - nightly_binary_win_conda_py3.6_cpu_upload
- binary_win_conda:
cu_version: cu101
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.6_cu101
python_version: '3.6'
- binary_conda_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.6_cu101_upload
requires:
- nightly_binary_win_conda_py3.6_cu101
- smoke_test_win_conda:
filters:
branches:
only:
- nightly
name: nightly_binary_win_conda_py3.6_cu101_smoke_test_conda
python_version: '3.6'
requires:
- nightly_binary_win_conda_py3.6_cu101_upload
- binary_win_conda: - binary_win_conda:
cu_version: cu102 cu_version: cu102
filters: filters:
...@@ -3728,34 +3220,6 @@ workflows: ...@@ -3728,34 +3220,6 @@ workflows:
python_version: '3.7' python_version: '3.7'
requires: requires:
- nightly_binary_win_conda_py3.7_cpu_upload - nightly_binary_win_conda_py3.7_cpu_upload
- binary_win_conda:
cu_version: cu101
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.7_cu101
python_version: '3.7'
- binary_conda_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.7_cu101_upload
requires:
- nightly_binary_win_conda_py3.7_cu101
- smoke_test_win_conda:
filters:
branches:
only:
- nightly
name: nightly_binary_win_conda_py3.7_cu101_smoke_test_conda
python_version: '3.7'
requires:
- nightly_binary_win_conda_py3.7_cu101_upload
- binary_win_conda: - binary_win_conda:
cu_version: cu102 cu_version: cu102
filters: filters:
...@@ -3840,34 +3304,6 @@ workflows: ...@@ -3840,34 +3304,6 @@ workflows:
python_version: '3.8' python_version: '3.8'
requires: requires:
- nightly_binary_win_conda_py3.8_cpu_upload - nightly_binary_win_conda_py3.8_cpu_upload
- binary_win_conda:
cu_version: cu101
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.8_cu101
python_version: '3.8'
- binary_conda_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.8_cu101_upload
requires:
- nightly_binary_win_conda_py3.8_cu101
- smoke_test_win_conda:
filters:
branches:
only:
- nightly
name: nightly_binary_win_conda_py3.8_cu101_smoke_test_conda
python_version: '3.8'
requires:
- nightly_binary_win_conda_py3.8_cu101_upload
- binary_win_conda: - binary_win_conda:
cu_version: cu102 cu_version: cu102
filters: filters:
...@@ -3952,34 +3388,6 @@ workflows: ...@@ -3952,34 +3388,6 @@ workflows:
python_version: '3.9' python_version: '3.9'
requires: requires:
- nightly_binary_win_conda_py3.9_cpu_upload - nightly_binary_win_conda_py3.9_cpu_upload
- binary_win_conda:
cu_version: cu101
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.9_cu101
python_version: '3.9'
- binary_conda_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.9_cu101_upload
requires:
- nightly_binary_win_conda_py3.9_cu101
- smoke_test_win_conda:
filters:
branches:
only:
- nightly
name: nightly_binary_win_conda_py3.9_cu101_smoke_test_conda
python_version: '3.9'
requires:
- nightly_binary_win_conda_py3.9_cu101_upload
- binary_win_conda: - binary_win_conda:
cu_version: cu102 cu_version: cu102
filters: filters:
......
...@@ -30,8 +30,8 @@ def build_workflows(prefix='', filter_branch=None, upload=False, indentation=6, ...@@ -30,8 +30,8 @@ def build_workflows(prefix='', filter_branch=None, upload=False, indentation=6,
for btype in ["wheel", "conda"]: for btype in ["wheel", "conda"]:
for os_type in ["linux", "macos", "win"]: for os_type in ["linux", "macos", "win"]:
python_versions = PYTHON_VERSIONS python_versions = PYTHON_VERSIONS
cu_versions_dict = {"linux": ["cpu", "cu101", "cu102", "cu111", "rocm4.0.1", "rocm4.1"], cu_versions_dict = {"linux": ["cpu", "cu102", "cu111", "rocm4.0.1", "rocm4.1"],
"win": ["cpu", "cu101", "cu102", "cu111"], "win": ["cpu", "cu102", "cu111"],
"macos": ["cpu"]} "macos": ["cpu"]}
cu_versions = cu_versions_dict[os_type] cu_versions = cu_versions_dict[os_type]
for python_version in python_versions: for python_version in python_versions:
...@@ -39,7 +39,7 @@ def build_workflows(prefix='', filter_branch=None, upload=False, indentation=6, ...@@ -39,7 +39,7 @@ def build_workflows(prefix='', filter_branch=None, upload=False, indentation=6,
# ROCm conda packages not yet supported # ROCm conda packages not yet supported
if cu_version.startswith('rocm') and btype == "conda": if cu_version.startswith('rocm') and btype == "conda":
continue continue
for unicode in ([False, True] if btype == "wheel" and python_version == "2.7" else [False]): for unicode in [False]:
fb = filter_branch fb = filter_branch
if windows_latest_only and os_type == "win" and filter_branch is None and \ if windows_latest_only and os_type == "win" and filter_branch is None and \
(python_version != python_versions[-1] or (python_version != python_versions[-1] or
...@@ -211,7 +211,7 @@ def generate_smoketest_workflow(pydistro, base_workflow_name, filter_branch, pyt ...@@ -211,7 +211,7 @@ def generate_smoketest_workflow(pydistro, base_workflow_name, filter_branch, pyt
if filter_branch: if filter_branch:
d["filters"] = gen_filter_branch_tree(filter_branch) d["filters"] = gen_filter_branch_tree(filter_branch)
return {"smoke_test_{os_type}_{pydistro}".format(os_type=os_type, pydistro=pydistro): d} return {f"smoke_test_{os_type}_{pydistro}": d}
def indent(indentation, data_list): def indent(indentation, data_list):
......
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