-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Use very verbose to see more details in case of problem #11382
Conversation
Wouldn't this cause an issue for CI (logs size, time to log all) ? |
I assume this is for testing purposes only ? |
@OPpuolitaival, thank you for your changes. |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
CI restarted (example was broken, has to be refetched) |
@OPpuolitaival I concur with Martin, this would be fine for a test but I don't think we want this in the options as the default? Potentially much bigger logs ? |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
@adbridge I would like to get this merged. -v for build scripts do not provide much verbose. -vv only really tells something internal communication. This is also behind verbose flag in example.py and not used as default |
No impact on build time and size of the logs - all fine there? |
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.
Looks ok to me: since it only appears to affect test it should not have an impact on 'normal' building.
CI started |
Test run: FAILEDSummary: 2 of 4 test jobs failed Failed test jobs:
|
CI restarted |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
Ci restarted, java exception |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
Because of 5.14.0-rc1 CI jobs, we aborted CI job here. We will restart once 5.14.0rc1 is ready. |
CI restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
'mbed compile -v' does not provide enough verbose to see problems. Adding '-vv' to see more details in logs.
Pull request type
Reviewers
Release Notes