filter: Exclude failing drivers test at debug build
Some of tests/drivers/build_all/ test are failing link step only when debug is enabled, these filters prevent those tests from being executed under such configuration. Jira: ZEP-1063 Change-Id: Ib2ff649794a1d73b133fbf998bbe8143a822c753 Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
This commit is contained in:
parent
dbfc696437
commit
af18a34a6a
1 changed files with 4 additions and 0 deletions
|
@ -6,11 +6,15 @@ tags = drivers footprint
|
|||
build_only = true
|
||||
tags = drivers footprint
|
||||
extra_args = CONF_FILE=sensors.conf
|
||||
#Do not run for debug daily build
|
||||
filter = not (CONFIG_DEBUG and CONFIG_SOC_QUARK_D2000)
|
||||
|
||||
[test_build_sensor_triggers]
|
||||
build_only = true
|
||||
tags = drivers footprint
|
||||
extra_args = CONF_FILE=sensors_trigger.conf
|
||||
#Do not run for debug daily build
|
||||
filter = not (CONFIG_DEBUG and CONFIG_SOC_QUARK_D2000)
|
||||
|
||||
[test_build_ethernet]
|
||||
build_only = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue