Merge ~arighi/casper:focal into casper:focal

Proposed by Andrea Righi
Status: Merged
Merged at revision: 416c4a22d98a591c34134c835b4fbe95183a565d
Proposed branch: ~arighi/casper:focal
Merge into: casper:focal
Diff against target: 27 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
debian/tests/run-image (+1/-1)
Reviewer Review Type Date Requested Status
Ubuntu Installer Team Pending
Review via email: mp+423639@code.launchpad.net

Commit message

Prevent potential OOM failures during autopkgtest with recent kernels (>= 5.15).

Description of the change

Bump up memory for test instances from 768M to 1G.

To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

I agree with this change, but also think it should also be applied to main branch too. Even though this resource constraint is not hit in jammy/kinetic, we might hit it in the future. And it would be best to keep everything on the same level of required.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index d995221..f8deedd 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+casper (1.445.1ubuntu1) focal; urgency=medium
7+
8+ * Increase memory for qemu autopkgtest instances to 1G (LP: #1976287)
9+
10+ -- Andrea Righi <andrea.righi@canonical.com> Mon, 30 May 2022 14:40:38 +0000
11+
12 casper (1.445.1) focal; urgency=medium
13
14 * casper SRU for point release LP: #1884933:
15diff --git a/debian/tests/run-image b/debian/tests/run-image
16index b625d46..6d2785c 100755
17--- a/debian/tests/run-image
18+++ b/debian/tests/run-image
19@@ -39,7 +39,7 @@ for IMG in $IMAGES; do
20 done
21
22 timeout --foreground 10m \
23- "$qemu" "${archopts[@]}" -m 768m \
24+ "$qemu" "${archopts[@]}" -m 1024m \
25 -kernel "$KERNEL" -initrd "$INITRD" \
26 -append "$CMDLINE" \
27 -device nec-usb-xhci,id=xhci $devices \

Subscribers

People subscribed via source and target branches