Skip to content

Commit bd6df93

Browse files
MaureenHelmnashif
authored andcommitted
boards: xtensa: Align testcase tags for intel_adsp boards
Aligns intel_adsp boards to be consistent about which testcase tags to ignore or apply. This reduces the number of tests for intel_adsp_cavs15 because we now ignore networking and Bluetooth tests. It increases the number of tests for intel_adsp_cavs20 because we're no longer limited to only kernel and sof tests. intel_adsp_cavs18 and intel_adsp_cavs25 already had these tags and don't need to be modified. Signed-off-by: Maureen Helm <[email protected]>
1 parent 2b8df6b commit bd6df93

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

boards/xtensa/intel_adsp_cavs15/intel_adsp_cavs15.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ type: mcu
44
arch: xtensa
55
toolchain:
66
- zephyr
7+
testing:
8+
ignore_tags:
9+
- net
10+
- bluetooth

boards/xtensa/intel_adsp_cavs20/intel_adsp_cavs20.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ arch: xtensa
55
toolchain:
66
- zephyr
77
testing:
8-
only_tags:
9-
- kernel
10-
- sof
8+
ignore_tags:
9+
- net
10+
- bluetooth

0 commit comments

Comments
 (0)