Skip to content

samples: zephyrbt: Use YAML list syntax for twister tags - #52

Merged
otavio merged 1 commit into
masterfrom
fix/twister-tags-yaml-list
Sep 4, 2026
Merged

samples: zephyrbt: Use YAML list syntax for twister tags#52
otavio merged 1 commit into
masterfrom
fix/twister-tags-yaml-list

Conversation

@otavio

@otavio otavio commented Sep 4, 2026

Copy link
Copy Markdown
Member

Upstream twister now rejects space-separated values in tags, raising a ConfigurationError during test discovery:

whitespace in 'tags' value 'zephyrbt lua' in test 'samples.zephyrbt.lua_conditions'.
Space-separated lists are not supported, write the value as a YAML list instead

This broke both the nightly Continuous Integration run (33858358864) and the Sync main-next run (33853614793), which failed to load the lua_conditions and robot_patrol suites (Found 2 errors loading 4 test configurations).

The remaining samples use single-word tags and are unaffected.

Testing

After west update (Zephyr at 62acbd571c72), ./scripts/run-tests --dry-run discovers all 6 testsuites with zero configuration errors.

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.
@otavio
otavio merged commit b5ce2fd into master Sep 4, 2026
2 checks passed
@otavio
otavio deleted the fix/twister-tags-yaml-list branch September 4, 2026 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant