diff options
author | Khouloud Touil <ktouil@baylibre.com> | 2019-02-27 17:19:56 +0100 |
---|---|---|
committer | Khouloud Touil <ktouil@baylibre.com> | 2019-02-27 17:19:56 +0100 |
commit | 5638ef6cb23bb34a122b46e750861fd3509b2682 (patch) | |
tree | 8ac926f44a0e932f940aa044535e960290229681 /templates/tests | |
parent | 4799d086db14b4c8aca81517999705ec0b251f18 (diff) |
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 <ktouil@baylibre.com>
Diffstat (limited to 'templates/tests')
-rw-r--r-- | templates/tests/ci.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |