diff --git a/.circleci/config.yml b/.circleci/config.yml index 90cd3fcc97f..582f5b16526 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1204,15 +1204,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: cu111 - filters: - branches: - only: main - tags: - only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ - name: binary_win_wheel_py3.7_cu111 - python_version: '3.7' - binary_win_wheel: cu_version: cu113 filters: @@ -1240,15 +1231,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: cu111 - filters: - branches: - only: main - tags: - only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ - name: binary_win_wheel_py3.8_cu111 - python_version: '3.8' - binary_win_wheel: cu_version: cu113 filters: @@ -1271,15 +1253,6 @@ workflows: cu_version: cpu name: binary_win_wheel_py3.9_cpu python_version: '3.9' - - binary_win_wheel: - cu_version: cu111 - filters: - branches: - only: main - tags: - only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ - name: binary_win_wheel_py3.9_cu111 - python_version: '3.9' - binary_win_wheel: cu_version: cu113 filters: @@ -1410,15 +1383,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: cu111 - filters: - branches: - only: main - tags: - only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ - name: binary_win_conda_py3.7_cu111 - python_version: '3.7' - binary_win_conda: cu_version: cu113 filters: @@ -1446,15 +1410,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: cu111 - filters: - branches: - only: main - tags: - only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ - name: binary_win_conda_py3.8_cu111 - python_version: '3.8' - binary_win_conda: cu_version: cu113 filters: @@ -1477,15 +1432,6 @@ workflows: cu_version: cpu name: binary_win_conda_py3.9_cpu python_version: '3.9' - - binary_win_conda: - cu_version: cu111 - filters: - branches: - only: main - tags: - only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ - name: binary_win_conda_py3.9_cu111 - python_version: '3.9' - binary_win_conda: cu_version: cu113 filters: @@ -2423,35 +2369,6 @@ workflows: python_version: '3.7' requires: - nightly_binary_win_wheel_py3.7_cpu_upload - - binary_win_wheel: - cu_version: cu111 - filters: - branches: - only: nightly - tags: - only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ - name: nightly_binary_win_wheel_py3.7_cu111 - 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_cu111_upload - requires: - - nightly_binary_win_wheel_py3.7_cu111 - subfolder: cu111/ - - smoke_test_win_pip: - filters: - branches: - only: - - nightly - name: nightly_binary_win_wheel_py3.7_cu111_smoke_test_pip - python_version: '3.7' - requires: - - nightly_binary_win_wheel_py3.7_cu111_upload - binary_win_wheel: cu_version: cu113 filters: @@ -2539,35 +2456,6 @@ workflows: python_version: '3.8' requires: - nightly_binary_win_wheel_py3.8_cpu_upload - - binary_win_wheel: - cu_version: cu111 - filters: - branches: - only: nightly - tags: - only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ - name: nightly_binary_win_wheel_py3.8_cu111 - 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_cu111_upload - requires: - - nightly_binary_win_wheel_py3.8_cu111 - subfolder: cu111/ - - smoke_test_win_pip: - filters: - branches: - only: - - nightly - name: nightly_binary_win_wheel_py3.8_cu111_smoke_test_pip - python_version: '3.8' - requires: - - nightly_binary_win_wheel_py3.8_cu111_upload - binary_win_wheel: cu_version: cu113 filters: @@ -2655,35 +2543,6 @@ workflows: python_version: '3.9' requires: - nightly_binary_win_wheel_py3.9_cpu_upload - - binary_win_wheel: - cu_version: cu111 - filters: - branches: - only: nightly - tags: - only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ - name: nightly_binary_win_wheel_py3.9_cu111 - 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_cu111_upload - requires: - - nightly_binary_win_wheel_py3.9_cu111 - subfolder: cu111/ - - smoke_test_win_pip: - filters: - branches: - only: - - nightly - name: nightly_binary_win_wheel_py3.9_cu111_smoke_test_pip - python_version: '3.9' - requires: - - nightly_binary_win_wheel_py3.9_cu111_upload - binary_win_wheel: cu_version: cu113 filters: @@ -3283,34 +3142,6 @@ workflows: python_version: '3.7' requires: - nightly_binary_win_conda_py3.7_cpu_upload - - binary_win_conda: - cu_version: cu111 - filters: - branches: - only: nightly - tags: - only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ - name: nightly_binary_win_conda_py3.7_cu111 - 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_cu111_upload - requires: - - nightly_binary_win_conda_py3.7_cu111 - - smoke_test_win_conda: - filters: - branches: - only: - - nightly - name: nightly_binary_win_conda_py3.7_cu111_smoke_test_conda - python_version: '3.7' - requires: - - nightly_binary_win_conda_py3.7_cu111_upload - binary_win_conda: cu_version: cu113 filters: @@ -3395,34 +3226,6 @@ workflows: python_version: '3.8' requires: - nightly_binary_win_conda_py3.8_cpu_upload - - binary_win_conda: - cu_version: cu111 - filters: - branches: - only: nightly - tags: - only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ - name: nightly_binary_win_conda_py3.8_cu111 - 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_cu111_upload - requires: - - nightly_binary_win_conda_py3.8_cu111 - - smoke_test_win_conda: - filters: - branches: - only: - - nightly - name: nightly_binary_win_conda_py3.8_cu111_smoke_test_conda - python_version: '3.8' - requires: - - nightly_binary_win_conda_py3.8_cu111_upload - binary_win_conda: cu_version: cu113 filters: @@ -3507,34 +3310,6 @@ workflows: python_version: '3.9' requires: - nightly_binary_win_conda_py3.9_cpu_upload - - binary_win_conda: - cu_version: cu111 - filters: - branches: - only: nightly - tags: - only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ - name: nightly_binary_win_conda_py3.9_cu111 - 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_cu111_upload - requires: - - nightly_binary_win_conda_py3.9_cu111 - - smoke_test_win_conda: - filters: - branches: - only: - - nightly - name: nightly_binary_win_conda_py3.9_cu111_smoke_test_conda - python_version: '3.9' - requires: - - nightly_binary_win_conda_py3.9_cu111_upload - binary_win_conda: cu_version: cu113 filters: diff --git a/.circleci/regenerate.py b/.circleci/regenerate.py index a7a042cc75a..04150a41eff 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", "cu115", "rocm4.3.1", "rocm4.5.2"], - "win": ["cpu", "cu111", "cu113", "cu115"], + "win": ["cpu", "cu113", "cu115"], "macos": ["cpu"], } cu_versions = cu_versions_dict[os_type]