From 7e56467fadcee4bbcdaffcf7ff9f00691c28d918 Mon Sep 17 00:00:00 2001 From: Vasilis Vryniotis Date: Thu, 24 Feb 2022 13:53:29 +0000 Subject: [PATCH] Removing Win CU11.1 support --- .circleci/config.yml | 300 ---------------------------------------- .circleci/regenerate.py | 2 +- 2 files changed, 1 insertion(+), 301 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index affb204e47b..05ededdffd0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1282,15 +1282,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: @@ -1318,15 +1309,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: @@ -1354,15 +1336,6 @@ workflows: only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ 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: @@ -1385,15 +1358,6 @@ workflows: cu_version: cpu name: binary_win_wheel_py3.10_cpu python_version: '3.10' - - 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.10_cu111 - python_version: '3.10' - binary_win_wheel: cu_version: cu113 filters: @@ -1560,15 +1524,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: @@ -1596,15 +1551,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: @@ -1632,15 +1578,6 @@ workflows: only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/ 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: @@ -1663,15 +1600,6 @@ workflows: cu_version: cpu name: binary_win_conda_py3.10_cpu python_version: '3.10' - - 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.10_cu111 - python_version: '3.10' - binary_win_conda: cu_version: cu113 filters: @@ -2877,35 +2805,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: @@ -2993,35 +2892,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: @@ -3109,35 +2979,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: @@ -3225,35 +3066,6 @@ workflows: python_version: '3.10' requires: - nightly_binary_win_wheel_py3.10_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.10_cu111 - python_version: '3.10' - - 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.10_cu111_upload - requires: - - nightly_binary_win_wheel_py3.10_cu111 - subfolder: cu111/ - - smoke_test_win_pip: - filters: - branches: - only: - - nightly - name: nightly_binary_win_wheel_py3.10_cu111_smoke_test_pip - python_version: '3.10' - requires: - - nightly_binary_win_wheel_py3.10_cu111_upload - binary_win_wheel: cu_version: cu113 filters: @@ -4024,34 +3836,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: @@ -4136,34 +3920,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: @@ -4248,34 +4004,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: @@ -4360,34 +4088,6 @@ workflows: python_version: '3.10' requires: - nightly_binary_win_conda_py3.10_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.10_cu111 - python_version: '3.10' - - 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.10_cu111_upload - requires: - - nightly_binary_win_conda_py3.10_cu111 - - smoke_test_win_conda: - filters: - branches: - only: - - nightly - name: nightly_binary_win_conda_py3.10_cu111_smoke_test_conda - python_version: '3.10' - requires: - - nightly_binary_win_conda_py3.10_cu111_upload - binary_win_conda: cu_version: cu113 filters: diff --git a/.circleci/regenerate.py b/.circleci/regenerate.py index 5825389c830..ebb40a1bc11 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]