~seyeongkim/+git/ams:fallingback_to_gpupreferred

Last commit made on 2023-10-20
Get this branch:
git clone -b fallingback_to_gpupreferred https://git.launchpad.net/~seyeongkim/+git/ams
Only Seyeong Kim can upload to this branch. If you are Seyeong Kim please log in for upload directions.

Branch merges

Branch information

Name:
fallingback_to_gpupreferred
Repository:
lp:~seyeongkim/+git/ams

Recent commits

064da1f... by Seyeong Kim

fallback video recorder to gpu-preferred for compatibility

c76711e... by Anbox Cloud CI Bot <email address hidden>

Merge remote tracking branch verbose_registry_log

Merge-Proposal: https://code.launchpad.net/~gary-wzl77/indore/+git/ams/+merge/453451

Author: Gary.Wang <email address hidden>

a49aa36... by Anbox Cloud CI Bot <email address hidden>

Merge remote tracking branch use-high-min-disk-size-for-vms

Merge-Proposal: https://code.launchpad.net/~morphis/indore/+git/ams/+merge/453476

Author: Simon Fels <email address hidden>

3e37115... by Gary.Wang

feat(backend): log error message when fails to upload an application to registry

Log error message when fails in uploading an application, and this
helps us to identify the exact reason why the operation fails.

Test: run test

470a0e2... by Simon Fels

feat(many): use 15 GB as minimum disk size for VMs

VMs have a larger footprint on disk as our images expand to ~11GB. To
give some extra buffer we use a minimum of 15GB for VMs.

In the implementation we mainly specify and validate the minimum disk
size via the resourcepreset package but have to pass the instance type
now as well. With that additional information the package determines
what the correct minimum disk size is.

e12037b... by Anbox Cloud CI Bot <email address hidden>

Merge remote tracking branch vm-image-sync

Merge-Proposal: https://code.launchpad.net/~morphis/indore/+git/ams/+merge/453344

Author: Simon Fels <email address hidden>

a417931... by Anbox Cloud CI Bot <email address hidden>

Merge remote tracking branch instance_metrics

Merge-Proposal: https://code.launchpad.net/~gary-wzl77/indore/+git/ams/+merge/453392

Author: Gary.Wang <email address hidden>

97c0a20... by Anbox Cloud CI Bot <email address hidden>

Merge remote tracking branch convert-to-resource-presets

Merge-Proposal: https://code.launchpad.net/~morphis/indore/+git/ams/+merge/453473

Author: Simon Fels <email address hidden>

1830206... by Simon Fels

fix(resourcepreset): rename test suite to match pkg name

The old limits name is gone so we should adjust the test suite as well.

d8905c5... by Simon Fels

fix(features): add missing argument to log statement

Without it will print a message with a placeholder for a missing
argument.