Commit Graph

21 Commits

Author SHA1 Message Date
Adrian Wälchli 2f7d167132
Rename LightningLite (4/n) (#15979) 2022-12-09 12:51:52 -05:00
Adrian Wälchli 9d1895778e
Rename LightningLite (3/n) (#15939)
* rename class and brand name

* update

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix references

* f401

* rename package

* update name

* update

* update

* update

* update

* debug tests

* revert examples source dir

* update tpu ci workflow

* update

* ci

* requirements/lite

* group-check

* ci

* fix setup

* fix import bug

* space

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2022-12-09 09:51:07 +01:00
Adrian Wälchli 0d2d8dc746
Update branch rules for running CI (#15924)
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2022-12-06 19:44:30 -05:00
Jirka Borovec 77006a20e6
CI: parameterize TPU tests (#15876)
* update
* param
* Apply suggestions from code review
2022-12-06 17:00:15 +00:00
dependabot[bot] ed7707e768
Bump google-github-actions/get-gke-credentials from 0 to 1 (#15843)
Bumps [google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials) from 0 to 1.
- [Release notes](https://github.com/google-github-actions/get-gke-credentials/releases)
- [Changelog](https://github.com/google-github-actions/get-gke-credentials/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/get-gke-credentials/compare/v0...v1)

---
updated-dependencies:
- dependency-name: google-github-actions/get-gke-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 10:01:56 +05:30
Carlos Mocholí cca343267c
Checkgroup config fixes (#15787) 2022-11-26 01:16:48 +00:00
Carlos Mocholí 80e7538379
Enable Probot CheckGroup v4 (#15649) 2022-11-16 11:07:02 +01:00
dependabot[bot] e93c64964e
Bump google-github-actions/auth from 0 to 1 (#15675)
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0 to 1.
- [Release notes](https://github.com/google-github-actions/auth/releases)
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/auth/compare/v0...v1)

---
updated-dependencies:
- dependency-name: google-github-actions/auth
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-16 01:24:20 +09:00
Carlos Mocholí a3edbec501
Delete unused TPU CI files (#15611)
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2022-11-11 18:30:02 +00:00
Carlos Mocholí 1954764c4a
Refactor checkgroup to avoid duplicated checks (#15633)
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2022-11-11 16:38:09 +00:00
Carlos Mocholí 7a8cf4eb10
Print the logs when TPU tests fail (#15533) 2022-11-05 03:08:22 +01:00
Jirka Borovec 4ddc51b05a
CI: skip jobs in draft (#15529)
* skip jobs in draft
* types
2022-11-04 16:17:48 +00:00
Jirka Borovec 78275f11a5
CI: exclude docs requirements changes (#15488) 2022-11-03 21:28:31 +00:00
Carlos Mocholí 7f3e9de726
Fix TPU tests on master builds (#15349) 2022-10-31 15:58:02 +00:00
Carlos Mocholí 54e76683fa
Drop "full" suffix in CI (#15320) 2022-10-26 16:24:16 +02:00
Jirka Borovec 9c2164a1ad
Run all tests in master (#15288)
* example full tests on master

* Modify checkgroup

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-10-25 12:34:04 -04:00
Carlos Mocholí 777a12aa69
Allow sharing secrets on TPU tests (#15289) 2022-10-25 09:23:39 -04:00
dependabot[bot] 47a2a62aed
Use `google-github-actions/get-gke-credentials@v0` (#15264)
* Bump google-github-actions/get-gke-credentials from 0.2.1 to 0.8.2

Bumps [google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials) from 0.2.1 to 0.8.2.
- [Release notes](https://github.com/google-github-actions/get-gke-credentials/releases)
- [Changelog](https://github.com/google-github-actions/get-gke-credentials/blob/main/CHANGELOG.md)
- [Commits](fb08709ba2...45e9605d68)

---
updated-dependencies:
- dependency-name: google-github-actions/get-gke-credentials
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Update .github/workflows/tpu-tests.yml

* Don't use deprecated credentials input

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-10-24 21:42:08 +00:00
Carlos Mocholí 103d8ee2a9
Disable package parametrizations until they are fixed (#15273)
* Disable package parametrizations until they are fixed

* Apply suggestions from code review

* Reword

* What does this mean?

* Missed some

* Update .github/workflows/ci-app-examples.yml

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update .github/workflows/ci-app-examples.yml

* trigger ci

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
2022-10-24 18:54:06 +02:00
Jirka Borovec e2d03bab04
CI name for TPU (#15258)
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-10-24 09:19:42 +00: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