Skip to content

Commit d38b27d

Browse files
committed
Update on "[testing] test linux workflows"
[ghstack-poisoned]
1 parent 9352361 commit d38b27d

15 files changed

+16
-2
lines changed

.github/scripts/generate_ci_workflows.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def PyTorchWindowsWorkflow(
2424
build_environment: str,
2525
test_runner_type: str,
2626
cuda_version: str,
27-
on_pull_request: bool = True,
27+
on_pull_request: bool = False,
2828
only_build_on_pull_request: bool = False,
2929
num_test_shards: int = 1,
3030
) -> PyTorchWorkflow:
@@ -47,7 +47,7 @@ def PyTorchLinuxWorkflow(
4747
build_environment: str,
4848
docker_image_base: str,
4949
test_runner_type: str,
50-
on_pull_request: bool = False,
50+
on_pull_request: bool = True,
5151
enable_doc_jobs: bool = False,
5252
num_test_shards: int = 1,
5353
) -> PyTorchWorkflow:

.github/workflows/pytorch-libtorch-linux-xenial-cuda11.1-cudnn8-py3.6-gcc7.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Linux CI (pytorch-libtorch-linux-xenial-cuda11.1-cudnn8-py3.6-gcc7)
55

66
on:
77
# TODO: Enable pull_request builds when we can verify capacity can be met by auto-scalers
8+
pull_request:
89
push:
910
branches:
1011
- master

.github/workflows/pytorch-linux-bionic-py3.6-clang9-noarch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Linux CI (pytorch-linux-bionic-py3.6-clang9-noarch)
55

66
on:
77
# TODO: Enable pull_request builds when we can verify capacity can be met by auto-scalers
8+
pull_request:
89
push:
910
branches:
1011
- master

.github/workflows/pytorch-linux-bionic-py3.8-gcc9-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Linux CI (pytorch-linux-bionic-py3.8-gcc9-coverage)
55

66
on:
77
# TODO: Enable pull_request builds when we can verify capacity can be met by auto-scalers
8+
pull_request:
89
push:
910
branches:
1011
- master

.github/workflows/pytorch-linux-bionic-rocm3.9-py3.6.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Linux CI (pytorch-linux-bionic-rocm3.9-py3.6)
55

66
on:
77
# TODO: Enable pull_request builds when we can verify capacity can be met by auto-scalers
8+
pull_request:
89
push:
910
branches:
1011
- master

.github/workflows/pytorch-linux-xenial-cuda10.2-cudnn7-py3.6-gcc7.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Linux CI (pytorch-linux-xenial-cuda10.2-cudnn7-py3.6-gcc7)
55

66
on:
77
# TODO: Enable pull_request builds when we can verify capacity can be met by auto-scalers
8+
pull_request:
89
push:
910
branches:
1011
- master

.github/workflows/pytorch-linux-xenial-cuda11.1-cudnn8-py3.6-gcc7.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Linux CI (pytorch-linux-xenial-cuda11.1-cudnn8-py3.6-gcc7)
55

66
on:
77
# TODO: Enable pull_request builds when we can verify capacity can be met by auto-scalers
8+
pull_request:
89
push:
910
branches:
1011
- master

.github/workflows/pytorch-linux-xenial-py3.6-clang5-asan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Linux CI (pytorch-linux-xenial-py3.6-clang5-asan)
55

66
on:
77
# TODO: Enable pull_request builds when we can verify capacity can be met by auto-scalers
8+
pull_request:
89
push:
910
branches:
1011
- master

.github/workflows/pytorch-linux-xenial-py3.6-clang7-onnx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Linux CI (pytorch-linux-xenial-py3.6-clang7-onnx)
55

66
on:
77
# TODO: Enable pull_request builds when we can verify capacity can be met by auto-scalers
8+
pull_request:
89
push:
910
branches:
1011
- master

.github/workflows/pytorch-linux-xenial-py3.6-gcc7.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Linux CI (pytorch-linux-xenial-py3.6-gcc7)
55

66
on:
77
# TODO: Enable pull_request builds when we can verify capacity can be met by auto-scalers
8+
pull_request:
89
push:
910
branches:
1011
- master

0 commit comments

Comments
 (0)