Skip to content

Commit

Permalink
tests/nested/manual/minimal-smoke: bump mem to 512 for unencrypted ca…
Browse files Browse the repository at this point in the history
…se too

This needs more investigation, but for now to get test coverage again, bump it
to 512M.

Signed-off-by: Ian Johnson <ian.johnson@canonical.com>
  • Loading branch information
anonymouse64 committed Jan 14, 2022
1 parent 228aa86 commit 35ff2d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/nested/manual/minimal-smoke/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ execute: |
if tests.nested is-enabled secboot; then
MINIMAL_MEM=512
else
MINIMAL_MEM=384
# TODO: this used to be 384, investigate why this has increased
MINIMAL_MEM=512
fi
NESTED_SPREAD_SYSTEM=ubuntu-core-20-64
elif tests.nested is-nested uc18; then
Expand Down

0 comments on commit 35ff2d2

Please sign in to comment.