-
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
Automated implementation of initially 1 python test to use Metadata script as an intermediate argument holder #33888
Automated implementation of initially 1 python test to use Metadata script as an intermediate argument holder #33888
Conversation
…n intermediate argument holder
PR #33888: Size comparison from 1a8c6d2 to b0de6c4 Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #33888: Size comparison from 1a8c6d2 to ec4f692 Increases above 0.2%:
Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #33888: Size comparison from 1a8c6d2 to daf8a57 Increases above 0.2%:
Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
…mports for yaml.paths_finder to chipyaml.paths_finder
PR #33888: Size comparison from 1a8c6d2 to 940ac3f Increases above 0.2%:
Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #33888: Size comparison from 1a8c6d2 to 7f29f1d Increases above 0.2%:
Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Merge master into current branch.
PR #33888: Size comparison from 8b905ab to ee5c871 Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Merged from master to update latests fixes to cirque failure.
PR #33888: Size comparison from 8ba371a to f37cbdd Full report (22 builds for cc13x4_26x4, cc32xx, linux, mbed, nrfconnect, nxp, qpg, stm32, tizen)
|
PR #33888: Size comparison from 8ba371a to 70c8252 Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #33888: Size comparison from 8ba371a to ece8fe4 Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
…cript as an intermediate argument holder (project-chip#33888) * Automated implementation of 1 python test to use Metadata script as an intermediate argument holder * Added modified tests.yaml * Restyled by autopep8 * Restyled by isort * Fixed the unite test for metadata * Fixed the Syntax error Unterminated quoted string * Restyled by autopep8 * Restyled by isort * Fixed the quoted string error * did ruff clean * rename scripts/tests/yaml to scripts/tests/chipyaml and replace the imports for yaml.paths_finder to chipyaml.paths_finder * Adding the rename changes I had in the new PR to make it clean and independent * Updates and Fixes to the Script * Fixed latest tests.yaml and test_metadata.py changes * Restyled by autopep8 * Restyled by isort * Removed extra import typing.list as per code linter * Restyled by autopep8 --------- Co-authored-by: Restyled.io <[email protected]>
Work for Issue #31317
Follow up to PR #33008
PR #5 - Automated implementation of initially running 1 python test to use Metadata script as an intermediate argument holder. Modified one of the python test script to now use the newer approach of extracting the arguments required through the new created metadata script and use it for execution.
Files Worked: