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>
20 lines
407 B
YAML
20 lines
407 B
YAML
# Copyright (c) 2023 Bjarki Arge Andreasen
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
common:
|
|
sysbuild: true
|
|
tags:
|
|
- drivers
|
|
- flash
|
|
tests:
|
|
flash.erase_blocks.build_only:
|
|
harness: ztest
|
|
build_only: true
|
|
platform_allow:
|
|
- sam_v71_xult/samv71q21
|
|
- b_u585i_iot02a
|
|
- nrf9160dk/nrf9160
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
integration_platforms:
|
|
- nrf9160dk/nrf9160
|