[zephyr] zephyr twister test report for easy comparison - #556
Open
pranav4330 wants to merge 1 commit into
Open
Conversation
made changes to zephyr-twister-tests.yml to compare the previous run and latest run and generate a latest report for easy comparison added generate_twister_report.py this script will genrate a detailed .xlxs report Signed-off-by: Pranav Patil <pranpati@qti.qualcomm.com>
Contributor
|
Please follow English grammar when writing PR description which will become the commit message of the merged PR. You can use co-pilot for that. Suggestions: If the code generated with the help of AI tooling, you need to add a statement following LLVM code standards: Assisted-by: commit trailer or a brief note in the PR description. And make sure you understand all that the code is doing. |
Ana Pazos (apazos)
requested a review
from Navaneeth Shanmugasundaram (navaneethshan)
July 30, 2026 00:21
Contributor
|
A few high level comments (in addition to Ana's), I'll try to take a closer look at this later in the week:
|
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.
Updated zephyr-twister-tests.yml to compare the previous and latest test runs and generate a consolidated report for easier analysis.
Added generate_twister_report.py to generate a detailed Excel (.xlsx) report.
Signed-off-by: Pranav Patil pranpati@qti.qualcomm.com