From 5001d0885df5db4c6f61d99e80dcd35ef11cb365 Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Mon, 10 May 2021 17:30:17 -0700 Subject: [PATCH 1/2] Remove cu101 build Also remove references to python-2 --- .circleci/regenerate.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/regenerate.py b/.circleci/regenerate.py index e550a9d626b..b512fd55fae 100755 --- a/.circleci/regenerate.py +++ b/.circleci/regenerate.py @@ -30,8 +30,8 @@ def build_workflows(prefix='', filter_branch=None, upload=False, indentation=6, for btype in ["wheel", "conda"]: for os_type in ["linux", "macos", "win"]: python_versions = PYTHON_VERSIONS - cu_versions_dict = {"linux": ["cpu", "cu101", "cu102", "cu111", "rocm4.0.1", "rocm4.1"], - "win": ["cpu", "cu101", "cu102", "cu111"], + cu_versions_dict = {"linux": ["cpu", "cu102", "cu111", "rocm4.0.1", "rocm4.1"], + "win": ["cpu", "cu102", "cu111"], "macos": ["cpu"]} cu_versions = cu_versions_dict[os_type] for python_version in python_versions: @@ -39,7 +39,7 @@ def build_workflows(prefix='', filter_branch=None, upload=False, indentation=6, # ROCm conda packages not yet supported if cu_version.startswith('rocm') and btype == "conda": continue - for unicode in ([False, True] if btype == "wheel" and python_version == "2.7" else [False]): + for unicode in [False]: fb = filter_branch if windows_latest_only and os_type == "win" and filter_branch is None and \ (python_version != python_versions[-1] or @@ -211,7 +211,7 @@ def generate_smoketest_workflow(pydistro, base_workflow_name, filter_branch, pyt if 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): From 44c364a988fcf7f3e7653cd4f82ab115ac56727a Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Mon, 10 May 2021 17:30:35 -0700 Subject: [PATCH 2/2] Regenerate config.yaml --- .circleci/config.yml | 592 ------------------------------------------- 1 file changed, 592 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ca06419e29a..d874755824c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -975,12 +975,6 @@ workflows: name: binary_linux_wheel_py3.6_cpu python_version: '3.6' 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: conda_docker_image: pytorch/conda-builder:cuda102 cu_version: cu102 @@ -1009,12 +1003,6 @@ workflows: name: binary_linux_wheel_py3.7_cpu python_version: '3.7' 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: conda_docker_image: pytorch/conda-builder:cuda102 cu_version: cu102 @@ -1043,12 +1031,6 @@ workflows: name: binary_linux_wheel_py3.8_cpu python_version: '3.8' 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: conda_docker_image: pytorch/conda-builder:cuda102 cu_version: cu102 @@ -1077,12 +1059,6 @@ workflows: name: binary_linux_wheel_py3.9_cpu python_version: '3.9' 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: conda_docker_image: pytorch/conda-builder:cuda102 cu_version: cu102 @@ -1138,15 +1114,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: 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: cu_version: cu102 filters: @@ -1174,15 +1141,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: 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: cu_version: cu102 filters: @@ -1210,15 +1168,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: 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: cu_version: cu102 filters: @@ -1241,15 +1190,6 @@ workflows: cu_version: cpu name: binary_win_wheel_py3.9_cpu 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: cu_version: cu102 filters: @@ -1269,12 +1209,6 @@ workflows: name: binary_linux_conda_py3.6_cpu python_version: '3.6' 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: conda_docker_image: pytorch/conda-builder:cuda102 cu_version: cu102 @@ -1293,12 +1227,6 @@ workflows: name: binary_linux_conda_py3.7_cpu python_version: '3.7' 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: conda_docker_image: pytorch/conda-builder:cuda102 cu_version: cu102 @@ -1317,12 +1245,6 @@ workflows: name: binary_linux_conda_py3.8_cpu python_version: '3.8' 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: conda_docker_image: pytorch/conda-builder:cuda102 cu_version: cu102 @@ -1341,12 +1263,6 @@ workflows: name: binary_linux_conda_py3.9_cpu python_version: '3.9' 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: conda_docker_image: pytorch/conda-builder:cuda102 cu_version: cu102 @@ -1392,15 +1308,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: 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: cu_version: cu102 filters: @@ -1428,15 +1335,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: 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: cu_version: cu102 filters: @@ -1464,15 +1362,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: 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: cu_version: cu102 filters: @@ -1495,15 +1384,6 @@ workflows: cu_version: cpu name: binary_win_conda_py3.9_cpu 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: cu_version: cu102 filters: @@ -1767,37 +1647,6 @@ workflows: python_version: '3.6' requires: - 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: conda_docker_image: pytorch/conda-builder:cuda102 cu_version: cu102 @@ -1951,37 +1800,6 @@ workflows: python_version: '3.7' requires: - 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: conda_docker_image: pytorch/conda-builder:cuda102 cu_version: cu102 @@ -2135,37 +1953,6 @@ workflows: python_version: '3.8' requires: - 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: conda_docker_image: pytorch/conda-builder:cuda102 cu_version: cu102 @@ -2319,37 +2106,6 @@ workflows: python_version: '3.9' requires: - 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: conda_docker_image: pytorch/conda-builder:cuda102 cu_version: cu102 @@ -2589,35 +2345,6 @@ workflows: python_version: '3.6' requires: - 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: cu_version: cu102 filters: @@ -2705,35 +2432,6 @@ workflows: python_version: '3.7' requires: - 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: cu_version: cu102 filters: @@ -2821,35 +2519,6 @@ workflows: python_version: '3.8' requires: - 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: cu_version: cu102 filters: @@ -2937,35 +2606,6 @@ workflows: python_version: '3.9' requires: - 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: cu_version: cu102 filters: @@ -3054,36 +2694,6 @@ workflows: python_version: '3.6' requires: - 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: conda_docker_image: pytorch/conda-builder:cuda102 cu_version: cu102 @@ -3174,36 +2784,6 @@ workflows: python_version: '3.7' requires: - 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: conda_docker_image: pytorch/conda-builder:cuda102 cu_version: cu102 @@ -3294,36 +2874,6 @@ workflows: python_version: '3.8' requires: - 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: conda_docker_image: pytorch/conda-builder:cuda102 cu_version: cu102 @@ -3414,36 +2964,6 @@ workflows: python_version: '3.9' requires: - 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: conda_docker_image: pytorch/conda-builder:cuda102 cu_version: cu102 @@ -3616,34 +3136,6 @@ workflows: python_version: '3.6' requires: - 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: cu_version: cu102 filters: @@ -3728,34 +3220,6 @@ workflows: python_version: '3.7' requires: - 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: cu_version: cu102 filters: @@ -3840,34 +3304,6 @@ workflows: python_version: '3.8' requires: - 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: cu_version: cu102 filters: @@ -3952,34 +3388,6 @@ workflows: python_version: '3.9' requires: - 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: cu_version: cu102 filters: