From 5638ef6cb23bb34a122b46e750861fd3509b2682 Mon Sep 17 00:00:00 2001 From: Khouloud Touil Date: Wed, 27 Feb 2019 17:19:56 +0100 Subject: Change "can" to "CAN" Actually the lava tag is "CAN", so "can" in lowercase won't work, so this patch fix this issue. Change-Id: Iabfbc17bf59bd5a2152accb347e147836db51fd3 Signed-off-by: Khouloud Touil --- templates/tests/ci.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index 9245255..feca60e 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -20,7 +20,7 @@ name: service-check parameters: DEVICE_TAGS: "{{ DEVICE_TAGS }}" -{% if "can" in DEVICE_TAGS %} +{% if "CAN" in DEVICE_TAGS %} {% include 'tests/can.jinja2' %} {% endif %} -- cgit 1.2.3-korg