~fourdollars/plainbox-provider-checkbox:master

Last commit made on 2022-01-05
Get this branch:
git clone -b master https://git.launchpad.net/~fourdollars/plainbox-provider-checkbox
Only Shih-Yuan Lee can upload to this branch. If you are Shih-Yuan Lee please log in for upload directions.

Branch merges

Branch information

Recent commits

cf1df24... by Shih-Yuan Lee

Add: check if all recommended packages of ubuntu-desktop are installed.

c44c4af... by Ubuntu <email address hidden>

Merge #411995 from ~pieq/plainbox-provider-checkbox:remove-suspend_advanced-dependency

4880c90... by Ubuntu <email address hidden>

Merge #413121 from ~pieq/plainbox-provider-checkbox:adjust-fwts-test-log-output

31da0e4... by Dirk Su

Merge remote-tracking branch 'dirksu/add_adl_key'

d2d0f7e... by Pierre Equoy

Change: explicitely log to a file suffixed ".log" for all the fwts_test jobs

The fwts_test.py script in checkbox-support was modified to not append
.log automatically to log files. This commit adjusts the behavior of the
Checkbox jobs so that we get the same end result.

81ff6d1... by Ubuntu <email address hidden>

Merge #412924 from ~pieq/plainbox-provider-checkbox:new-aaeon-ehl-gpio-job

da7353f... by Dirk Su

Add ADL production key

Update ADL production key from sof upstream
https://github.com/thesofproject/sof/commit/d2a3ec2273f2efc6e63221ec8022cbd5a713e869

3faee4c... by Ubuntu <email address hidden>

Merge #412834 from ~zongminl/plainbox-provider-checkbox:fix-1953294-missing-exception-handling

Fix: lp1953294 - miscellanea/secure_boot_mode_* fails with a CalledProcessError exception when Secure Boot not activated

- Added exception handler so a SystemExit can be raised when CalledProcessError occurs
- Skipped the volume in gadget.yaml when there is no 'bootloader' defined in it to avoid KeyError

b1754cb... by Vic Liu

Fix: Using SafeLoader to avoid showing the DeprecationWarning when loading gadget yaml

The default Loader (FullLoader) used when calling yaml.load() was deprecated for vulnerability issue, use SafeLoader now.

1a480a3... by Vic Liu

Fix: lp1953294 - miscellanea/secure_boot_mode_* fails with a CalledProcessError exception when Secure Boot not activated

- Added exception handler so a SystemExit can be raised when CalledProcessError occurs
- Skipped the volume in gadget.yaml when there is no 'bootloader' defined in it to avoid KeyError