-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Add to Boards Test check if build.board is uppercase #8950
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice check!
Will we change all board to upper case? |
I found a board with '-' symbol too |
I see but almost all boards use only uppercase chars + numbers + _ |
For keeping compatibility we will leave old boards as is and only check this for new incoming boards. |
Description of Change
Added automated check if boards_name.build.board is uppercase.
Tests scenarios
Tested locally
Related links
#7942