lightning/.github/workflows
Luca Antiga a7bbbcea9a
Remove cluster commands from CLI (#18151)
* Remove cluster commands from CLI

* Update docs

* Remove index entry

* Revert accidental conversion to static assets

* Remove reference to deleted file

* Fix highlights

* Fix highlights

* Remove file

* Update CHANGELOG

* Fix dead link

* Increase upper bound on state size to reduce flakiness
2023-07-28 00:16:21 +02:00
..
README.md Remove cluster commands from CLI (#18151) 2023-07-28 00:16:21 +02:00
_build-packages.yml ci: update OS for pkg release (#17455) 2023-04-24 12:35:46 -04:00
_flagship-apps.yml Bump playwright from 1.32.1 to 1.35.0 in /requirements (#17835) 2023-06-15 15:50:47 +02:00
_legacy-checkpoints.yml ci: do not fail if AWS CLI exists (#18153) 2023-07-27 18:39:46 +02:00
call-clear-cache.yml Bump Lightning-AI/utilities from 0.8.0 to 0.9.0 (#17971) 2023-07-03 16:37:16 +02:00
ci-check-md-links.yml Bump Lightning-AI/utilities from 0.8.0 to 0.9.0 (#17971) 2023-07-03 16:37:16 +02:00
ci-checkpoints.yml ci/hotfix: legacy workflow (#16721) 2023-02-13 18:34:15 +01:00
ci-dockers.yml ci: bump CUDA for nightly (#18162) 2023-07-25 22:30:09 +02:00
ci-examples-app.yml ci: drop aws creds (#17893) 2023-06-26 18:13:18 +01:00
ci-flagship-apps.yml ci: unfreeze for master (#17116) 2023-03-21 12:26:47 -07:00
ci-pkg-install.yml ci: hotfix for doctests (#17841) 2023-06-15 15:25:59 +00:00
ci-schema.yml Bump Lightning-AI/utilities from 0.8.0 to 0.9.0 (#17971) 2023-07-03 16:37:16 +02:00
ci-tests-app.yml ci: drop aws creds (#17893) 2023-06-26 18:13:18 +01:00
ci-tests-data.yml Requirements update (#17998) 2023-07-07 17:36:44 +02:00
ci-tests-fabric.yml Minor miscellaneous fixes (#18077) 2023-07-20 14:44:51 +02:00
ci-tests-pytorch.yml Minor miscellaneous fixes (#18077) 2023-07-20 14:44:51 +02:00
cleanup-caches.yml ci: cleaning caches (#16752) 2023-02-14 18:30:12 +01:00
code-checks.yml ci: hotfix for doctests (#17841) 2023-06-15 15:25:59 +00:00
docs-build.yml drop AWS action (#18050) 2023-07-11 15:45:53 +02:00
labeler-issue.yml fix issue labeler (#17501) 2023-04-27 21:28:20 +02:00
labeler-pr.yml ci: label issue with version (#17484) 2023-04-27 14:15:08 +00:00
markdown.links.config.json Drop support for PyTorch 1.10 (#16492) 2023-02-01 14:09:12 -05:00
probot-auto-cc.yml
probot-check-group.yml
release-docker.yml ci: bump CUDA for nightly (#18162) 2023-07-25 22:30:09 +02:00
release-pypi.yml ci: format json in signaling (#17891) 2023-06-22 06:05:18 -07:00
tpu-tests.yml [TPU] Do not cancel all jobs when one fails (#18052) 2023-07-25 14:24:50 +02:00

README.md

Continuous Integration and Delivery

Unit and Integration Testing

workflow file action accelerator*
.github/workflows/ci-tests-pytorch.yml Run all tests except for accelerator-specific, standalone and slow tests. CPU
.azure-pipelines/ipu-tests.yml Run only IPU-specific tests. IPU
.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
.azure-pipelines/gpu-benchmarks.yml Run speed/memory benchmarks for parity with pure PyTorch. GPU
.github/workflows/tpu-tests.yml Run only TPU-specific tests. Requires that the PR title contains '[TPU]' TPU

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.
.github/workflows/ci-check-md-links.yml Validate links in markdown files.

Others

workflow file action
.github/workflows/ci-dockers.yml Build docker images used for testing in CI. If run on nightly schedule, push to the Docker Hub.
.github/workflows/ci-pkg-install.yml Test if pytorch-lightning is successfully installed using pip.

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.

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.
.github/workflows/probot-check-group.yml, .github/checkgroup.yml Checks whether the relevant jobs were successfully run based on the changed files in the PR
.pre-commit-config.yaml pre-commit.ci runs a set of linters and formatters, such as black, ruff 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/labeler.yml, .github/labeler.yml Integration of https://github.com/actions/labeler