Unverified Commit 453199bf authored by Nikita Shulga's avatar Nikita Shulga Committed by GitHub
Browse files

Remove Win-CU102 builds (#4662)

As of https://github.com/pytorch/pytorch/pull/65649 Windows CUDA-10.2
builds are no longer generated, so lets limit it to 11.3 only
parent d0b6971d
...@@ -1143,15 +1143,6 @@ workflows: ...@@ -1143,15 +1143,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: cu102
filters:
branches:
only: main
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_wheel_py3.6_cu102
python_version: '3.6'
- binary_win_wheel: - binary_win_wheel:
cu_version: cu111 cu_version: cu111
filters: filters:
...@@ -1179,15 +1170,6 @@ workflows: ...@@ -1179,15 +1170,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: cu102
filters:
branches:
only: main
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_wheel_py3.7_cu102
python_version: '3.7'
- binary_win_wheel: - binary_win_wheel:
cu_version: cu111 cu_version: cu111
filters: filters:
...@@ -1215,15 +1197,6 @@ workflows: ...@@ -1215,15 +1197,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: cu102
filters:
branches:
only: main
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_wheel_py3.8_cu102
python_version: '3.8'
- binary_win_wheel: - binary_win_wheel:
cu_version: cu111 cu_version: cu111
filters: filters:
...@@ -1246,15 +1219,6 @@ workflows: ...@@ -1246,15 +1219,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: cu102
filters:
branches:
only: main
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_wheel_py3.9_cu102
python_version: '3.9'
- binary_win_wheel: - binary_win_wheel:
cu_version: cu111 cu_version: cu111
filters: filters:
...@@ -1397,15 +1361,6 @@ workflows: ...@@ -1397,15 +1361,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: cu102
filters:
branches:
only: main
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_conda_py3.6_cu102
python_version: '3.6'
- binary_win_conda: - binary_win_conda:
cu_version: cu111 cu_version: cu111
filters: filters:
...@@ -1433,15 +1388,6 @@ workflows: ...@@ -1433,15 +1388,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: cu102
filters:
branches:
only: main
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_conda_py3.7_cu102
python_version: '3.7'
- binary_win_conda: - binary_win_conda:
cu_version: cu111 cu_version: cu111
filters: filters:
...@@ -1469,15 +1415,6 @@ workflows: ...@@ -1469,15 +1415,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: cu102
filters:
branches:
only: main
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_conda_py3.8_cu102
python_version: '3.8'
- binary_win_conda: - binary_win_conda:
cu_version: cu111 cu_version: cu111
filters: filters:
...@@ -1500,15 +1437,6 @@ workflows: ...@@ -1500,15 +1437,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: cu102
filters:
branches:
only: main
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_conda_py3.9_cu102
python_version: '3.9'
- binary_win_conda: - binary_win_conda:
cu_version: cu111 cu_version: cu111
filters: filters:
...@@ -2600,35 +2528,6 @@ workflows: ...@@ -2600,35 +2528,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: cu102
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.6_cu102
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_cu102_upload
requires:
- nightly_binary_win_wheel_py3.6_cu102
subfolder: cu102/
- smoke_test_win_pip:
filters:
branches:
only:
- nightly
name: nightly_binary_win_wheel_py3.6_cu102_smoke_test_pip
python_version: '3.6'
requires:
- nightly_binary_win_wheel_py3.6_cu102_upload
- binary_win_wheel: - binary_win_wheel:
cu_version: cu111 cu_version: cu111
filters: filters:
...@@ -2716,35 +2615,6 @@ workflows: ...@@ -2716,35 +2615,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: cu102
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.7_cu102
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_cu102_upload
requires:
- nightly_binary_win_wheel_py3.7_cu102
subfolder: cu102/
- smoke_test_win_pip:
filters:
branches:
only:
- nightly
name: nightly_binary_win_wheel_py3.7_cu102_smoke_test_pip
python_version: '3.7'
requires:
- nightly_binary_win_wheel_py3.7_cu102_upload
- binary_win_wheel: - binary_win_wheel:
cu_version: cu111 cu_version: cu111
filters: filters:
...@@ -2832,35 +2702,6 @@ workflows: ...@@ -2832,35 +2702,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: cu102
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.8_cu102
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_cu102_upload
requires:
- nightly_binary_win_wheel_py3.8_cu102
subfolder: cu102/
- smoke_test_win_pip:
filters:
branches:
only:
- nightly
name: nightly_binary_win_wheel_py3.8_cu102_smoke_test_pip
python_version: '3.8'
requires:
- nightly_binary_win_wheel_py3.8_cu102_upload
- binary_win_wheel: - binary_win_wheel:
cu_version: cu111 cu_version: cu111
filters: filters:
...@@ -2948,35 +2789,6 @@ workflows: ...@@ -2948,35 +2789,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: cu102
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.9_cu102
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_cu102_upload
requires:
- nightly_binary_win_wheel_py3.9_cu102
subfolder: cu102/
- smoke_test_win_pip:
filters:
branches:
only:
- nightly
name: nightly_binary_win_wheel_py3.9_cu102_smoke_test_pip
python_version: '3.9'
requires:
- nightly_binary_win_wheel_py3.9_cu102_upload
- binary_win_wheel: - binary_win_wheel:
cu_version: cu111 cu_version: cu111
filters: filters:
...@@ -3627,34 +3439,6 @@ workflows: ...@@ -3627,34 +3439,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: cu102
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.6_cu102
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_cu102_upload
requires:
- nightly_binary_win_conda_py3.6_cu102
- smoke_test_win_conda:
filters:
branches:
only:
- nightly
name: nightly_binary_win_conda_py3.6_cu102_smoke_test_conda
python_version: '3.6'
requires:
- nightly_binary_win_conda_py3.6_cu102_upload
- binary_win_conda: - binary_win_conda:
cu_version: cu111 cu_version: cu111
filters: filters:
...@@ -3739,34 +3523,6 @@ workflows: ...@@ -3739,34 +3523,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: cu102
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.7_cu102
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_cu102_upload
requires:
- nightly_binary_win_conda_py3.7_cu102
- smoke_test_win_conda:
filters:
branches:
only:
- nightly
name: nightly_binary_win_conda_py3.7_cu102_smoke_test_conda
python_version: '3.7'
requires:
- nightly_binary_win_conda_py3.7_cu102_upload
- binary_win_conda: - binary_win_conda:
cu_version: cu111 cu_version: cu111
filters: filters:
...@@ -3851,34 +3607,6 @@ workflows: ...@@ -3851,34 +3607,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: cu102
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.8_cu102
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_cu102_upload
requires:
- nightly_binary_win_conda_py3.8_cu102
- smoke_test_win_conda:
filters:
branches:
only:
- nightly
name: nightly_binary_win_conda_py3.8_cu102_smoke_test_conda
python_version: '3.8'
requires:
- nightly_binary_win_conda_py3.8_cu102_upload
- binary_win_conda: - binary_win_conda:
cu_version: cu111 cu_version: cu111
filters: filters:
...@@ -3963,34 +3691,6 @@ workflows: ...@@ -3963,34 +3691,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: cu102
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.9_cu102
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_cu102_upload
requires:
- nightly_binary_win_conda_py3.9_cu102
- smoke_test_win_conda:
filters:
branches:
only:
- nightly
name: nightly_binary_win_conda_py3.9_cu102_smoke_test_conda
python_version: '3.9'
requires:
- nightly_binary_win_conda_py3.9_cu102_upload
- binary_win_conda: - binary_win_conda:
cu_version: cu111 cu_version: cu111
filters: filters:
......
...@@ -33,7 +33,7 @@ def build_workflows(prefix="", filter_branch=None, upload=False, indentation=6, ...@@ -33,7 +33,7 @@ def build_workflows(prefix="", filter_branch=None, upload=False, indentation=6,
python_versions = PYTHON_VERSIONS python_versions = PYTHON_VERSIONS
cu_versions_dict = { cu_versions_dict = {
"linux": ["cpu", "cu102", "cu111", "cu113", "rocm4.2", "rocm4.3.1"], "linux": ["cpu", "cu102", "cu111", "cu113", "rocm4.2", "rocm4.3.1"],
"win": ["cpu", "cu102", "cu111", "cu113"], "win": ["cpu", "cu111", "cu113"],
"macos": ["cpu"], "macos": ["cpu"],
} }
cu_versions = cu_versions_dict[os_type] cu_versions = cu_versions_dict[os_type]
......
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