dependabot[bot]
|
3a857950bf
|
Bump actions/checkout from 4 to 5 (#10198)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-08-12 20:23:41 +12:00 |
|
dependabot[bot]
|
a1461c5293
|
Bump actions/cache from 4.2.3 to 4.2.4 (#10128)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-08-07 10:09:53 -10:00 |
|
Jesse Hills
|
d8a46c7482
|
[CI] Allow multiple grep options for clang-tidy (#10004)
|
2025-08-01 21:40:53 +12:00 |
|
J. Nick Koston
|
f745135bdc
|
Drop Python 3.10 support, require Python 3.11+ (#9522)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2025-07-15 15:20:58 -10:00 |
|
J. Nick Koston
|
d3d1ba553d
|
Fix blocked CI cancellation caused by always() in clang-tidy workflow (#9503)
|
2025-07-15 14:17:56 +12:00 |
|
J. Nick Koston
|
e3da197adf
|
Remove yamllint job from CI since its now handled by pre-commit job (#9500)
|
2025-07-15 12:52:03 +12:00 |
|
J. Nick Koston
|
619e2d69c0
|
Remove redundant pyupgrade CI job (follow-up to #9484) (#9493)
|
2025-07-15 12:20:05 +12:00 |
|
J. Nick Koston
|
873f4125c5
|
Fix pre-commit CI issues by switching to lite mode (#9484)
|
2025-07-13 17:30:34 -10:00 |
|
J. Nick Koston
|
b21c76a6c6
|
Fix clang-tidy skipping when Python linters are skipped (#9463)
|
2025-07-14 11:04:14 +12:00 |
|
J. Nick Koston
|
8953e53a04
|
CI: Centralize test determination logic to reduce unnecessary job runners (#9432)
|
2025-07-11 21:54:57 +12:00 |
|
J. Nick Koston
|
fc59c08800
|
Fix clang-tidy not finding changed files on squash-merge commits (#9421)
|
2025-07-10 14:37:48 +12:00 |
|
J. Nick Koston
|
e2c60f5384
|
Fix Windows virtual environment activation in CI workflows (#9420)
|
2025-07-10 14:37:03 +12:00 |
|
J. Nick Koston
|
9a1edaa4f4
|
Fix Python cache key mismatch for all pytest jobs (#9417)
|
2025-07-09 15:21:21 -10:00 |
|
J. Nick Koston
|
926e4fa3e1
|
Fix Python cache for all pytest CI jobs (#9415)
|
2025-07-09 14:43:49 -10:00 |
|
J. Nick Koston
|
ff836a8434
|
Fix PlatformIO cache in CI by adding platformio.ini hash to cache key (#9411)
|
2025-07-10 12:40:10 +12:00 |
|
J. Nick Koston
|
6616567b05
|
Speed up clang-tidy CI by 80%+ with incremental checking (#9396)
|
2025-07-10 09:00:44 +12:00 |
|
J. Nick Koston
|
7150f2806f
|
Run integration tests only on Python 3.13 to reduce CI resource usage (#9377)
|
2025-07-07 22:14:34 +00:00 |
|
tomaszduda23
|
c8c43f13fd
|
[ci, nrf52] make zephyr clang mandatory (#8992)
|
2025-06-03 22:03:32 +01:00 |
|
Jesse Hills
|
95a17387a8
|
Bump actions/checkout from 4.1.7 to 4.2.2 (#8904)
|
2025-05-27 16:26:01 +12:00 |
|
J. Nick Koston
|
4ac433fddb
|
Add integration tests for host (#8912)
|
2025-05-26 21:31:32 -05:00 |
|
Thomas Rupprecht
|
aeb4e63950
|
update minimal python version to 3.10 (#8850)
|
2025-05-22 13:21:43 +12:00 |
|
Thomas Rupprecht
|
b1cf08b261
|
add python 3.13 to ci pipeline (#8855)
|
2025-05-20 10:04:09 -04:00 |
|
dependabot[bot]
|
24fbe602dd
|
Bump codecov/codecov-action from 5.4.2 to 5.4.3 (#8820)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-05-19 09:13:20 +12:00 |
|
tomaszduda23
|
7c0546c9f0
|
[clang] clang tidy support with zephyr (#8352)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
|
2025-05-12 23:36:34 +00:00 |
|
Jesse Hills
|
adcd6517db
|
[docker] Use new base container image (#8582)
|
2025-04-28 11:14:50 +12:00 |
|
dependabot[bot]
|
8a3fe9ce4c
|
Bump actions/setup-python from 5.5.0 to 5.6.0 (#8618)
|
2025-04-24 16:18:13 -10:00 |
|
Guillermo Ruffino
|
f29ccb9e75
|
Schema gen action (#8593)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
|
2025-04-24 15:43:37 +12:00 |
|
dependabot[bot]
|
c423a6fb61
|
Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#8572)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-04-15 19:48:51 +00:00 |
|
Jesse Hills
|
00dd5b8339
|
[ci] Pin codecov action to v5.4.0 (#8564)
|
2025-04-15 08:09:51 +12:00 |
|
dependabot[bot]
|
4c1f83614b
|
Bump actions/setup-python from 5.4.0 to 5.5.0 (#8468)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-31 14:28:11 +02:00 |
|
dependabot[bot]
|
43805e6c56
|
Bump actions/cache from 4.2.2 to 4.2.3 (#8433)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-19 12:46:38 -10:00 |
|
dependabot[bot]
|
75dc0d3fb7
|
Bump actions/cache from 4.2.1 to 4.2.2 (#8336)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-02-28 09:11:40 +13:00 |
|
Katherine Whitlock
|
3020083564
|
Ruff format for CI (#8276)
|
2025-02-19 13:24:43 -06:00 |
|
dependabot[bot]
|
7529fb10b4
|
Bump actions/cache from 4.2.0 to 4.2.1 (#8271)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-02-19 16:46:22 +13:00 |
|
dependabot[bot]
|
7727879f01
|
Bump actions/setup-python from 5.3.0 to 5.4.0 (#8154)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-01-29 14:30:30 +01:00 |
|
Jesse Hills
|
663e18310d
|
[ci] Dont run main ci suite on docker files (#7966)
|
2024-12-16 16:58:42 -06:00 |
|
dependabot[bot]
|
555bdac604
|
Bump actions/cache from 4.1.2 to 4.2.0 (#7926)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-06 13:11:31 +13:00 |
|
Keith Burzinski
|
9c8976be13
|
[CI] Update clang-tidy to 18.1.3 (#7822)
|
2024-12-03 11:29:45 +13:00 |
|
Keith Burzinski
|
b79a3d6727
|
[CI] Bump GHA runners to `ubuntu-24.04` (#7905)
|
2024-12-03 06:42:44 +13:00 |
|
dependabot[bot]
|
b29c119408
|
Bump codecov/codecov-action from 4 to 5 (#7771)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-15 12:43:52 +01:00 |
|
dependabot[bot]
|
09f9d91577
|
Bump actions/setup-python from 5.2.0 to 5.3.0 (#7670)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2024-10-25 10:57:09 +13:00 |
|
dependabot[bot]
|
2feffddc55
|
Bump actions/cache from 4.1.1 to 4.1.2 (#7660)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-24 08:06:53 +13:00 |
|
Clyde Stubbs
|
f224984858
|
[CI] failures when installing using apt-get. (#7593)
|
2024-10-12 18:51:51 -05:00 |
|
dependabot[bot]
|
94ad1237ce
|
Bump actions/cache from 4.1.0 to 4.1.1 (#7570)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-09 14:51:31 +13:00 |
|
dependabot[bot]
|
6139b933c5
|
Bump actions/cache from 4.0.2 to 4.1.0 (#7558)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-08 02:00:10 +00:00 |
|
dependabot[bot]
|
bb6693a255
|
Bump actions/setup-python from 5.1.0 to 5.2.0 (#7375)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-08-30 08:17:28 +12:00 |
|
Clyde Stubbs
|
ecd3d838c9
|
[api] Bump noise-c library version (#7288)
|
2024-08-15 15:35:03 +12:00 |
|
Jesse Hills
|
0c567adf63
|
[CI] Dont run full CI on `build-image` action changes (#7270)
|
2024-08-14 08:13:09 +12:00 |
|
tomaszduda23
|
f322ec8f3d
|
use cache to build tests for compoenents (#7059)
|
2024-07-22 11:33:26 +12:00 |
|
Keith Burzinski
|
300d48a55e
|
[CI] Remove old test yamls (#6991)
|
2024-06-27 10:54:17 +12:00 |
|