Commit Graph

416 Commits

Author SHA1 Message Date
Jirka Borovec f9ef19f108
Run CI helpers' doctests in a workflow (#14498)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-09-30 01:56:56 +02:00
Carlos Mocholí b8cc4525bd
Skip CircleCI trigger for forks (#14930) 2022-09-29 10:16:37 -04:00
Rohit Gupta 688a6da710
Fix pkg version issue while compiling docs (#14914)
* Revert "Add BatchSizeFinder callback (#11089)"

This reverts commit d1a3a3ebf5.

* Revert "Revert "Add BatchSizeFinder callback (#11089)""

This reverts commit 9cc4695925.

* remove pl

* add torch

* add numpy

* rm packages

* add packages

* add packages

* import from PL

* import from PL

* always install PL for doctests

* remove unnecessary requirements

* always install PL in editable mode

* once more

* another attempt

* maybe fix app test?

* Redundant checkgroup path

* Revert "maybe fix app test?"

This reverts commit 8210a43ef4.

* speed up install deps

* damn this

* damn trio

Co-authored-by: otaj <ota@lightning.ai>
Co-authored-by: otaj <6065855+otaj@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-09-28 12:18:07 -04:00
Carlos Mocholí dbb4482ecc
Set path filters in favor of the required-job action (#14294)
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2022-09-21 15:28:35 +01:00
Carlos Mocholí e113d3814b
Explicitly set which Probot job to run (#14756) 2022-09-16 18:12:46 +00:00
Carlos Mocholí c2159c48a5
Fix CC-bot for non-forks (#14710) 2022-09-16 12:41:02 +00:00
Adrian Wälchli fbb7177e5f
Combine the pip install commands in conda workflow (#14744) 2022-09-16 10:02:54 +00:00
Carlos Mocholí 63014a80cb
Tune the checkgroup config (#14712)
* Tune the checkgroup config
* Lite does not support HPU and IPU atm
* Skip HPU as the server is down
2022-09-15 11:41:25 +00:00
Carlos Mocholí df640f7d87
Drop gatekeeper CI checks (#14717) 2022-09-15 11:29:47 +00:00
Carlos Mocholí 98cf134bb3
Add the probot check-group action (#14621)
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-09-15 02:08:11 +02:00
Carlos Mocholí 71dadb5307
Fix TPU CI for non-forks (#14688) 2022-09-14 16:32:07 +09:00
Jirka Borovec fcd1a8d8c1
CI: install more OS (#14660) 2022-09-13 14:03:49 -04:00
Jirka Borovec 4b77adba64
CI: run CLI after install (#14659) 2022-09-13 11:45:32 +09:00
dependabot[bot] 36f1949d25
Bump tj-actions/changed-files from 29.0.3 to 29.0.4 (#14650)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.3 to 29.0.4.
- [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/v29.0.3...v29.0.4)

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

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-09-12 19:01:49 +00:00
Akihiro Nitta 92309c2153
Remove skipping logic in PL CI (#14565)
Drop skipping logic
2022-09-12 18:13:27 +00:00
Carlos Mocholí dfa570ef9f
Run CircleCI with the HEAD sha, not the base (#14625)
* Run CircleCI with the HEAD sha, not the base
* Different solution
2022-09-12 11:25:54 -04:00
dependabot[bot] d8fe0cf9b5
Bump docker/build-push-action from 1.1.0 to 3 (#14651)
* Bump docker/build-push-action from 1.1.0 to 3.1.1

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 1.1.0 to 3.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v1.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* Revert "Bump docker/build-push-action from 1.1.0 to 3.1.1"

This reverts commit 05f9bfb084.

* use v3

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-09-12 13:37:49 +00:00
dependabot[bot] 3c23125aab
Bump carmocca/probot from 1 to 2 (#14336) 2022-09-09 20:13:18 +00:00
Jirka Borovec 7cbf153332
CI: hotfix last version (#14627)
LooseVersion was not correctly evaluation RC and set it as last even though the full release is out...
2022-09-09 18:38:03 +00:00
Carlos Mocholí b0683b4eae
Use the `pull_request_target` workflow event (#14603)
* Use the `pull_request_target` workflow event
* Minor  cleanup
* ready_for_review
2022-09-08 15:29:28 +02:00
Adrian Wälchli d2459df2ff
Standalone Lite: Remaining Utilities (#14492)
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Laverne Henderson <laverne.henderson@coupa.com>
Co-authored-by: Felonious-Spellfire <felonious.spellfire@gmail.com>
2022-09-07 15:25:23 +00:00
Carlos Mocholí 46519e2fc7
Add path filters to the TPU job (#14543) 2022-09-07 15:55:45 +02:00
Carlos Mocholí 5216c51096
Integrate `lightning_utilities.core.rank_zero` (#14556) 2022-09-07 09:21:48 +00:00
dependabot[bot] e5395de9d3
Bump actions/checkout from 2 to 3 (#14540)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  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-09-05 19:13:08 +02:00
dependabot[bot] dafa3e8d2e
Bump tj-actions/changed-files from 29.0.1 to 29.0.3 (#14541)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.1 to 29.0.3.
- [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/v29.0.1...v29.0.3)

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

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-09-05 17:11:54 +00:00
Jirka Borovec 6773df9387
pkg: include lite in PL (#14536)
* pkg: include lite in PL
* Apply suggestions from code review
* ci: nb dirs

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-09-05 13:18:38 +00:00
Carlos Mocholí f3d4d83462
Add path filters for some non-required jobs (#14539) 2022-09-05 12:16:26 +00:00
Adrian Wälchli 291dc1b615
Standalone Lite CI setup (#14451)
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-09-01 22:13:12 +00:00
Akihiro Nitta f2cacf4b10
CI: Reuse check schema (#14469)
* rm _check-shema.yml
* Reuse devtools' check schema
2022-08-31 17:37:49 +02:00
Jirka Borovec 74538f797c
CI: skip examples with draft (#14453) 2022-08-30 23:20:06 +00:00
Jirka Borovec 6188593abd
ci: drop group probot (#14456) 2022-08-30 13:38:51 -04:00
Jirka Borovec 36aefdab90
CI: set probot timeout (#14455) 2022-08-30 13:03:32 -04:00
Jirka Borovec 208bf6faa8
prepare space for fused docs (#14160)
* copy app conf

* ci + req.

* script symlink

* wip

* keep only App

* add also PL

* lightning

* artifact
2022-08-30 09:25:05 -04:00
Jirka Borovec ce2c193662
CI: add e2e cron job (#14402)
* add e2e cron job
* trigger
* workflow_dispatch

Co-authored-by: Mansy <ahmed.mansy156@gmail.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
2022-08-30 12:33:58 +02:00
Jirka Borovec 80b1987ad9
Update GHA job names (#14400)
* update CJ job names
* groups
* filter
* Apply suggestions from code review

Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-08-29 20:03:37 +02:00
dependabot[bot] 2b7cd58e06
Bump tj-actions/changed-files from 28 to 29.0.1 (#14430)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 28 to 29.0.1.
- [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/v28...v29.0.1)

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-29 17:08:37 +09:00
dependabot[bot] 714137d4d6
Bump ravsamhq/notify-slack-action from 1 to 2 (#14290)
Bumps [ravsamhq/notify-slack-action](https://github.com/ravsamhq/notify-slack-action) from 1 to 2.
- [Release notes](https://github.com/ravsamhq/notify-slack-action/releases)
- [Commits](https://github.com/ravsamhq/notify-slack-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: ravsamhq/notify-slack-action
  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-08-26 20:41:36 +00:00
Carlos Mocholí 2157a3b84d
Add a required job checker as an action (1/2) (#14363)
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-08-24 01:07:05 +02:00
otaj bb634310e7
[CI] Bump CUDA in Docker images to 11.6.1 (#14348)
* bump cuda in docker images to 11.6.1

* PUSH TO HUB. REVERT THIS!

* conda forge for 11.6

* cuda 11.5

* revert conda changes

* 11.6 back again

* 11.6 back again, all of them

* maybe all passes now

* maybe all passes now

* final push

* Revert "PUSH TO HUB. REVERT THIS!"

This reverts commit 602bfce224.

* Apply suggestions from code review

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-08-23 12:10:52 -04:00
Jirka Borovec 4586d11829
adding CI for e2e on Azure (#14282)
* start CI

* wip

* matrix

* name

* wip

* prune

* rm

* ls

* cache

* dir

* ls

* name

* cleaning

* clone

* git

* git

* if

* private

* .

* local_id

* clean

* var

* group check

* ci
2022-08-23 11:50:30 -04:00
dependabot[bot] 9cf9bc5820
Bump tj-actions/changed-files from 24 to 28 (#14337)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 24 to 28.
- [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/v24...v28)

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 10:45:05 +00:00
dependabot[bot] c9b3cda0e0
Bump actions/upload-artifact from 2 to 3 (#14289)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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-08-19 07:01:54 +00:00
dependabot[bot] 278df1cd20
Bump actions/setup-node from 2 to 3 (#14286)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  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-08-19 14:37:48 +09:00
dependabot[bot] 2dbdb00b03
Bump actions/setup-python from 2 to 4 (#14287)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  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-08-19 05:31:47 +00:00
Jirka Borovec 52051c5823
release LAI docs as stable (#14250) 2022-08-18 08:11:49 +00:00
Adrian Wälchli 7d17310966
Terminate process when main process raises error in ServableModuleValidator (#14217)
Co-authored-by: otaj <6065855+otaj@users.noreply.github.com>
2022-08-17 19:08:41 +00:00
Jirka Borovec 909e7e7788
CI: docker focus on PL only (#14246)
* CI: docker focus on PL only

* group
2022-08-17 11:39:27 -04:00
Adrian Wälchli fcf9b42df9
Revert "Remove skipping logic in favor of path filtering (#14170)" (#14244) 2022-08-17 10:15:23 -04:00
Jirka Borovec acd4805f1a
CI: clean building docs (#14216)
* CI: clean building docs

* group

* .
2022-08-16 09:28:30 -04:00
Carlos Mocholí fe9e5d55bf
Remove skipping logic in favor of path filtering (#14170) 2022-08-12 13:24:35 +02:00