samples: zephyrbt: Use YAML list syntax for twister tags - #52
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upstream twister now rejects space-separated values in
tags, raising aConfigurationErrorduring test discovery:This broke both the nightly Continuous Integration run (33858358864) and the Sync main-next run (33853614793), which failed to load the
lua_conditionsandrobot_patrolsuites (Found 2 errors loading 4 test configurations).The remaining samples use single-word tags and are unaffected.
Testing
After
west update(Zephyr at62acbd571c72),./scripts/run-tests --dry-rundiscovers all 6 testsuites with zero configuration errors.