-
Notifications
You must be signed in to change notification settings - Fork 3k
PSA more options in release tool #10070
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
Conversation
@orenc17, thank you for your changes. |
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.
Nothing looks out of the ordinary here.
@ARMmbed/mbed-os-maintainers do not merge yet |
@cmonr your review is very much a must here ! |
Finished with the changes.. ready for CI |
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.
LGTM!
tools/psa/release.py
Outdated
|
||
subprocess.check_call([ | ||
sys.executable, MAKE_PY_LOCATTION, | ||
'mbed', 'test', '--compile', |
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.
🎉
CI started |
Test run: FAILEDSummary: 4 of 9 test jobs failed Failed test jobs:
|
CI restarted. Confirming PR has issues, since build failures seemed odd. |
CI restarted. |
Test run: FAILEDSummary: 4 of 9 test jobs failed Failed test jobs:
|
CI started |
Test run: FAILEDSummary: 7 of 9 test jobs failed Failed test jobs:
|
Test run: FAILEDSummary: 4 of 9 test jobs failed Failed test jobs:
|
@ARMmbed/mbed-os-maintainers can you run again? i've reverted back parts of the implementation to the previous one |
CI was restarted |
@oren will there be additional changes required to the mbed-os release script to use some of these new options ? |
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.
AFAICT looks ok
this PR will make the PSA script verbose, if you want to disable most of the prints we'll need to add |
@adbridge the new |
* Default verbose * -q for quiet build with minimal status prints
Starting CI |
Test run: FAILEDSummary: 4 of 9 test jobs failed Failed test jobs:
|
Will start CI for now, but the last commit points to something interesting. @orenc17 What kind of local testing was done prior to the PR? |
CI started |
@cmonr i tried to implement the extra parameter with and without a leading symbol ( |
PSA more options in release tool
Test run: FAILEDSummary: 1 of 13 test jobs failed Failed test jobs:
|
CI job restarted: Dunno why this failed with this PR to begin with.
|
Description
-v
for verbose--skip-tests
to build only the main image.-l
to list PSA platforms.-x
to send extra argument to the build command such as-D
Note to maintainers: this is for 5.12.1
Pull request type
Reviewers
Release Notes