Skip to content

Commit

Permalink
tests: Add some deprecated child/parent image builds
Browse files Browse the repository at this point in the history
Adds some child and parent image builds without sysbuild to ensure
features remain working until the feature is fully removed

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed May 17, 2024
1 parent f396814 commit 052d3b6
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/modules/mcuboot/direct_xip/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,14 @@ tests:
- nrf52840dk/nrf52840
- nrf52dk/nrf52832
- nrf5340dk/nrf5340/cpuapp
# Deprecated child and parent build to ensure feature does not break until it is removed
mcuboot.direct_xip.child_parent:
sysbuild: false
tags: mcuboot direct_xip child_parent deprecated
platform_allow: nrf9160dk/nrf9160 nrf52840dk/nrf52840 nrf52dk/nrf52832
nrf5340dk/nrf5340/cpuapp
integration_platforms:
- nrf9160dk/nrf9160
- nrf52840dk/nrf52840
- nrf52dk/nrf52832
- nrf5340dk/nrf5340/cpuapp
9 changes: 9 additions & 0 deletions tests/modules/mcuboot/external_flash/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ tests:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- thingy53/nrf5340/cpuapp
# Deprecated child and parent build to ensure feature does not break until it is removed
mcuboot.external_flash.child_parent:
sysbuild: false
platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp thingy53/nrf5340/cpuapp
tags: mcuboot external_flash child_parent deprecated
integration_platforms:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- thingy53/nrf5340/cpuapp
12 changes: 12 additions & 0 deletions tests/subsys/bootloader/bl_crypto/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@ tests:
- nrf5340dk/nrf5340/cpuapp
- nrf52833dk/nrf52833
tags: b0 sysbuild
# Deprecated child and parent build to ensure feature does not break until it is removed
bootloader.bl_crypto.child_parent:
sysbuild: false
platform_allow: nrf52840dk/nrf52840 nrf52dk/nrf52832 nrf9160dk/nrf9160
nrf5340dk/nrf5340/cpuapp nrf52833dk/nrf52833
integration_platforms:
- nrf52840dk/nrf52840
- nrf52dk/nrf52832
- nrf9160dk/nrf9160
- nrf5340dk/nrf5340/cpuapp
- nrf52833dk/nrf52833
tags: b0 child_parent deprecated
7 changes: 7 additions & 0 deletions tests/subsys/pcd/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ tests:
integration_platforms:
- nrf5340dk/nrf5340/cpuapp
tags: pcd sysbuild
# Deprecated child and parent build to ensure feature does not break until it is removed
dfu.pcd.sysbuild.child_parent:
sysbuild: false
platform_allow: nrf5340dk/nrf5340/cpuapp
integration_platforms:
- nrf5340dk/nrf5340/cpuapp
tags: pcd child_parent deprecated

0 comments on commit 052d3b6

Please sign in to comment.