-
Notifications
You must be signed in to change notification settings - Fork 10
maestro validate builds command fixes
#205
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
maestro validate builds command fixes
#205
Conversation
fd258e5 to
f609207
Compare
| ) | ||
|
|
||
| for tree_branch, commits in tree_groups.items(): | ||
| # Check if any commit has issues |
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.
The comment is not required anymore as the report will include all the build commits, including commits without any issues i.e. commits with no missing builds detected.
f609207 to
a9e489d
Compare
a9e489d to
5ae9e01
Compare
padovan
left a comment
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.
Thanks, Jeny. The changes looks good to me and I agree in general with @aliceinwire comments.
5ae9e01 to
5fb362f
Compare
|
thanks for updating the code |
5fb362f to
8197e6e
Compare
1. Fix `print_simple_list` function: - Add list of commits tested for builds history output - Add number of missing builds to the ouput 2. Add `item_type` to `print_simple_list` to make it generic for builds and boots 3. Include commits in the output for which 0 builds are detected from the dashboard 4. Implement `extract_validation_data` function for fetching validation information while generating list view report Signed-off-by: Jeny Sadadia <jeny.sadadia@collabora.com>
8197e6e to
59d410c
Compare
print_simple_listfunction:item_typetoprint_simple_listto make it generic for builds and boots