Skip to content

Commit

Permalink
[nrf noup] test-spec: descope samples and tests from many CIs
Browse files Browse the repository at this point in the history
Descope samples and tests from many CIs, since the majority are not affecting
the functionality of protocols and applications.
Samples that may affect the overall performance and functionality, should be
enabled specifically.

Signed-off-by: Guojun Wang <guojun.wang@nordicsemi.no>
  • Loading branch information
guwa authored and rlubos committed Feb 20, 2024
1 parent 1d09dda commit 7bb927f
Showing 1 changed file with 33 additions and 21 deletions.
54 changes: 33 additions & 21 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
- "include/net/socket_ncs.h"
- "subsys/testsuite/ztest/**/*"

"CI-lwm2m-test":
"CI-lwm2m-test": null
# Not necessary to run tests on changes to this repo.

"CI-boot-dfu-test":
Expand Down Expand Up @@ -66,16 +66,7 @@
- any:
- "include/zephyr/bluetooth/**/*"
- "!include/zephyr/bluetooth/mesh/**/*"
- any:
- "samples/bluetooth/**/*"
- "!samples/bluetooth/mesh/**/*"
- "!samples/bluetooth/mesh_demo/**/*"
- "!samples/bluetooth/mesh_provisioner/**/*"
- any:
- "tests/bluetooth/**/*"
- "!tests/bluetooth/mesh/**/*"
- "!tests/bluetooth/mesh_shell/**/*"
- "!tests/bluetooth/audio/**/*"
- "samples/bluetooth/hci_rpc/**/*"

"CI-mesh-test":
- "subsys/bluetooth/mesh/**/*"
Expand Down Expand Up @@ -126,7 +117,10 @@
- "subsys/tracing/**/*"

"CI-desktop-test":
- "**/*"
- any:
- "**/*"
- "!samples/bluetooth/**/*"
- "!tests/bluetooth/**/*"

"CI-crypto-test":
- "boards/arm/nrf52840dk_nrf52840/**/*"
Expand All @@ -141,10 +135,16 @@
- "modules/mbedtls/**/*"

"CI-fem-test":
- "**/*"
- any:
- "**/*"
- "!samples/bluetooth/**/*"
- "!tests/bluetooth/**/*"

"CI-rs-test":
- "**/*"
- any:
- "**/*"
- "!samples/bluetooth/**/*"
- "!tests/bluetooth/**/*"

"CI-thread-test":
- "include/zephyr/net/**/*"
Expand All @@ -156,7 +156,10 @@
- "subsys/settings/**/*"

"CI-nfc-test":
- "**/*"
- any:
- "**/*"
- "!samples/bluetooth/**/*"
- "!tests/bluetooth/**/*"

"CI-matter-test":
- "include/dfu/**/*"
Expand All @@ -167,20 +170,29 @@
- "subsys/net/**/*"
- "subsys/mgmt/mcumgr/**/*"
- "drivers/net/**/*"
- "samples/bluetooth/hci_rpmsg/**/*"
- "samples/bluetooth/hci_rpc/**/*"
- any:
- "subsys/bluetooth/**/*"
- "!subsys/bluetooth/mesh/**/*"
- "!subsys/bluetooth/audio/**/*"

"CI-find-my-test":
- "**/*"
- any:
- "**/*"
- "!samples/bluetooth/**/*"
- "!tests/bluetooth/**/*"

"CI-gazell-test":
- "**/*"
- any:
- "**/*"
- "!samples/bluetooth/**/*"
- "!tests/bluetooth/**/*"

"CI-rpc-test":
- "**/*"
- any:
- "**/*"
- "!samples/bluetooth/**/*"
- "!tests/bluetooth/**/*"

"CI-modemshell-test":
- "include/net/**/*"
Expand Down Expand Up @@ -228,7 +240,7 @@
- "subsys/dfu/**/*"
- "subsys/settings/**/*"
- "subsys/mgmt/mcumgr/**/*"
- "samples/bluetooth/hci_rpmsg/**/*"
- "samples/bluetooth/hci_rpc/**/*"
- any:
- "subsys/bluetooth/**/*"
- "!subsys/bluetooth/mesh/**/*"
Expand All @@ -243,7 +255,7 @@
- "drivers/watchdog/**/*"
- "include/dfu/**/*"
- "include/mgmt/mcumgr/**/*"
- "samples/bluetooth/hci_rpmsg/**/*"
- "samples/bluetooth/hci_rpc/**/*"
- "soc/arm/nordic_nrf/**/*"
- "subsys/bluetooth/audio/**/*"
- "subsys/bluetooth/host/**/*"
Expand Down

0 comments on commit 7bb927f

Please sign in to comment.