diff --git a/.circleci/config.yml b/.circleci/config.yml index 41ddddb9014..aee1d922767 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1143,15 +1143,6 @@ workflows: only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ name: binary_win_wheel_py3.6_cpu 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: cu_version: cu111 filters: @@ -1179,15 +1170,6 @@ workflows: only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ name: binary_win_wheel_py3.7_cpu 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: cu_version: cu111 filters: @@ -1215,15 +1197,6 @@ workflows: only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ name: binary_win_wheel_py3.8_cpu 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: cu_version: cu111 filters: @@ -1246,15 +1219,6 @@ workflows: cu_version: cpu name: binary_win_wheel_py3.9_cpu 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: cu_version: cu111 filters: @@ -1397,15 +1361,6 @@ workflows: only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ name: binary_win_conda_py3.6_cpu 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: cu_version: cu111 filters: @@ -1433,15 +1388,6 @@ workflows: only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ name: binary_win_conda_py3.7_cpu 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: cu_version: cu111 filters: @@ -1469,15 +1415,6 @@ workflows: only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ name: binary_win_conda_py3.8_cpu 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: cu_version: cu111 filters: @@ -1500,15 +1437,6 @@ workflows: cu_version: cpu name: binary_win_conda_py3.9_cpu 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: cu_version: cu111 filters: @@ -2600,35 +2528,6 @@ workflows: python_version: '3.6' requires: - 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: cu_version: cu111 filters: @@ -2716,35 +2615,6 @@ workflows: python_version: '3.7' requires: - 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: cu_version: cu111 filters: @@ -2832,35 +2702,6 @@ workflows: python_version: '3.8' requires: - 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: cu_version: cu111 filters: @@ -2948,35 +2789,6 @@ workflows: python_version: '3.9' requires: - 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: cu_version: cu111 filters: @@ -3627,34 +3439,6 @@ workflows: python_version: '3.6' requires: - 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: cu_version: cu111 filters: @@ -3739,34 +3523,6 @@ workflows: python_version: '3.7' requires: - 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: cu_version: cu111 filters: @@ -3851,34 +3607,6 @@ workflows: python_version: '3.8' requires: - 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: cu_version: cu111 filters: @@ -3963,34 +3691,6 @@ workflows: python_version: '3.9' requires: - 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: cu_version: cu111 filters: diff --git a/.circleci/regenerate.py b/.circleci/regenerate.py index 2e1d397394c..ac903fd0f71 100755 --- a/.circleci/regenerate.py +++ b/.circleci/regenerate.py @@ -33,7 +33,7 @@ def build_workflows(prefix="", filter_branch=None, upload=False, indentation=6, python_versions = PYTHON_VERSIONS cu_versions_dict = { "linux": ["cpu", "cu102", "cu111", "cu113", "rocm4.2", "rocm4.3.1"], - "win": ["cpu", "cu102", "cu111", "cu113"], + "win": ["cpu", "cu111", "cu113"], "macos": ["cpu"], } cu_versions = cu_versions_dict[os_type]