[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
[EGD-5737] Merge master into experimental
Keep experimental up to date with changes from master
[EGD-5665] Switch CI to ninja
Ninja is faster - switching to ninja.
Sparse files support when building artefacts.
[EGD-4763] Add documentation on how to add unit tests
Short document about how to add, enable and disable unit test.
[EGD-4763] Add check if all Unit Tests where run
Catch2 doesn't report some errors in test, and some test are
disabled on porpoise this commit adds set of scripts and changes to CI
that will clearly mark what test haven't been run.
[EGD-4955] Add on-off test harness for simulator
This PR provides CI test for turning on and off PurePhone
simulator.