integration_platforms help us control what get built/executed in CI and for each PR submitted. They do not filter out platforms, instead they just minimize the amount of builds/testing for a particular tests/sample. Tests still run on all supported platforms when not in integration mode. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
20 lines
428 B
YAML
20 lines
428 B
YAML
#
|
|
# Copyright (c) 2018 Peter Bigot Consulting, LLC
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
sample:
|
|
name: SHT3XD Sensor Sample
|
|
common:
|
|
platform_allow: efr32mg_sltb004a frdm_k64f nrf51_ble400
|
|
nrf52840dk_nrf52840 nucleo_l476rg
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
tags: sensors
|
|
build_only: true
|
|
tests:
|
|
sample.sensor.sht3xd: {}
|
|
sample.sensor.sht3xd.trigger:
|
|
extra_args: CONF_FILE="trigger.conf"
|