[PATCH 1/1] testsuite: increase rootfs size for qemuarm64 container test

1 view
Skip to first unread message

Felix Moessbauer

unread,
Jul 28, 2026, 7:16:56 AM (8 days ago) Jul 28
to isar-...@googlegroups.com, Felix Moessbauer
Currently deploying the container fails because the rootfs is too small.
While it remains unclear why this surfaced now, we just increase the
rootfs size to restore the test.

Signed-off-by: Felix Moessbauer <felix.mo...@siemens.com>
---
testsuite/citest.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/testsuite/citest.py b/testsuite/citest.py
index 19ceb9ed..3b7a7e3b 100644
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -558,7 +558,9 @@ class PrebuiltTest(CIBaseTest):
self.init()
self.perform_build_test(
targets,
- image_install="prebuilt-docker-img prebuilt-podman-img")
+ image_install="prebuilt-docker-img prebuilt-podman-img",
+ lines=['ROOTFS_EXTRA:qemuarm64 = "256"'],
+ )

def test_run_amd64_bookworm_prebuilt_containers(self):
"""
--
2.53.0

MOESSBAUER, Felix

unread,
Jul 29, 2026, 8:48:55 AM (7 days ago) Jul 29
to isar-...@googlegroups.com
On Tue, 2026-07-28 at 13:16 +0200, Felix Moessbauer wrote:
> Currently deploying the container fails because the rootfs is too small.
> While it remains unclear why this surfaced now, we just increase the
> rootfs size to restore the test.

Please scrub this. The root cause of the failure is a race condition:
The image is not expanded when the CI starts the copy of the ci.sh
script. By that, the ci.sh cannot be copied due to lack of disk space.

Will send a better patch soon.

Felix

Reply all
Reply to author
Forward
0 new messages