zephyr/samples/tfm_integration/config_build/sample.yaml
Anas Nashif b207035851 tests: add integration_platforms and misc optimizations
Add integration_platforms to many tests that use platform_allow to
manage scope of pull_request CI.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-11-26 00:12:07 +01:00

31 lines
730 B
YAML

sample:
description: Test TF-M builds in various configurations
name: TF-M build configuration
common:
tags:
- trusted-firmware-m
platform_allow:
- v2m_musca_s1/musca_s1/ns
- nrf5340dk/nrf5340/cpuapp/ns
- nrf9160dk/nrf9160/ns
- bl5340_dvk/nrf5340/cpuapp/ns
integration_platforms:
- nrf5340dk/nrf5340/cpuapp/ns
harness: console
harness_config:
type: one_line
regex:
- "Hello World! (.*)"
tests:
sample.config_build.no_bl2:
extra_configs:
- CONFIG_TFM_BL2=n
sample.config_build.single_image:
tags:
- mcuboot
platform_allow:
# Platform fails no_bl2
- stm32l562e_dk/stm32l562xx/ns
extra_configs:
- CONFIG_TFM_MCUBOOT_IMAGE_NUMBER=1