summaryrefslogtreecommitdiffstats
path: root/templates/tests/ci.jinja2
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2020-10-21 10:41:38 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-11-24 13:38:46 +0000
commit6ee2180f6e874983ab667d79dd6da2c2d54db513 (patch)
treea9695910c189e1ace7287f54ed75af9066749e4a /templates/tests/ci.jinja2
parentb083f40ab6d20662141a727cb8aab915bfa77f77 (diff)
SPEC-3597: move can tests at the endjellyfish_10.0.1jellyfish/10.0.110.0.1
CAN tests can interfere with pyagl, so move them at the end of the run. Change-Id: Ied6ef3f08a997ca7f06a7f0756041008a7001245 Bug-AGL: SPEC-3597 Signed-off-by: Corentin LABBE <clabbe@baylibre.com> (cherry picked from commit 183f1c5ebc9a54213ca070d6fa7bd63345ed326e)
Diffstat (limited to 'templates/tests/ci.jinja2')
-rw-r--r--templates/tests/ci.jinja28
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2
index ad75f2f..f4cb8d9 100644
--- a/templates/tests/ci.jinja2
+++ b/templates/tests/ci.jinja2
@@ -22,14 +22,6 @@
BUILD_TAGS: "{{ BUILD_TAGS|join(' ')|lower }}"
DEVICE_TAGS: "{{ DEVICE_TAGS|join(' ')|lower }}"
-{% if "can" in DEVICE_TAGS|lower %}
-{% include 'tests/test_can_loopback.jinja2' %}
-{% endif %}
-
-{% if "can_if_hw_connection" in DEVICE_TAGS|lower %}
-{% include 'tests/can_if_hw_connection.jinja2' %}
-{% endif %}
-
- test:
timeout:
minutes: 60