aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft
diff options
context:
space:
mode:
authorDan Rue <dan.rue@linaro.org>2019-12-09 15:12:21 +0000
committerDan Rue <dan.rue@linaro.org>2019-12-09 15:13:22 +0000
commitb1a764fa4b4e53662ba8290fbaf02e26e6488594 (patch)
tree006ab1457b680549e949c9d34768a3b23acff0a3 /openembedded-lkft
parent38e26d20097514063ba080aa38db6d0646480e1f (diff)
Revert "LKFT: Implement lxc caching"
This reverts commit d28af287a2d7a48f7c0e728503340c6f1b962c5d. Reason for revert: <INSERT REASONING HERE> Change-Id: I76c196b8c7c0df2a3bda502ff64acb350dcc3890
Diffstat (limited to 'openembedded-lkft')
-rw-r--r--openembedded-lkft/lava-job-definitions/lkft-fastboot.jinja27
1 files changed, 1 insertions, 6 deletions
diff --git a/openembedded-lkft/lava-job-definitions/lkft-fastboot.jinja2 b/openembedded-lkft/lava-job-definitions/lkft-fastboot.jinja2
index 81bd4c1b..6f57b9cb 100644
--- a/openembedded-lkft/lava-job-definitions/lkft-fastboot.jinja2
+++ b/openembedded-lkft/lava-job-definitions/lkft-fastboot.jinja2
@@ -1,7 +1,3 @@
-{# Warning: This template implements persistent lxc containers, which are #}
-{# reused based on the value of protocols.lava-lxc.name. #}
-{# If you change this template in a way that changes the content of the lxc #}
-{# container, be sure to update the container name too. #}
{% extends "lkft.jinja2" %}
{% block global_settings %}
@@ -13,13 +9,12 @@ context:
{% block protocols %}
protocols:
lava-lxc:
- name: lkft-lxc-2019120501 # XXX Bump this to invalidate the lxc cache
+ name: lxc-target
template: debian
distribution: debian
release: buster
arch: amd64
mirror: http://deb.debian.org/debian
- persist: true
{% endblock protocols %}
{% block actions %}