Skip to content

Commit

Permalink
Fix standalone test file links (#19165)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored Dec 14, 2023
1 parent 37952fe commit 58b4bfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .azure/gpu-tests-fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ pr:
- ".azure/gpu-tests-fabric.yml"
- "examples/fabric/**"
- "examples/run_fabric_examples.sh"
- "tests/tests_fabric/run_standalone_*.sh"
- "tests/tests_pytorch/run_standalone_tests.sh" # used by fabric through a symlink
- "tests/run_standalone_*.sh"
- "requirements/fabric/**"
- "src/lightning/__init__.py"
- "src/lightning/__setup__.py"
Expand Down
3 changes: 1 addition & 2 deletions .github/checkgroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ subprojects:
- ".azure/gpu-tests-fabric.yml"
- "examples/fabric/**"
- "examples/run_fabric_examples.sh"
- "tests/tests_fabric/run_standalone_*.sh"
- "tests/tests_pytorch/run_standalone_tests.sh" # used by Fabric through a symlink
- "tests/run_standalone_*.sh"
- "requirements/fabric/**"
- "src/lightning/__init__.py"
- "src/lightning/__setup__.py"
Expand Down
4 changes: 2 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ You can rely on our CI to make sure all these tests pass.
There are certain standalone tests, which you can run using:

```bash
./tests/tests_pytorch/run_standalone_tests.sh tests/tests_pytorch/trainer/
./tests/run_standalone_tests.sh tests/tests_pytorch/trainer/
# or run a specific test
./tests/tests_pytorch/run_standalone_tests.sh -k test_multi_gpu_model_ddp
./tests/run_standalone_tests.sh -k test_multi_gpu_model_ddp
```

## Running Coverage
Expand Down

0 comments on commit 58b4bfa

Please sign in to comment.