-
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
[Tizen] CI workflow for running QEMU-based tests #24871
Conversation
This reverts commit a04dabd.
PR #24871: Size comparison from 655d134 to 0e81c05 Increases (9 builds for bl602, bl702, efr32, psoc6, qpg)
Decreases (2 builds for esp32, nrfconnect)
Full report (46 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
|
PR #24871: Size comparison from 655d134 to 879d003 Increases (8 builds for bl702, efr32, esp32, psoc6, qpg, telink)
Decreases (7 builds for esp32, nrfconnect, qpg, telink)
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #24871: Size comparison from 655d134 to 8e40a01 Increases (10 builds for bl702, efr32, psoc6, qpg, telink)
Decreases (7 builds for esp32, nrfconnect, qpg, telink)
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
Now, running tests will be as simple as: ./scripts/build/build_examples.py --target tizen-qemu-tests-no-ble build or manually using |
PR #24871: Size comparison from 7e728bc to aeca296 Decreases (5 builds for bl602, bl702, cc13x2_26x2, qpg)
Full report (16 builds for bl602, bl702, cc13x2_26x2, linux, mbed, qpg)
|
PR #24871: Size comparison from 2b3e39f to 921e0dd Full report (1 build for cc32xx)
|
PR #24871: Size comparison from 92d86d5 to 871879f Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
name for all ARM-based boards.
871879f
to
473e854
Compare
PR #24871: Size comparison from 92d86d5 to 473e854 Decreases (1 build for cc32xx)
Full report (2 builds for cc32xx, mbed)
|
…p-1 into bl702l_matter * 'bl702l_matter' of github.com:bouffalolab/connectedhomeip-1: (446 commits) [Python] Add Python commissioning flow (project-chip#25119) Add to flake8 in workflow and fix python files (project-chip#25280) Align Time Format Localization cluster XML to spec changes. (project-chip#25289) Use the PathsFinder module in scripts/tests/run_test_suite.py instead of having duplicated code (project-chip#25368) Add a continuous browse for Matter operational advertisements on Darwin. (project-chip#25317) Chef doorlock sample update (project-chip#24118) Fix implementation of OnChipScanComplete and OnScanComplete - second PR (project-chip#24873) Add to flake8 in workflow and fix python files (project-chip#25279) Make PASE setup a bit more robust if multiple clients race. (project-chip#25352) Add dependent lib kotlin-stdlib for kotlin version of java-matter-controller (project-chip#25358) [python tests] Add to flake8 in workflow and fix python files (part project-chip#25193) (project-chip#25312) Add to flake8 in workflow and fix python files (project-chip#25283) Add a way to read a concrete attribute path from AttributePathIB::Parser. (project-chip#25293) Make sure various tests in TestReadInteraction are not no-ops. (project-chip#25298) [Android] Add isUrgent option in Android (project-chip#25301) [NXP] Add to flake8 in workflow and fix python files (part project-chip#25193) (project-chip#25305) [placeholder] Allow applications can specify which additional sources to build (project-chip#25346) Set thread sleep and yield backends for rpc (project-chip#25350) [config-data] Remove some enums that just don't generate anything (project-chip#25370) [Tizen] CI workflow for running QEMU-based tests (project-chip#24871) ...
* Uniform way for testing targets * Add README * [Tizen] Add QEMU runner with lighting app tests * Get default Tizen SDK location from env vars * Revert "Uniform way for testing targets" This reverts commit a04dabd. * Add Tizen test driver app to the build_examples.py * Tizen QEMU tests workflow * Update Tizen QEMU-based tests documentation * Enable external network support in QEMU * Update testdata for build example targets * Generate Tizen QEMU-base test target in a single step * Restyled by prettier-markdown * Fix flashbundle copy after changing tpk output dir * Use chip-build-tizen-qemu:0.6.39 as 0.6.40 is not on dockerhub yet * Drop concept of QEMU as a Tizen board and simply use ARM as a generic name for all ARM-based boards. --------- Co-authored-by: Damian Michalak-Szmaciński <d.michalak@samsung.com> Co-authored-by: Restyled.io <commits@restyled.io>
Problem
Currently there are no Tizen integration tests on CI.
Changes
Testing
CI will test