Skip to content

Commit

Permalink
test-spec: force full testing for cmake and sysbuild changes
Browse files Browse the repository at this point in the history
Prevent scope optimization, force to run all integration tests.
Remove cmake and sysbuild from specific labels.

Signed-off-by: Piotr Kosycarz <[email protected]>
  • Loading branch information
nordic-piks authored and rlubos committed Oct 22, 2024
1 parent f1036a2 commit 3731f7f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
- "include/mgmt/*"
- "include/dfu/**/*"
- "include/net/**/*"
- "cmake/*"
- "lib/lte_link_control/**/*"
- "modules/mcuboot/**/*"
- "modules/trusted-firmware-m/*"
Expand Down Expand Up @@ -154,8 +153,6 @@
- "include/fw_info.*"
- "include/mgmt/*"
- "include/net/**/*"
- "cmake/**/*"
- "sysbuild/**/*"
- "modules/mcuboot/**/*"
- "modules/trusted-firmware-m/*"
- "samples/nrf5340/netboot/**/*"
Expand All @@ -174,9 +171,10 @@

"CI-all-test":
- "subsys/partition_manager/**/*"
- "cmake/**/*"
- "sysbuild/**/*"

"CI-tfm-test":
- "cmake/*"
- "include/tfm/**/*"
- "modules/nrfxlib/**/*"
- "modules/tfm/**/*"
Expand Down Expand Up @@ -272,7 +270,6 @@
- "boards/nordic/*mouse/**/*"
- "boards/nordic/*kbd/**/*"
- "boards/nordic/*dongle/**/*"
- "cmake/*"
- "drivers/sensor/paw3212/**/*"
- "drivers/sensor/pmw3360/**/*"
- "dts/bindings/sensor/pixart*"
Expand All @@ -289,7 +286,6 @@
- "subsys/partition_manager/**/*"

"CI-crypto-test":
- "cmake/*"
- "drivers/entropy/*"
- "drivers/hw_cc3xx/*"
- "drivers/net/*"
Expand Down Expand Up @@ -379,7 +375,6 @@
"CI-find-my-test":
- "CMakeLists.txt"
- "Kconfig.nrf"
- "cmake/**/*"
- "drivers/entropy/**/*"
- "drivers/hw_cc3xx/**/*"
- "drivers/mpsl/**/*"
Expand Down Expand Up @@ -559,8 +554,6 @@
- "include/fprotect.h"
- "include/dfu/*suit*"
- "include/sdfw/sdfw_services/*"
- "cmake/**/*"
- "sysbuild/**/*"
- "lib/dk_buttons_and_leds/**/*"
- "subsys/dfu/*"
- "subsys/nrf_rpc/**/*"
Expand Down

0 comments on commit 3731f7f

Please sign in to comment.