[EGD-7029] Fix running unit tests in release script
Fix release script to properly run unit tests.
Merge branch 'master' into stable
[BH-353] Add Documentation for main targets
* clean up mimimu required cmake version
* fixes for release workflow
Add documentation for targets, fixes for cmake
and release workflow.
Merge branch 'master' into stable
[EGD-6715] Add module utils CMakeLists.txt ownership
This file is owned by chapter BSP.
[EGD-6715] Add third party CMakeLists.txt ownership
This file is owned by BSP.
[EGD-6715] Add chapter bsp to the code owners
Make chapter BSP code owners of parts the chapter is responsible for.
Throw away old configuration as it is outdated and misconfigured.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[EGD-5238] Added tidy target to CI to inform about added tidy issues
* Small fixups based on shellceck
* Tool now:
can:
* take diffs and pass it to clang-tidy
cant:
* set error on warnings/errors (errno)
* copy compilation_database.json and sanitize it
[EGD-6454] Remove harness from PR builds
Reorganizing builds and tests, harness will be run by QA Team.
[EGD-6413] Update CI Debug for UT Release for harness
Split build types for UT and Harness tests.
[EGD-6113] Always run tests on linux release
With original script was able to select build dir to run
against this script always chooses "Release" version
[EGD-6113] Fix Test harness issue in ServiceDesktop worker
Remove spare logging in MessageHandler.cpp
Move Linux CI target to Release
Remove spare logs form harness tests
Disable failing test cases in:
test_templates and test_connection_security
[EGD-5757] Fix backup API
Fix backup endpoint to work with new paths and FS api
The flow is based on the design in confluence.
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
[EGD-5737] Merge master into experimental
Synchronize with master before merging
[EGD-5823] Fix Use full hash in artefacts
Required for better management of artefacts in CI.
[EGD-5737] Merge master into experimental
Keep experimental up to date with changes from master
[EGD-5463] Fix CI emulator log and timeout
Fix wrong log stream redirection in CI
Use real value from --timeout option and seto it to 30s
so emulator have enough time to start properly
[EGD-5460] Fix "can't open port" on CI
This little fix should resolve one of the problems during tests on CI.
[EGD-5737] Merge master into experimental
Keep experimental up to date with changes from master