From b5c5532acfc8dc4b71e17f2047d48d446ca132ba Mon Sep 17 00:00:00 2001 From: Adam Israel Date: Thu, 17 May 2018 09:18:21 -0400 Subject: [PATCH] Speed up LXD precache Speed up the caching of LXD images used by the installer and daily cron by removing the trusty image, which is no longer used by default. Signed-off-by: Adam Israel --- jenkins/VCA/update-lxd-image.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jenkins/VCA/update-lxd-image.sh b/jenkins/VCA/update-lxd-image.sh index 81b210c8..8cad93b8 100755 --- a/jenkins/VCA/update-lxd-image.sh +++ b/jenkins/VCA/update-lxd-image.sh @@ -51,5 +51,6 @@ function cache() { lxc delete $container -f || true } -cache trusty "$TRUSTY_PACKAGES" +# Cache the image for the Ubuntu series or series to support +# cache trusty "$TRUSTY_PACKAGES" cache xenial "$XENIAL_PACKAGES" -- 2.25.1