Jirka Borovec
c7ffd41049
ci/hotfix: legacy workflow ( #16721 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-13 18:34:15 +01:00
Carlos Mocholí
3f6c402162
Update CI workflow docs ( #16578 )
2023-02-01 13:34:19 +01:00
Jirka Borovec
a203b043cb
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>
2022-12-19 12:18:38 -05:00
Carlos Mocholí
54e76683fa
Drop "full" suffix in CI ( #15320 )
2022-10-26 16:24:16 +02:00
Carlos Mocholí
375ab53861
Migrate TPU tests to GitHub actions ( #14687 )
...
* Migrate TPU tests to GitHub actions
* No working dir
* Keep _target
* Dont skip draft
* CHECK_SLEEP
* Not yet
* Remove recurrent cleanup script
* Set secrets
* a step cannot have both the `uses` and `run` keys
* Version $PYTHON_VER was not found in the local cache
* can't load package ... ($GOPATH not set)
* The `set-env` command is disabled
* Try updating go
* Match timeout
* simplify path
* More cleanup
* Install coverage. Unmark draft
* Update .github/workflows/ci-pytorch-test-tpu.yml
* DEBUG echo
* Revert "DEBUG echo"
This reverts commit 4011856e6e
.
* More debug
* SSH
* Im stupid
* Remove always()
* Forgot some
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
2022-10-21 20:01:39 +02:00
Jirka Borovec
e11b2b1ca7
CI: rename Azure workflow file ( #15097 )
2022-10-12 15:18:12 +02:00
Akihiro Nitta
e47d5a2376
CI: Combine conda and full testing into a single workflow ( #14387 )
...
* Remove conda job
* Remove conda job from readme
* Remove conda jobs from checkgroup
* Remove conda from docker builds
* Remove base-conda dockerfile
* Rewrite the strategy matrix while keeping equivalent
* Run the workflow on this branch
* Revert "Rewrite the strategy matrix while keeping equivalent"
This reverts commit e54298d60e57cffbf8107890987be3fe4a006c77.
* Add PyTorch versions
* Run on draft and disable unrelated costly CI
* Revert "Run the workflow on this branch"
This reverts commit 51ed8b905d8926b630dce4817124bd486135d3ec.
* tmp: Lightweight relevant CI
* Fix CI pathfilter
* Update matrix
* Drop skipping logic
* pip list
* reorder pip list
* tmp: lightweight ci
* Install specified pytorch
* Fix torch installation
* Uncomment steps
* Increase timeout
* bad merge
* Revert "Run on draft and disable unrelated costly CI"
This reverts commit eb5dc5e6bd
.
* Update checkgroup
* Update docs and remove Python/PyTorch versions
* Remove pip-list
* Fail if wrong pytorch version installed
* Add Python 3.8, PyTorch 1.9 job
* tmp: remove azure jobs
* tmp: remove dockers
* tmp: remove others
* Run all combinations
* Include oldest
* Exclude no Python 3.10 distributions
* tmp: no concurrency
* tmp: double timeout
* Add pytest log reporter
* Add pytest-reportlog
* Fewer jobs
* Revert "tmp: no concurrency"
This reverts commit 4a7978dcb3
.
* fix artifact name
* Revert test reports
* Revert unrelated changes
* Revert unrelated changes
* Add the combination of ex-conda jobs
* Update checkgroup
* revert timeout
* remove conda job
* revert docker build workflow file
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-09-29 22:39:04 -04:00
Carlos Mocholí
df640f7d87
Drop gatekeeper CI checks ( #14717 )
2022-09-15 11:29:47 +00:00
Akihiro Nitta
d211d46e1d
CI: Replace `_` of in GHA workflow filenames with `-` ( #13917 )
...
* Rename workflow files
* Update docs
* Fix azure badges
* Update the main readme
* bad rebase
* Update doc
2022-08-10 11:35:41 +09:00
Akihiro Nitta
34afde742e
CI: Enable Python 3.10 in full CPU testing ( #13829 )
...
* Update docker images to build
2022-08-08 11:00:46 -04:00
Akihiro Nitta
0883971ccb
CI: Update XLA from 1.9 to 1.12 ( #14013 )
2022-08-05 05:04:45 -04:00
Adrian Wälchli
7708ce22b2
Update GitHub links to PL repo ( #13849 )
...
* update lightning links in docs
* update links in chlog
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Apply suggestions from code review
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
* Update src/pytorch_lightning/README.md
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
* Update src/pytorch_lightning/README.md
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
* update
* painful
* badges
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update badges
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-07-28 22:08:07 +02:00
Carlos Mocholí
1299e4f984
Run GPU tests with PyTorch 1.12 ( #13716 )
...
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2022-07-28 19:37:57 +05:30
Jirka Borovec
e23756b15d
CI: debug TPU failing tests ( #13679 )
...
* list pytest
* docs
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* list
* test
* fix GK
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-15 17:40:04 -04:00
Akihiro Nitta
cdb493ec42
CI: Update docs-related workflows ( #13547 )
...
* update
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2022-07-15 13:19:18 -04:00
Ekagra Ranjan
36dffb888d
Fix typo in CI/CD doc ( #13196 )
...
* fix typo in ci cd doc
* fix path to release-docker.yaml
* Update instance type
* Update gpu instance type
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2022-06-22 17:48:04 +00:00
Akihiro Nitta
56cd883373
Merge pull request #13250 from PyTorchLightning/ci/rm-base
...
CI: Remove simple test `ci_test-base.yml`
2022-06-08 14:36:52 -04:00
Akihiro Nitta
a6e9bc2943
Document CI/CD ( #12980 )
...
* Add README.md to .github/workflows/
* Link CI/CD doc page from contributing.md
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2022-05-28 23:39:01 +00:00