-
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
[CI/CD] Standardise argument order in invoking python integration tests during CI #31816
[CI/CD] Standardise argument order in invoking python integration tests during CI #31816
Conversation
Re-arranging the arguments order python test to make it a standard format.
Remove unnecessary required spaces from the script
Removed unnecessary required spaces from the script
PR #31816: Size comparison from 9526318 to b31965f Decreases (1 build for efr32)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
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 says it re-orders arguments, however it seems to also re-order tests. Please do that separately.
Also new file has different line count than the old one - TC_IDM_1_4.py seems to be gone for example. Please double-check that we do not lose lines.
Added 1 missing scripts from the main code
Added missing script line from the main code while re-arranging
PR #31816: Size comparison from 9526318 to 316918e Increases (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
Decreases (18 builds for bl702l, linux, psoc6)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
Yes, that is worked and updated. Can you review now? |
Work for Issue #31317
PR #1 - Re-Arranging the arguments order python test to make it a standard format.
Files Touched: