Skip to content

Commit 5d3ea79

Browse files
rugeGerritsenPerMac
authored andcommitted
scripts: ci: tags: Skip twister when MPSL API is unchanged
The intention is to speedup the CI plans running when updating the MPSL 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 74f194a commit 5d3ea79

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
@@ -64,7 +64,6 @@ bluetooth:
6464
- nrf/tests/subsys/bluetooth/
6565
- nrfxlib/crypto/
6666
- nrfxlib/mpsl/include/
67-
- nrfxlib/mpsl/lib/
6867
- nrfxlib/softdevice_controller/include/
6968
- zephyr/cmake/
7069
- zephyr/drivers/bluetooth/

0 commit comments

Comments
 (0)