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

Refactor 'results --action=builds' #67

Merged
merged 5 commits into from
Dec 16, 2024

Conversation

padovan
Copy link
Contributor

@padovan padovan commented Dec 16, 2024

Improve usability by:

  • showing all builds, not only failing builds
  • filtering for pass or fail
  • color highlight to output
  • add commit hash to log file name to avoid clash with files from a different revision.

The config name, arch and compiler are the key information
to look at, so let's highlight it.

Signed-off-by: Gustavo Padovan <[email protected]>
All other print functions are kci_msg_*().

Signed-off-by: Gustavo Padovan <[email protected]>
Make name even more precise in case we are downloading logs
from different checkouts in the same folder.

Signed-off-by: Gustavo Padovan <[email protected]>
This allows users to click on their terminals to open
the log in a graphical application if they wish to do so.

Signed-off-by: Gustavo Padovan <[email protected]>
Now we can show all build and also select 'pass' or 'fail'
through the --status= option.

Signed-off-by: Gustavo Padovan <[email protected]>
@aliceinwire aliceinwire merged commit 372b9e5 into kernelci:main Dec 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants