-
Notifications
You must be signed in to change notification settings - Fork 2.1k
.murdock: Kconfig test apps for all boards #17402
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
Conversation
.murdock
Outdated
@@ -425,7 +471,9 @@ compile() { | |||
|
|||
if [ ${should_check_kconfig_hash} != 0 ]; then | |||
if [ ${kconfig_test_hash} != ${test_hash} ]; then | |||
tput setaf 1 |
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.
what does this do?
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.
Ahh this is just temporary, when I run in my console it shows this warning in red, easier to scan while things are going. Please ignore.
LGTM. |
47a321a
to
6e99c75
Compare
These tests seem to be working. I think there are still some low hanging fruit boards but maybe we should get this in first and remove them later. May I squash and clean? |
Yes, please squash! |
Introduce the TEST_KCONFIG_TEST_ALLOWLIST and TEST_KCONFIG_BOARD_BLOCKLIST This will test kconfig modeling on a small subset of apps for all boards that are not on the blocklist. This should automatically test new boards, preventing merging of non-kconfig complete boards.
6e99c75
to
5f7c31f
Compare
Squashed, removed app limiting, and cleaned up the tput commands. Everything should be good to go. As we have to wait for the CI maybe now would be a good time to auto-merge? |
Many thanks for the quick reviews, it is nice to get this in before everyone's vacation. |
Oh shoot, we need an ack ping @kaspar030 @fjmolinas |
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.
ACK!
Contribution description
Introduce the TEST_KCONFIG_TEST_ALLOWLIST and TEST_KCONFIG_BOARD_BLOCKLIST
This will test kconfig modeling on a small subset of apps
for all boards that are not on the blocklist.
This should automatically test new boards, preventing merging
of non-kconfig complete boards.
Testing procedure
CI green and verify that boards are being tested by murdock for the specified apps.
Issues/PRs references
Part of #16875