1tests: 2 buildsystem.debug.build: 3 platform_exclude: 4 - lpcxpresso55s69_ns 5 - nrf9160dk_nrf9160_ns 6 - nrf5340dk_nrf5340_cpuapp_ns 7 build_only: true 8 extra_args: CONF_FILE=debug.conf 9 tags: debug 10 integration_platforms: 11 - native_sim 12 filter: CONFIG_CONSOLE_HAS_DRIVER 13 bootloader.mcuboot.build: 14 tags: mcuboot 15 build_only: true 16 platform_allow: 17 - nrf51dk_nrf51422 18 - nrf52dk_nrf52832 19 extra_configs: 20 - CONFIG_BOOTLOADER_MCUBOOT=y 21 integration_platforms: 22 - nrf51dk_nrf51422 23 - nrf52dk_nrf52832 24 buildsystem.kconfig.utf8_in_values: 25 build_only: true 26 tags: kconfig 27 integration_platforms: 28 - native_sim 29 extra_configs: 30 - CONFIG_KERNEL_BIN_NAME="A_kconfig_value_with_a_utf8_char_in_it_Bøe_" 31