summaryrefslogtreecommitdiffstats
path: root/templates/tests/ci.jinja2
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-03-13 10:48:05 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-04-11 15:41:58 +0000
commitdea65171d9a33fac5ee1d84960cc620836376427 (patch)
tree7cc11ed46758fc676485bc2007d0d3c399924afc /templates/tests/ci.jinja2
parentbae08e098000969e13221d26fab678a39a7cd72c (diff)
Implement SPEC-1850: Add application-lifecycle
This patch adds a new parameter application_url which permit to adds a location where to download apps and test them. The applications_url could also be generated via app-changeid/app-patchset. Change-Id: I88d91b5e6e30b5ab5d72e8181b15b0f561bea72d Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'templates/tests/ci.jinja2')
-rw-r--r--templates/tests/ci.jinja24
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2
index feca60e..9309366 100644
--- a/templates/tests/ci.jinja2
+++ b/templates/tests/ci.jinja2
@@ -24,6 +24,10 @@
{% include 'tests/can.jinja2' %}
{% endif %}
+{% if APPURL is defined %}
+{% include 'tests/application-lifecycle.jinja2' %}
+{% endif %}
+
- test:
timeout:
minutes: 60