ci: update gcheck name (#17690)
* ci: update gcheck name * name * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * name --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
56377d9b1f
commit
6ef6d0cb6b
|
@ -5,8 +5,7 @@
|
|||
|
||||
trigger:
|
||||
tags:
|
||||
include:
|
||||
- '*'
|
||||
include: ['*']
|
||||
branches:
|
||||
include:
|
||||
- "master"
|
||||
|
@ -20,7 +19,7 @@ pr:
|
|||
- "release/*"
|
||||
paths:
|
||||
include:
|
||||
- ".azure/gpu-benchmark.yml"
|
||||
- ".azure/gpu-benchmarks.yml"
|
||||
- "requirements/fabric/**"
|
||||
- "requirements/pytorch/**"
|
||||
- "src/lightning/fabric/**"
|
|
@ -70,14 +70,14 @@ subprojects:
|
|||
|
||||
- id: "pytorch_lightning: Benchmarks"
|
||||
paths:
|
||||
- ".azure/gpu-benchmark.yml"
|
||||
- ".azure/gpu-benchmarks.yml"
|
||||
- "tests/tests_pytorch/benchmarks/**"
|
||||
- "requirements/pytorch/**"
|
||||
- "!requirements/pytorch/docs.txt"
|
||||
- "!*.md"
|
||||
- "!**/*.md"
|
||||
checks:
|
||||
- "pytorch-lightning.Benchmark"
|
||||
- "lightning.Benchmarks"
|
||||
|
||||
- id: "pytorch-lightning: TPU workflow"
|
||||
paths:
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
| .github/workflows/ci-tests-pytorch.yml | Run all tests except for accelerator-specific, standalone and slow tests. | CPU |
|
||||
| .azure-pipelines/ipu-tests.yml | Run only IPU-specific tests. | IPU |
|
||||
| .azure-pipelines/gpu-tests-pytorch.yml | Run all CPU and GPU-specific tests, standalone, and examples. Each standalone test needs to be run in separate processes to avoid unwanted interactions between test cases. | GPU |
|
||||
| .azure-pipelines/gpu-benchmark.yml | Run speed/memory benchmarks for parity with pure PyTorch. | GPU |
|
||||
| .azure-pipelines/gpu-benchmarks.yml | Run speed/memory benchmarks for parity with pure PyTorch. | GPU |
|
||||
| .github/workflows/tpu-tests.yml | Run only TPU-specific tests. Requires that the PR title contains '\[TPU\]' | TPU |
|
||||
|
||||
- \*Accelerators used in CI
|
||||
|
|
Loading…
Reference in New Issue