Commit b5ce2fd
committed
samples: zephyrbt: Use YAML list syntax for twister tags
Upstream twister now rejects space-separated values in 'tags', raising a
ConfigurationError during test discovery:
whitespace in 'tags' value 'zephyrbt lua' [...] Space-separated lists are not
supported, write the value as a YAML list instead
This broke both the nightly CI and the main-next sync runs, which failed to load
the lua_conditions and robot_patrol suites. The remaining samples use single-word
tags and are unaffected.1 parent ece4461 commit b5ce2fd
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
0 commit comments