Skip to content

Commit 3b4c77b

Browse files
authored
twister: Add platform_exclude: tmo_dev_edge to get a passing run (#208)
* twister: Add platform_exclude: tmo_dev_edge to get a passing run This can not be done for internal builds, but will enable me to start a discussion about quarantine files with reviewers. Signed-off-by: Dennis Ruffer <[email protected]> * twister: Add platform_exclude: tmo_dev_edge to get a passing run Fix YAMLLint (empty-lines):too many blank lines (1 > 0) Signed-off-by: Dennis Ruffer <[email protected]> * twister: Add platform_exclude: tmo_dev_edge to get a passing run Cannot have even 1 blank line at EOF. Signed-off-by: Dennis Ruffer <[email protected]> --------- Signed-off-by: Dennis Ruffer <[email protected]>
1 parent 9bc0b49 commit 3b4c77b

File tree

18 files changed

+21
-3
lines changed

18 files changed

+21
-3
lines changed

samples/modules/nanopb/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ tests:
1717
integration_platforms:
1818
- native_posix
1919
- native_posix_64
20+
platform_exclude: tmo_dev_edge

samples/subsys/nvs/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tests:
55
sample.nvs.basic:
66
tags: nvs
77
depends_on: nvs
8-
platform_exclude: qemu_x86
8+
platform_exclude: qemu_x86 tmo_dev_edge
99
integration_platforms:
1010
- nrf52dk_nrf52832
1111
harness: console

samples/subsys/task_wdt/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ tests:
2121
platform_exclude:
2222
- s32z270dc2_rtu0_r52
2323
- s32z270dc2_rtu1_r52
24+
- tmo_dev_edge

tests/benchmarks/sched/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ tests:
1313
regex:
1414
- "unpend\\s+\\d* ready\\s+\\d* switch\\s+\\d* pend\\s+\\d* tot\\s+\\d* \\(avg\\s+\\d*\\)"
1515
- "fin"
16+
platform_exclude: tmo_dev_edge

tests/drivers/counter/counter_basic_api/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tests:
55
- counter
66
depends_on: counter
77
min_ram: 16
8-
platform_exclude: nucleo_f302r8
8+
platform_exclude: nucleo_f302r8 tmo_dev_edge
99
timeout: 600
1010
drivers.counter.basic_api.nrf_zli:
1111
tags:

tests/drivers/flash/common/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ tests:
3434
and dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions"))
3535
integration_platforms:
3636
- qemu_x86
37+
platform_exclude: tmo_dev_edge
3738
drivers.flash.common.tfm_ns:
3839
build_only: true
3940
filter: (CONFIG_FLASH_HAS_DRIVER_ENABLED and CONFIG_TRUSTED_EXECUTION_NONSECURE

tests/kernel/mem_slab/mslab/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ tests:
33
tags:
44
- kernel
55
- memory_slabs
6+
platform_exclude: tmo_dev_edge

tests/kernel/usage/thread_runtime_stats/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ tests:
1616
integration_platforms:
1717
- qemu_x86
1818
- mps2_an385
19+
platform_exclude: tmo_dev_edge

tests/kernel/workq/work_queue/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ tests:
44
tags:
55
- kernel
66
- workqueue
7+
platform_exclude: tmo_dev_edge

tests/lib/cmsis_dsp/filtering/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ tests:
108108
extra_args: CONF_FILE=prj_base.conf
109109
extra_configs:
110110
- CONFIG_CMSIS_DSP_TEST_FILTERING_MISC=y
111+
platform_exclude: tmo_dev_edge
111112
libraries.cmsis_dsp.filtering.misc.fpu:
112113
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU
113114
and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
@@ -123,3 +124,4 @@ tests:
123124
extra_configs:
124125
- CONFIG_CMSIS_DSP_TEST_FILTERING_MISC=y
125126
- CONFIG_FPU=y
127+
platform_exclude: tmo_dev_edge

tests/subsys/dsp/basicmath/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tests:
99
tags: zdsp
1010
min_flash: 128
1111
min_ram: 64
12+
platform_exclude: tmo_dev_edge
1213
zdsp.basicmath.fpu:
1314
filter: (CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
1415
integration_platforms:
@@ -21,6 +22,7 @@ tests:
2122
- CONFIG_FPU=y
2223
min_flash: 128
2324
min_ram: 64
25+
platform_exclude: tmo_dev_edge
2426
zdsp.basicmath.arcmwdt:
2527
filter: CONFIG_ISA_ARCV2
2628
toolchain_allow: arcmwdt

tests/subsys/jwt/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ tests:
99
filter: CONFIG_ENTROPY_HAS_DRIVER
1010
integration_platforms:
1111
- frdm_k64f
12+
platform_exclude: tmo_dev_edge

tests/subsys/logging/log_backend_init/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ tests:
66
- log_core
77
- logging
88
filter: not CONFIG_LOG_MODE_IMMEDIATE
9+
platform_exclude: tmo_dev_edge

tests/subsys/logging/log_core_additional/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ tests:
44
extra_args: CONF_FILE=prj.conf
55
integration_platforms:
66
- native_posix
7+
platform_exclude: tmo_dev_edge
78
logging.add.sync:
89
tags: logging
910
extra_args: CONF_FILE=log_sync.conf

tests/subsys/logging/log_link_order/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ tests:
66
- log_links
77
- logging
88
filter: not CONFIG_LOG_MODE_IMMEDIATE
9+
platform_exclude: tmo_dev_edge

tests/subsys/logging/log_timestamp/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ tests:
1515
- timestamp
1616
extra_configs:
1717
- CONFIG_LOG_OUTPUT_FORMAT_CUSTOM_TIMESTAMP=y
18+
platform_exclude: tmo_dev_edge

tests/subsys/portability/cmsis_rtos_v2/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tests:
22
portability.cmsis_rtos_v2:
3-
platform_exclude: m2gl025_miv
3+
platform_exclude: m2gl025_miv tmo_dev_edge
44
tags: cmsis_rtos
55
min_ram: 32
66
min_flash: 34

tests/subsys/rtio/rtio_api/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ tests:
2525
- userspace
2626
integration_platforms:
2727
- qemu_x86
28+
platform_exclude: tmo_dev_edge
2829
rtio.api.userspace.submit_sem:
2930
filter: CONFIG_ARCH_HAS_USERSPACE
3031
extra_configs:
@@ -35,3 +36,4 @@ tests:
3536
- userspace
3637
integration_platforms:
3738
- qemu_x86
39+
platform_exclude: tmo_dev_edge

0 commit comments

Comments
 (0)