Skip to content

Commit 58b4bfa

Browse files
authored
Fix standalone test file links (#19165)
1 parent 37952fe commit 58b4bfa

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.azure/gpu-tests-fabric.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ pr:
2323
- ".azure/gpu-tests-fabric.yml"
2424
- "examples/fabric/**"
2525
- "examples/run_fabric_examples.sh"
26-
- "tests/tests_fabric/run_standalone_*.sh"
27-
- "tests/tests_pytorch/run_standalone_tests.sh" # used by fabric through a symlink
26+
- "tests/run_standalone_*.sh"
2827
- "requirements/fabric/**"
2928
- "src/lightning/__init__.py"
3029
- "src/lightning/__setup__.py"

.github/checkgroup.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ subprojects:
225225
- ".azure/gpu-tests-fabric.yml"
226226
- "examples/fabric/**"
227227
- "examples/run_fabric_examples.sh"
228-
- "tests/tests_fabric/run_standalone_*.sh"
229-
- "tests/tests_pytorch/run_standalone_tests.sh" # used by Fabric through a symlink
228+
- "tests/run_standalone_*.sh"
230229
- "requirements/fabric/**"
231230
- "src/lightning/__init__.py"
232231
- "src/lightning/__setup__.py"

tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ You can rely on our CI to make sure all these tests pass.
6464
There are certain standalone tests, which you can run using:
6565

6666
```bash
67-
./tests/tests_pytorch/run_standalone_tests.sh tests/tests_pytorch/trainer/
67+
./tests/run_standalone_tests.sh tests/tests_pytorch/trainer/
6868
# or run a specific test
69-
./tests/tests_pytorch/run_standalone_tests.sh -k test_multi_gpu_model_ddp
69+
./tests/run_standalone_tests.sh -k test_multi_gpu_model_ddp
7070
```
7171

7272
## Running Coverage

0 commit comments

Comments
 (0)