Skip to content

Commit 0171f8a

Browse files
committed
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> (cherry picked from commit a203b04)
1 parent 9a08330 commit 0171f8a

File tree

9 files changed

+30
-30
lines changed

9 files changed

+30
-30
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"
@@ -221,7 +221,7 @@ subprojects:
221221
- id: "lightning_app: Tests workflow"
222222
paths:
223223
- ".actions/**"
224-
- ".github/workflows/ci-app-tests.yml"
224+
- ".github/workflows/ci-tests-app.yml"
225225
- "src/lightning_app/**"
226226
- "tests/tests_app/**"
227227
- "requirements/app/**"
@@ -243,7 +243,7 @@ subprojects:
243243
- id: "lightning_app: Examples"
244244
paths:
245245
- ".actions/**"
246-
- ".github/workflows/ci-app-examples.yml"
246+
- ".github/workflows/ci-examples-app.yml"
247247
- "src/lightning_app/**"
248248
- "tests/tests_examples_app/**"
249249
- "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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ Lightning is rigorously tested across multiple CPUs, GPUs, TPUs, IPUs, and HPUs
9090

9191
<center>
9292

93-
| System / PyTorch ver. | 1.9 | 1.10 | 1.12 (latest) |
94-
| :------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
95-
| Linux py3.7 \[GPUs\*\*\] | - | - | - |
96-
| Linux py3.7 \[TPUs\*\*\*\] | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/tpu-tests.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/tpu-tests.yml) | - | - |
97-
| Linux py3.8 \[IPUs\] | [![Build Status](<https://dev.azure.com/Lightning-AI/lightning/_apis/build/status/pytorch-lightning%20(IPUs)?branchName=master>)](https://dev.azure.com/Lightning-AI/lightning/_build/latest?definitionId=25&branchName=master) | - | - |
98-
| 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) |
93+
| System / PyTorch ver. | 1.10 | 1.12 |
94+
| :------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
95+
| Linux py3.7 \[GPUs\*\*\] | - | - |
96+
| Linux py3.7 \[TPUs\*\*\*\] | - | - |
97+
| Linux py3.8 \[IPUs\] | - | - |
98+
| 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-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._

0 commit comments

Comments
 (0)