Skip to content
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

Sanitycheck: Support --test-only after --build-only #23374

Merged
merged 2 commits into from Mar 24, 2020

Conversation

nashif
Copy link
Member

@nashif nashif commented Mar 10, 2020

support the following operation mode:

sanitycheck --build-only -p qemu_cortex_m0 -T samples/
sanitycheck --test-only -p qemu_cortex_m0 -T samples/

The PR fixes filtering of results.

Fixes #22948

@nashif nashif requested a review from galak March 10, 2020 14:59
@zephyrbot zephyrbot added the area: Sanitycheck Sanitycheck has been renamed to Twister label Mar 10, 2020
@zephyrbot
Copy link
Collaborator

zephyrbot commented Mar 10, 2020

All checks are passing now.

Tip: The bot edits this comment instead of posting a new one, so you can check the comment's history to see earlier messages.

We used the column 'passed' as a boolean to signify pass or fail,
however we do have other states that need to be tracked.
Remove the boolean and use a text field instead that has the status as a
string.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Merge two functions loading previous results into one and support
filtering based on status.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
@nashif
Copy link
Member Author

nashif commented Mar 11, 2020

@galak please try this one.

@nashif nashif merged commit 2f7c187 into zephyrproject-rtos:master Mar 24, 2020
@nashif nashif deleted the sc_status_1 branch March 24, 2020 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Sanitycheck Sanitycheck has been renamed to Twister
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sanitycheck --build-only followed by --test-only fails
4 participants