Skip to content

Commit a203b04

Browse files
CI: settle file names (#16098)
* CI: settle file names * rename * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e8ac9e9 commit a203b04

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

.github/checkgroup.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ subprojects:
66
- id: "pytorch_lightning: Tests workflow"
77
paths:
88
- ".actions/**"
9-
- ".github/workflows/ci-pytorch-tests.yml"
9+
- ".github/workflows/ci-tests-pytorch.yml"
1010
- "requirements/lite/**"
1111
- "src/lightning_lite/**"
1212
- "requirements/pytorch/**"
@@ -178,7 +178,7 @@ subprojects:
178178
- "src/lightning_lite/**"
179179
- "tests/tests_lite/**"
180180
- "setup.cfg" # includes pytest config
181-
- ".github/workflows/ci-lite-tests.yml"
181+
- ".github/workflows/ci-tests-lite.yml"
182182
- "!requirements/*/docs.txt"
183183
- "!*.md"
184184
- "!**/*.md"
@@ -223,7 +223,7 @@ subprojects:
223223
- id: "lightning_app: Tests workflow"
224224
paths:
225225
- ".actions/**"
226-
- ".github/workflows/ci-app-tests.yml"
226+
- ".github/workflows/ci-tests-app.yml"
227227
- "src/lightning_app/**"
228228
- "tests/tests_app/**"
229229
- "requirements/app/**"
@@ -245,7 +245,7 @@ subprojects:
245245
- id: "lightning_app: Examples"
246246
paths:
247247
- ".actions/**"
248-
- ".github/workflows/ci-app-examples.yml"
248+
- ".github/workflows/ci-examples-app.yml"
249249
- "src/lightning_app/**"
250250
- "tests/tests_examples_app/**"
251251
- "examples/app_*/**"

.github/workflows/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
## Unit and Integration Testing
66

7-
| workflow name | workflow file | action | accelerator\* |
8-
| -------------------------- | ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
9-
| Test PyTorch full | .github/workflows/ci-pytorch-tests.yml | Run all tests except for accelerator-specific, standalone and slow tests. | CPU |
10-
| Test PyTorch slow | .github/workflows/ci-pytorch-tests-slow.yml | Run only slow tests. Slow tests usually need to spawn threads and cannot be speed up or simplified. | CPU |
7+
| workflow name | workflow file | action | accelerator\* |
8+
| ----------------- | -------------------------------------- | ------------------------------------------------------------------------- | ------------- |
9+
| Test PyTorch full | .github/workflows/ci-tests-pytorch.yml | Run all tests except for accelerator-specific, standalone and slow tests. | CPU |
10+
1111
| pytorch-lightning (IPUs) | .azure-pipelines/ipu-tests.yml | Run only IPU-specific tests. | IPU |
1212
| pytorch-lightning (HPUs) | .azure-pipelines/hpu-tests.yml | Run only HPU-specific tests. | HPU |
1313
| pytorch-lightning (GPUs) | .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 |
File renamed without changes.

.github/workflows/ci-app-examples.yml renamed to .github/workflows/ci-examples-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
1010
paths:
1111
- ".actions/**"
12-
- ".github/workflows/ci-app-examples.yml"
12+
- ".github/workflows/ci-examples-app.yml"
1313
- "src/lightning_app/**"
1414
- "tests/tests_examples_app/**"
1515
- "examples/app_*/**"

.github/workflows/ci-app-tests.yml renamed to .github/workflows/ci-tests-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
1010
paths:
1111
- ".actions/**"
12-
- ".github/workflows/ci-app-tests.yml"
12+
- ".github/workflows/ci-tests-app.yml"
1313
- "src/lightning_app/**"
1414
- "tests/tests_app/**"
1515
- "requirements/app/**"

.github/workflows/ci-lite-tests.yml renamed to .github/workflows/ci-tests-lite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- "src/lightning_lite/**"
1414
- "tests/tests_lite/**"
1515
- "setup.cfg" # includes pytest config
16-
- ".github/workflows/ci-lite-tests.yml"
16+
- ".github/workflows/ci-tests-lite.yml"
1717
- "!requirements/*/docs.txt"
1818
- "!*.md"
1919
- "!**/*.md"

.github/workflows/ci-pytorch-tests.yml renamed to .github/workflows/ci-tests-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- "tests/tests_pytorch/**"
1515
- "tests/legacy/back-compatible-versions.txt"
1616
- "setup.cfg" # includes pytest config
17-
- ".github/workflows/ci-pytorch-tests.yml"
17+
- ".github/workflows/ci-tests-pytorch.yml"
1818
- "requirements/lite/**"
1919
- "src/lightning_lite/**"
2020
- "!requirements/pytorch/docs.txt"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ Lightning is rigorously tested across multiple CPUs, GPUs, TPUs, IPUs, and HPUs
9696
| Linux py3.7 \[TPUs\*\*\*\] | - | - |
9797
| Linux py3.8 \[IPUs\] | - | - |
9898
| Linux py3.8 \[HPUs\] | [![Build Status](<https://dev.azure.com/Lightning-AI/lightning/_apis/build/status/pytorch-lightning%20(HPUs)?branchName=master>)](https://dev.azure.com/Lightning-AI/lightning/_build/latest?definitionId=26&branchName=master) | - |
99-
| Linux py3.{7,9} | - | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci-pytorch-tests.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-pytorch-tests.yml) |
100-
| OSX py3.{7,9} | - | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci-pytorch-tests.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-pytorch-tests.yml) |
101-
| Windows py3.{7,9} | - | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci-pytorch-tests.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-pytorch-tests.yml) |
99+
| Linux py3.{7,9} | - | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) |
100+
| OSX py3.{7,9} | - | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) |
101+
| Windows py3.{7,9} | - | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) |
102102

103103
- _\*\* tests run on two NVIDIA P100_
104104
- _\*\*\* tests run on Google GKE TPUv2/3. TPU py3.7 means we support Colab and Kaggle env._

src/pytorch_lightning/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ Lightning is rigorously tested across multiple CPUs, GPUs, TPUs, IPUs, and HPUs
8484
| Linux py3.7 \[TPUs\*\*\*\] | - | - |
8585
| Linux py3.8 \[IPUs\] | - | - |
8686
| Linux py3.8 \[HPUs\] | [![Build Status](<https://dev.azure.com/Lightning-AI/lightning/_apis/build/status/pytorch-lightning%20(HPUs)?branchName=master>)](https://dev.azure.com/Lightning-AI/lightning/_build/latest?definitionId=26&branchName=master) | - |
87-
| Linux py3.{7,9} | - | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci-pytorch-tests.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-pytorch-tests.yml) |
88-
| OSX py3.{7,9} | - | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci-pytorch-tests.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-pytorch-tests.yml) |
89-
| Windows py3.{7,9} | - | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci-pytorch-tests.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-pytorch-tests.yml) |
87+
| Linux py3.{7,9} | - | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) |
88+
| OSX py3.{7,9} | - | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) |
89+
| Windows py3.{7,9} | - | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) |
9090

9191
- _\*\* tests run on two NVIDIA P100_
9292
- _\*\*\* tests run on Google GKE TPUv2/3. TPU py3.7 means we support Colab and Kaggle env._

0 commit comments

Comments
 (0)