lightning/.github/workflows
dependabot[bot] 2415834aaf
Bump tj-actions/changed-files from 23 to 24 (#13956)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 23 to 24.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v23...v24)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-02 14:30:41 -04:00
..
README.md Update GitHub links to PL repo (#13849) 2022-07-28 22:08:07 +02:00
_check-schema.yml CI: Define reusable workflow - check schema (#13562) 2022-07-11 19:15:46 +02:00
ci-app_block.yml Bump tj-actions/changed-files from 23 to 24 (#13956) 2022-08-02 14:30:41 -04:00
ci-app_cloud_e2e_test.yml Bump actions/cache from 2 to 3 (#13955) 2022-08-01 17:45:13 +00:00
ci-app_examples.yml Bump actions/setup-python from 2 to 4 (#13952) 2022-08-01 16:59:48 +00:00
ci-app_tests.yml Bump actions/setup-python from 2 to 4 (#13952) 2022-08-01 16:59:48 +00:00
ci-pytorch_test-conda.yml Bump tj-actions/changed-files from 23 to 24 (#13956) 2022-08-02 14:30:41 -04:00
ci-pytorch_test-full.yml Bump tj-actions/changed-files from 23 to 24 (#13956) 2022-08-02 14:30:41 -04:00
ci-pytorch_test-slow.yml Bump tj-actions/changed-files from 23 to 24 (#13956) 2022-08-02 14:30:41 -04:00
ci_pkg-install.yml Bump actions/setup-python from 2 to 4 (#13952) 2022-08-01 16:59:48 +00:00
ci_pr-gatekeeper.yml Bump tj-actions/changed-files from 23 to 24 (#13956) 2022-08-02 14:30:41 -04:00
ci_schema.yml CI: Define reusable workflow - check schema (#13562) 2022-07-11 19:15:46 +02:00
cicd-pytorch_dockers.yml Run GPU tests with PyTorch 1.12 (#13716) 2022-07-28 19:37:57 +05:30
code-checks.yml Bump actions/setup-python from 2 to 4 (#13952) 2022-08-01 16:59:48 +00:00
docs-checks.yml Bump actions/setup-python from 2 to 4 (#13952) 2022-08-01 16:59:48 +00:00
docs-deploy.yml Bump actions/cache from 2 to 3 (#13955) 2022-08-01 17:45:13 +00:00
events-nightly.yml Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 (#13954) 2022-08-02 18:26:38 +00:00
events-recurrent.yml Fix repository links (#13304) 2022-06-15 19:33:43 -04:00
labeler.yml CI: Update labeler bot (#13624) 2022-07-12 09:50:46 -04:00
legacy-checkpoints.yml Bump actions/setup-python from 2 to 4 (#13952) 2022-08-01 16:59:48 +00:00
probot-auto-cc.yml Use single quotes in action job (#10579) 2021-11-17 15:54:41 +00:00
release-docker.yml Drop PyTorch 1.8 support (#13155) 2022-06-14 20:46:44 -04:00
release-pypi.yml Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 (#13954) 2022-08-02 18:26:38 +00:00

README.md

Continuous Integration and Delivery

Unit and Integration Testing

workflow name workflow file action accelerator* (Python, PyTorch) OS
Test full .github/workflows/ci_test-full.yml Run all tests except for accelerator-specific, standalone and slow tests. CPU (3.7, 1.8), (3.7, 1.11), (3.9, 1.8), (3.9, 1.12) linux, mac, windows
Test with Conda .github/workflows/ci_test-conda.yml Same as ci_test-full.yml but with dependencies installed with conda. CPU (3.8, 1.8), (3.8, 1.9), (3.8, 1.10), (3.9, 1.12) linux
Test slow .github/workflows/ci_test-slow.yml Run only slow tests. Slow tests usually need to spawn threads and cannot be speed up or simplified. CPU (3.7, 1.8) linux, mac, windows
pytorch-lightning (IPUs) .azure-pipelines/ipu-tests.yml Run only IPU-specific tests. IPU (3.8, 1.9) linux
pytorch-lightning (HPUs) .azure-pipelines/hpu-tests.yml Run only HPU-specific tests. HPU (3.8, 1.10) linux
pytorch-lightning (GPUs) .azure-pipelines/gpu-tests.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 (3.9, 1.12) linux
PyTorchLightning.Benchmark .azure-pipelines/gpu-benchmark.yml Run speed/memory benchmarks for parity with pure PyTorch. GPU (3.9, 1.12) linux
test-on-tpus .circleci/config.yml Run only TPU-specific tests. TPU (3.7, 1.9) linux

Documentation

workflow file action
.github/workflows/docs-checks.yml Run doctest.

Code Quality

workflow file action
.codecov.yml Measure test coverage with codecov.io
.github/workflows/code-checks.yml Check Python typing with MyPy.
.github/workflows/ci_schema.yml Validate the syntax of workflow files.

Others

workflow file action
.github/workflows/ci_dockers.yml Build docker images used for testing in CI without pushing to the Docker Hub. Publishing these built images takes place in .github/workflows/release-docker.yml which only runs in master.
.github/workflows/ci_pkg-install.yml Test if pytorch-lightning is successfully installed using pip.
.github/workflows/events-recurrent.yml Terminate TPU jobs that live more than one hour to avoid possible resource exhaustion due to hangs.

Deployment

workflow file action
.github/workflows/release-pypi.yml Publish a release to PyPI.
.github/workflows/release-docker.yml Build Docker images from dockers/*/Dockerfile and publish them on hub.docker.com.
.github/workflows/legacy-checkpoints.yml App on request generate legacy checkpoints and upload them to AWS S3.
.github/workflows/events-nightly.yml Publish the package to TestPyPI. Publish Docker images on hub.docker.com.

Bots

workflow file action
.github/mergify.yml Label PRs as conflicts or ready, and request reviews if needed.
.github/stale.yml Close inactive issues/PRs sometimes after adding the "won't fix" label to them.
.github/workflows/probot-auto-cc.yml, .github/lightning-probot.yml Notify maintainers of interest depending on labels added to an issue We utilize lightning-probot forked from PyTorchs probot.
.pre-commit-config.yaml pre-commit.ci runs a set of linters and formatters, such as black, flake8 and isort. When formatting is applied, the bot pushes a commit with its change. This configuration is also used for running pre-commit locally.
.github/workflows/ci_pr-gatekeeper.yml Prevent PRs from merging into master without any Grid.ai employees approval.