Skip to content

Commit

Permalink
.github: test-spec: extend LL spec for i2c samples/tests
Browse files Browse the repository at this point in the history
Taken from zephyr.

Signed-off-by: Piotr Kosycarz <[email protected]>
  • Loading branch information
nordic-piks committed Feb 28, 2025
1 parent bc7e337 commit def7c51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -620,12 +620,15 @@
- "include/drivers/gpio/**/*"
- "include/event_manager_proxy.h"
- "subsys/event_manager_proxy/**/*"
- "samples/drivers/audio/**/*"
- "samples/drivers/i2c/**/*"
- "samples/ipc/**/*"
- "samples/event_manager_proxy/**/*"
- "samples/peripheral/lpuart/**/*"
- "samples/sensor/qdec/**/*"
- "samples/subsys/settings/**/*"
- "snippets/sdp/**/*"
- "snippets/nrf54l09-switch-uart/**/*"
- "tests/subsys/event_manager_proxy/**/*"
- "tests/benchmarks/multicore/idle/**/*"
- "tests/drivers/gpio/**/*"
Expand All @@ -634,6 +637,7 @@
- "tests/drivers/sensor/**/*"
- "tests/drivers/audio/**/*"
- "tests/drivers/spi/**/*"
- "tests/drivers/i2c/**/*"

"CI-ps-test":
- "samples/nrf_rpc/protocols_serialization/**/*"
Expand Down

0 comments on commit def7c51

Please sign in to comment.