gitlab-ci: reuse container_post_build when building the test images
authorAndres Gomez <agomez@igalia.com>
Mon, 17 Aug 2020 09:49:52 +0000 (12:49 +0300)
committerMarge Bot <eric+marge@anholt.net>
Wed, 19 Aug 2020 08:56:45 +0000 (08:56 +0000)
Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6343>

.gitlab-ci/container/x86_test-gl.sh
.gitlab-ci/container/x86_test-vk.sh

index aaed8ec..e1d80ad 100644 (file)
@@ -69,9 +69,7 @@ apt-get install -y --no-remove \
 
 ############### Uninstall the build software
 
-ccache --show-stats
-
 apt-get purge -y \
       $STABLE_EPHEMERAL
 
-apt-get autoremove -y --purge
+. .gitlab-ci/container/container_post_build.sh
index c322807..c1d31b2 100644 (file)
@@ -129,9 +129,7 @@ wine \
 
 ############### Uninstall the build software
 
-ccache --show-stats
-
 apt-get purge -y \
       $STABLE_EPHEMERAL
 
-apt-get autoremove -y --purge
+. .gitlab-ci/container/container_post_build.sh