summaryrefslogtreecommitdiffstats
path: root/templates/tests/ci.jinja2
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-05-02 20:05:56 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-05-03 12:03:54 +0000
commit1495bc00e56e44059ee05126eda30b2f85c93b58 (patch)
treee1f213b8dc4ac86bf16b0542e7ab21db21eebbcb /templates/tests/ci.jinja2
parent9f65834ede3dc27716ff0de154a23551d155dc18 (diff)
SPEC-1850: do not include appfw without --test application-lifecycle
We should not include application-lifecycle tests based on APPURL, but on the presence of the --test application-lifecycle parameter. Bug-AGL: SPEC-1850 Change-Id: Idda5d9011f54cd7eb1710e15254ab358ef7b99b1 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, 0 insertions, 4 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2
index 9309366..feca60e 100644
--- a/templates/tests/ci.jinja2
+++ b/templates/tests/ci.jinja2
@@ -24,10 +24,6 @@
{% include 'tests/can.jinja2' %}
{% endif %}
-{% if APPURL is defined %}
-{% include 'tests/application-lifecycle.jinja2' %}
-{% endif %}
-
- test:
timeout:
minutes: 60