Speed up LXD precache 67/6167/2
authorAdam Israel <adam.israel@canonical.com>
Thu, 17 May 2018 13:18:21 +0000 (09:18 -0400)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 17 May 2018 14:08:43 +0000 (15:08 +0100)
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 <adam.israel@canonical.com>
jenkins/VCA/update-lxd-image.sh

index 81b210c..8cad93b 100755 (executable)
@@ -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"