diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-05-02 20:05:56 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-05-03 12:03:54 +0000 |
commit | 1495bc00e56e44059ee05126eda30b2f85c93b58 (patch) | |
tree | e1f213b8dc4ac86bf16b0542e7ab21db21eebbcb /templates | |
parent | 9f65834ede3dc27716ff0de154a23551d155dc18 (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')
-rw-r--r-- | templates/tests/ci.jinja2 | 4 | ||||
-rw-r--r-- | templates/tests/release.jinja2 | 4 |
2 files changed, 0 insertions, 8 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 diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2 index c5eac77..965af1a 100644 --- a/templates/tests/release.jinja2 +++ b/templates/tests/release.jinja2 @@ -21,10 +21,6 @@ parameters: DEVICE_TAGS: "{{ DEVICE_TAGS }}" -{% if APPURL is defined %} -{% include 'tests/application-lifecycle.jinja2' %} -{% endif %} - - test: timeout: minutes: 60 |