-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Update generate_spec_xml.py
#36854
base: master
Are you sure you want to change the base?
Update generate_spec_xml.py
#36854
Conversation
Correct branches directory names
Remove Branch.IN_PROGRESS, not here anymore
Remove Branch.IN_PROGRESS, not here anymore
Changed Files
|
Remove in-progress
PR #36854: Size comparison from cfdaf79 to 16dfddf Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
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.
@lboue please add a Testing
section to the PR summary to describe how you tested this change and why automated testing is not possible.
I can't test it because I don't have access to Specification repository https://github.com/CHIP-Specifications/connectedhomeip-spec |
Running the test myself. I am hitting the |
After fixing that, I get a positional argument error: |
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.
This PR does not work: include_in_progress is a mandatory argument and should not be removed.
Corrections following the review
Corrections following the review
Changes
Update
generate_spec_xml.py
:DEFAULT_OUTPUT_DIR_1_3
toDEFAULT_OUTPUT_DIR_1_4
Testing
But I can't test it because I don't have access to Specification repository https://github.com/CHIP-Specifications/connectedhomeip-spec