Skip to content

Commit 500af79

Browse files
committed
Disable Windows tutorial builders
Not sure what extra value to they bring, but they take 70+% of CI budget for tutorials. For example for last 30 days `machine-windows.gpu.nvidia.medium` cost us 10+M credits, vs `machine-gpu.medium` less than 4M
1 parent 444fbd1 commit 500af79

File tree

1 file changed

+44
-45
lines changed

1 file changed

+44
-45
lines changed

.circleci/config.yml

Lines changed: 44 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -598,48 +598,47 @@ workflows:
598598
branches:
599599
only:
600600
- master
601-
- pytorch_tutorial_windows_pr_build_worker_0:
602-
filters:
603-
branches:
604-
ignore:
605-
- master
606-
- pytorch_tutorial_windows_pr_build_worker_1:
607-
filters:
608-
branches:
609-
ignore:
610-
- master
611-
- pytorch_tutorial_windows_pr_build_worker_2:
612-
filters:
613-
branches:
614-
ignore:
615-
- master
616-
- pytorch_tutorial_windows_pr_build_worker_3:
617-
filters:
618-
branches:
619-
ignore:
620-
- master
621-
- pytorch_tutorial_windows_master_build_worker_0:
622-
context: org-member
623-
filters:
624-
branches:
625-
only:
626-
- master
627-
- pytorch_tutorial_windows_master_build_worker_1:
628-
context: org-member
629-
filters:
630-
branches:
631-
only:
632-
- master
633-
- pytorch_tutorial_windows_master_build_worker_2:
634-
context: org-member
635-
filters:
636-
branches:
637-
only:
638-
- master
639-
- pytorch_tutorial_windows_master_build_worker_3:
640-
context: org-member
641-
filters:
642-
branches:
643-
only:
644-
- master
645-
601+
# - pytorch_tutorial_windows_pr_build_worker_0:
602+
# filters:
603+
# branches:
604+
# ignore:
605+
# - master
606+
# - pytorch_tutorial_windows_pr_build_worker_1:
607+
# filters:
608+
# branches:
609+
# ignore:
610+
# - master
611+
# - pytorch_tutorial_windows_pr_build_worker_2:
612+
# filters:
613+
# branches:
614+
# ignore:
615+
# - master
616+
# - pytorch_tutorial_windows_pr_build_worker_3:
617+
# filters:
618+
# branches:
619+
# ignore:
620+
# - master
621+
# - pytorch_tutorial_windows_master_build_worker_0:
622+
# context: org-member
623+
# filters:
624+
# branches:
625+
# only:
626+
# - master
627+
# - pytorch_tutorial_windows_master_build_worker_1:
628+
# context: org-member
629+
# filters:
630+
# branches:
631+
# only:
632+
# - master
633+
# - pytorch_tutorial_windows_master_build_worker_2:
634+
# context: org-member
635+
# filters:
636+
# branches:
637+
# only:
638+
# - master
639+
# - pytorch_tutorial_windows_master_build_worker_3:
640+
# context: org-member
641+
# filters:
642+
# branches:
643+
# only:
644+
# - master

0 commit comments

Comments
 (0)