Skip to content

Commit

Permalink
[ci] do not run distributed jobs for windows (pytorch#73064)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#73064

These accidentally got turned on by pytorch#73001. Turn them off.

Test Plan: Imported from OSS

Reviewed By: shannonzhu

Differential Revision: D34332530

Pulled By: suo

fbshipit-source-id: a6493b7d94465fa9141f1527648dbbec09c5706d
(cherry picked from commit b18c95e)
  • Loading branch information
suo authored and pytorchmergebot committed Feb 18, 2022
1 parent 69389fb commit 51b04f2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 616 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/generate_ci_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ def generate_workflow_file(self, workflow_template: jinja2.Template) -> None:
arch="windows",
build_environment="win-vs2019-cpu-py3",
cuda_version="cpu",
enable_distributed_test=False,
test_runner_type=WINDOWS_CPU_TEST_RUNNER,
num_test_shards=2,
ciflow_config=CIFlowConfig(
Expand All @@ -396,6 +397,7 @@ def generate_workflow_file(self, workflow_template: jinja2.Template) -> None:
arch="windows",
build_environment="win-vs2019-cuda11.3-py3",
cuda_version="11.3",
enable_distributed_test=False,
test_runner_type=WINDOWS_CUDA_TEST_RUNNER,
num_test_shards=2,
enable_force_on_cpu_test=True,
Expand All @@ -408,6 +410,7 @@ def generate_workflow_file(self, workflow_template: jinja2.Template) -> None:
arch="windows",
build_environment="periodic-win-vs2019-cuda11.5-py3",
cuda_version="11.5",
enable_distributed_test=False,
test_runner_type=WINDOWS_CUDA_TEST_RUNNER,
num_test_shards=2,
enable_force_on_cpu_test=True,
Expand All @@ -421,6 +424,7 @@ def generate_workflow_file(self, workflow_template: jinja2.Template) -> None:
arch="windows",
build_environment="periodic-win-vs2019-cuda11.1-py3",
cuda_version="11.1",
enable_distributed_test=False,
test_runner_type=WINDOWS_CUDA_TEST_RUNNER,
num_test_shards=2,
is_scheduled="45 0,4,8,12,16,20 * * *",
Expand Down
156 changes: 0 additions & 156 deletions .github/workflows/generated-periodic-win-vs2019-cuda11.1-py3.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

156 changes: 0 additions & 156 deletions .github/workflows/generated-periodic-win-vs2019-cuda11.5-py3.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 51b04f2

Please sign in to comment.