Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 17 additions & 4 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
# Not necessary to run tests on changes to this repo.

"CI-boot-test":
- "boards/nordic/**/*"
- "boards/nordic/nrf52840dk*"
- "boards/nordic/nrf5340dk*"
- "boards/nordic/nrf54h20dk*"
- "boards/nordic/nrf54l*"
- "boards/nordic/nrf9160dk*"
- "subsys/mgmt/mcumgr/**/*"
- "subsys/dfu/**/*"
- "include/mgmt/mcumgr/**/*"
Expand All @@ -50,7 +54,8 @@
- "tests/subsys/mgmt/mcumgr/**/*"

"CI-dfu-test":
- "boards/nordic/**/*"
- "boards/nordic/nrf54h20dk*"
- "boards/nordic/nrf54l*"
- "drivers/bluetooth/**/*"
- "drivers/console/**/*"
- "drivers/flash/**/*"
Expand Down Expand Up @@ -180,7 +185,11 @@
- "modules/mbedtls/**/*"

"CI-fem-test":
- "boards/nordic/**/*"
- "boards/nordic/nrf21540dk*"
- "boards/nordic/nrf52833dk*"
- "boards/nordic/nrf52840dk*"
- "boards/nordic/nrf5340dk*"
- "boards/nordic/nrf54l*"
- "drivers/bluetooth/hci/**/*"
- "drivers/entropy/**/*"
- "dts/bindings/**/*"
Expand All @@ -203,7 +212,11 @@
- "CMakeLists.txt"

"CI-rs-test":
- "boards/nordic/**/*"
- "boards/nordic/nrf21540dk*"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add nrf52833dk for RS and FEM

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added.

- "boards/nordic/nrf52833dk*"
- "boards/nordic/nrf52840dk*"
- "boards/nordic/nrf5340dk*"
- "boards/nordic/nrf54l*"
- "drivers/bluetooth/hci/**/*"
- "drivers/entropy/**/*"
- "dts/bindings/**/*"
Expand Down