Commit Graph

18 Commits

Author SHA1 Message Date
Carlos Mocholí 774fb1abce
Optimize required checks when Lite tests are modified (#15232) 2022-10-21 16:08:46 +09:00
otaj 099580cf2b
Assistant fixes (#15221)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-10-20 18:23:47 +00:00
Jirka Borovec 4b9d028541
CI: enable CI run for PT 1.13 (#15128)
* Apply suggestions from code review
* enable CI to run for PT 1.13

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-10-20 08:33:56 +00:00
Jirka Borovec d0b092fda8
Lite: setting extras & fix CI (#15192)
* extras
* test.txt
* doctest
* Apply suggestions from code review
* Fix imports
* Oops

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-10-19 19:05:23 +00:00
Jirka Borovec e11b2b1ca7
CI: rename Azure workflow file (#15097) 2022-10-12 15:18:12 +02:00
Akihiro Nitta 2a657998d4
CI: Reuse clear cache (#14593)
* Remove existing weekly reset logic
* clear cache every week
* Use main tag
2022-10-05 11:52:42 +02: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í 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
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
Carlos Mocholí f3d4d83462
Add path filters for some non-required jobs (#14539) 2022-09-05 12:16:26 +00: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] 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] 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
Adrian Wälchli fcf9b42df9
Revert "Remove skipping logic in favor of path filtering (#14170)" (#14244) 2022-08-17 10:15:23 -04:00
Carlos Mocholí fe9e5d55bf
Remove skipping logic in favor of path filtering (#14170) 2022-08-12 13:24:35 +02:00
Akihiro Nitta dfda3f384e
CI: Update Windows version from 2019 to 2022 (#14129)
Update windows
2022-08-10 05:02:54 -04: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