[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.
Merge branch 'master' into stable
[EGD-4529] on release upload packages to GitHub assets Uploading packages to github assets release is required for Mudita Center application to be able to update phones.
[DW-31] Add a condition that prohibits checks to be run on draft PRs Unfortunately, github actions doesn't support using "if" property in defaults and that's why we need to repeat it for all jobs
[DW-31] Add commit message format checking on CI (#1201) The changes include adding a custom github action and integrating it into the main flow.