~checkbox-dev/checkbox:carmel-gst-transform-rotate-flip

Last commit made on 2025-02-26
Get this branch:
git clone -b carmel-gst-transform-rotate-flip https://git.launchpad.net/~checkbox-dev/checkbox

Branch merges

Branch information

Name:
carmel-gst-transform-rotate-flip
Repository:
lp:~checkbox-dev/checkbox

Recent commits

4135b1f... by Weichen Wu

fix format

0d875f8... by Weichen Wu

fix format

c9e7de2... by Weichen Wu

Implement gst-transform-rotate-and-flip for carmel

3dda724... by Weichen Wu <email address hidden>

[ce-oem] Implement video codec test encoder PSNR scenario for carmel project (New) (#1744)

Implement encoder PSNR scenario for carmel

77728a6... by Hector Cao <email address hidden>

proviers/base: add requires for bluetooth4/beacon_eddystone_url_* (New) (#1646)

* proviers/base: add requires for bluetooth4/beacon_eddystone_url_*

In order to pass, the test bluetooth4/beacon_eddystone_url_* needs:
- bluez package/snap (+ adequate connections for ubuntu core)

* switch the test to use jinja template backend

* add fail-on-resource flag to make the test fail instead of skipped if bluez is not installed

10e8b35... by Massimiliano Girardi

Remove unused package padme (infra) (#1742)

Remove unused package padme

f021332... by tang-mm <email address hidden>

Use indexed option directive on unit reference documentation (Infra) (#1739)

* change to use option directive for indexing

* add css style for sig fields

* change other unit files to option directive

* ignore field names in spelling check

* fix cross-references

* enable doc failure if build warnings exist

* fix css file list in sphinx conf file

ca00a62... by StanleyHuang

update SNAPD_TASK_TIMEOUT for checkbox-ce-oem snap (BugFix) (#1735)

update SNAPD_TASK_TIMEOUT for checkbox-ce-oem snap

update SNAPD_TASK_TIMEOUT for checkbox-ce-oem snap

0ebe2c4... by Pierre Equoy

Add --oom-avoid-bytes option to stress-ng tests to prevent frequent OOM (bugfix) (#1722)

* Add --oom-avoid-bytes option to stress-ng tests to prevent frequent OOM

Recent versions of stress-ng include the --oom-avoid-bytes option to
specify how much free memory should be kept un-allocated to try to give
enough headroom to avoid the OOM killer from terminating processes.

Adding this option to the main stress-ng command with a threshold of
10%.

See discussion in https://github.com/ColinIanKing/stress-ng/pull/270 for
more information.

* Add --oom-avoid-bytes flag to IoT stress-ng job

a108916... by Massimiliano Girardi

Fix clear old sessions for local (BugFix) (#1708)

* Fix top level args parsing in checkbox local

Minor: this fixes them all, including the debug level

* Minor: remove validator as it is wrong

last_job_start_time is mostly None as whenever a job finishes
it will be none

* Test the fixed clear-old-sessions message

Minor: also fix metabox as cmd was overwritten when a manifest was provided

* Fix the crash in remote as well

* Fix and add new unittest

* Test also args

* Also test the utils function

* Python3.5 :(

* Forgotten tool to corrupt sessions

* Implement feedback

* python3.5 :(

* Fix interactive comand result fetching (infra) (#1734)

* Result fetching for run_cmd

* Give the result half a second to materialize

* Add result to the ExecuteResult

* Preserve all fields on check

* Wrong check called

* Check is not a property

* Trace metabox output

* Rollback the binary load to test, make result array

* Set the cmd to none in non-interactive for now

* Revert trace logging

* Purge debug files

* Remove pointless append

* Use reference in the url comment

Co-authored-by: Pierre Equoy <email address hidden>

---------

Co-authored-by: Pierre Equoy <email address hidden>

---------

Co-authored-by: Pierre Equoy <email address hidden>