Skip to content

Commit 74f194a

Browse files
rugeGerritsenPerMac
authored andcommitted
scripts: ci: tags: Skip twister when SoftDevice Controller API is unchanged
The intention is to speedup the CI plans running when updating the SoftDevice Controller library revision. This is currently increasing the CI execution time by around 50 - 60 minutes. Building samples is unlikely to fail when the API is unchanged. What can fail: - Linking (undefined functions). This will likely have been caught before pushing a library update or when running tests. - RAM/FLASH overflow because of increased static ram or flash usage. Out of experience this is unlikely to happen. Signed-off-by: Rubin Gerritsen <[email protected]>
1 parent 148b956 commit 74f194a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/ci/tags.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ bluetooth:
6666
- nrfxlib/mpsl/include/
6767
- nrfxlib/mpsl/lib/
6868
- nrfxlib/softdevice_controller/include/
69-
- nrfxlib/softdevice_controller/lib/
7069
- zephyr/cmake/
7170
- zephyr/drivers/bluetooth/
7271
- zephyr/include/zephyr/bluetooth/

0 commit comments

Comments
 (0)