Skip to content

Revert "Add windows ci build" #1094

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
version: 2.1

executors:
windows-with-nvidia-gpu:
machine:
resource_class: windows.gpu.nvidia.medium
image: windows-server-2019-nvidia:stable
shell: bash.exe

install_official_git_client: &install_official_git_client
name: Install Official Git Client
no_output_timeout: "1h"
Expand Down Expand Up @@ -182,20 +175,6 @@ pytorch_tutorial_build_manager_defaults: &pytorch_tutorial_build_manager_default
resource_class: medium
<<: *pytorch_tutorial_build_defaults

pytorch_windows_build: &pytorch_windows_build
executor: windows-with-nvidia-gpu
steps:
- checkout
- run:
name: Install Cuda
no_output_timeout: 30m
command: |
.circleci/scripts/windows_cuda_install.sh
- run:
name: test
command: |
.circleci/scripts/build_for_windows.sh

jobs:
pytorch_tutorial_pr_build_worker_0:
<<: *pytorch_tutorial_build_worker_defaults
Expand Down Expand Up @@ -323,9 +302,6 @@ jobs:
pytorch_tutorial_master_build_manager:
<<: *pytorch_tutorial_build_manager_defaults

pytorch_windows_build_worker:
<<: *pytorch_windows_build

workflows:
build:
jobs:
Expand Down Expand Up @@ -562,10 +538,3 @@ workflows:
branches:
only:
- master
- pytorch_windows_build_worker:
name: win_test_worker
filters:
branches:
only:
- master

49 changes: 0 additions & 49 deletions .circleci/scripts/build_for_windows.sh

This file was deleted.

1 change: 0 additions & 1 deletion .circleci/scripts/install_conda.bat

This file was deleted.

31 changes: 0 additions & 31 deletions .circleci/scripts/windows_cuda_install.sh

This file was deleted.