From bbffb1b9674d81fa852f3a5ea18ba8060ad3b555 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Fri, 13 Jun 2025 09:06:24 +0200 Subject: [PATCH] ci/lava: Remove Android CTS from the core rootfs Current LAVA jobs use dEQP instead of Android CTS, so there's no need to include Android CTS in the rootfs. Removing both Cuttlefish and Android CTS reduces the rootfs size from ~2GB to ~500MB. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/container/fdo_cntr_export.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/container/fdo_cntr_export.sh b/.gitlab-ci/container/fdo_cntr_export.sh index 869016d575e..fdb132bb064 100644 --- a/.gitlab-ci/container/fdo_cntr_export.sh +++ b/.gitlab-ci/container/fdo_cntr_export.sh @@ -47,6 +47,7 @@ buildah_export() { # These components will be provided via LAVA overlays, # so remove them from the core rootfs + rm -rf "${mountpoint}/android-cts" rm -rf "${mountpoint}/cuttlefish" rm -rf "${mountpoint}/vkd3d-proton-tests" rm -rf "${mountpoint}/vkd3d-proton-wine64"