-
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
[Python] Make it easier to run Python tests in CI #15714
[Python] Make it easier to run Python tests in CI #15714
Conversation
7b71af6
to
c120ccc
Compare
PR #15714: Size comparison from b18b03a to c120ccc Full report (13 builds for cyw30739, k32w, linux, mbed, nrfconnect, p6, telink)
|
PR #15714: Size comparison from b18b03a to 2eca30c Full report (10 builds for cyw30739, k32w, linux, mbed, nrfconnect, telink)
|
PR #15714: Size comparison from b18b03a to 36b2a78 Full report (27 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
64937b9
to
2ab3bca
Compare
PR #15714: Size comparison from 4a71f5a to 2ab3bca Full report (27 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
b611a4b
to
b0bfa7e
Compare
PR #15714: Size comparison from 4a71f5a to b0bfa7e Full report (13 builds for cyw30739, k32w, linux, mbed, nrfconnect, p6, telink)
|
PR #15714: Size comparison from 4a71f5a to f9ef089 Full report (27 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
Fast tracking given this has had enough time for review. |
PR #15714: Size comparison from d80d593 to 63bb0ac Full report (18 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
PR #15714: Size comparison from c4d81c8 to cfcf988 Full report (18 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
* Run Python Test script on CI * Redirect log for pretty output * Update output * Fix * Update doc * Update script * Fix * Disable re-CASE * Update test * Add no-wifi variant * Fix log * Remove test in build.yaml * Enrich functions for enable and disable tests * Remove wait time, update doc * Fix * These words should not by typo?
* Run Python Test script on CI * Redirect log for pretty output * Update output * Fix * Update doc * Update script * Fix * Disable re-CASE * Update test * Add no-wifi variant * Fix log * Remove test in build.yaml * Enrich functions for enable and disable tests * Remove wait time, update doc * Fix * These words should not by typo?
Problem
Not all tests requires a high level isolation/simulation using cirque.
Change overview
Update Python test scripts to make it possible to run it using a simple script.
Testing
CI updated