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
27 changes: 23 additions & 4 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@
- "boards/nordic/nrf5*"
- any:
- "soc/nordic/**/*"
- "!soc/nordic/nrf51*"
- "!soc/nordic/nrf9*"
- any:
- "subsys/pm/**/*"

Expand Down Expand Up @@ -203,7 +205,11 @@
- "modules/trusted-firmware-m/**/*"
- "samples/net/sockets/echo_*/**/*"
- "share/**/*"
- "soc/nordic/**/*"
- any:
- "soc/nordic/**/*"
- "!soc/nordic/nrf51*"
- "!soc/nordic/nrf54h*"
- "!soc/nordic/nrf9*"
- "subsys/net/**/*"
- "subsys/settings/**/*"
- "subsys/bluetooth/shell/**/*"
Expand All @@ -230,7 +236,11 @@
- "modules/trusted-firmware-m/**/*"
- "samples/net/sockets/echo_*/**/*"
- "share/**/*"
- "soc/nordic/**/*"
- any:
- "soc/nordic/**/*"
- "!soc/nordic/nrf51*"
- "!soc/nordic/nrf54h*"
- "!soc/nordic/nrf9*"
- "subsys/net/**/*"
- "subsys/settings/**/*"
- "subsys/bluetooth/shell/**/*"
Expand All @@ -243,7 +253,11 @@
- "modules/mbedtls/**/*"
- "modules/openthread/**/*"
- "samples/net/openthread/**/*"
- "soc/nordic/**/*"
- any:
- "soc/nordic/**/*"
- "!soc/nordic/nrf51*"
- "!soc/nordic/nrf54h*"
- "!soc/nordic/nrf9*"
- "subsys/net/**/*"
- "subsys/settings/**/*"

Expand Down Expand Up @@ -274,7 +288,12 @@
"CI-matter-test":
- "include/dfu/**/*"
- "include/mgmt/mcumgr/**/*"
- "soc/nordic/**/*"
- any:
- "soc/nordic/**/*"
- "!soc/nordic/nrf51*"
- "!soc/nordic/nrf52*"
Copy link
Contributor

Choose a reason for hiding this comment

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

why we want to remove validating nrf52 series?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Looking at execution of downstream, only L15 and LM20 are tested, none of nrf52, thus there is no point to trigger it for such changes.

Copy link
Contributor

@guwa guwa Jan 9, 2026

Choose a reason for hiding this comment

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

Is there a task stating to remove all 51 52 53 and 91 validation? If there is no, please create a task in Jira. We need a clear requirement before they are removed.

Copy link
Contributor

Choose a reason for hiding this comment

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

Looking at execution of downstream, only L15 and LM20 are tested, none of nrf52, thus there is no point to trigger it for such changes.

It was mentioned to stop testing 52 from next LTS, but we should keep 52 testing for some relative time. Do you want to remove 52 now or when it is supposed to be stopped with testing.

Also is 53 supposed to be removed as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, I am just looking at boards which are actually used by integration CI - I remove those not used by specific downstream.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@guwa It is just integration scope, not affecting testing in general.
Already talked with @rugeGerritsen, will keep nrf52 and nrf53.

- "!soc/nordic/nrf54h*"
- "!soc/nordic/nrf9*"
- "subsys/dfu/**/*"
- "subsys/settings/**/*"
- "subsys/net/**/*"
Expand Down