diff options
author | Khouloud Touil <ktouil@baylibre.com> | 2019-02-07 12:51:28 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-02-07 12:58:21 +0000 |
commit | 409d7f35287404b24115603228f52c9ddd6f2ace (patch) | |
tree | 68ebd96c1c48fd5cfa615b715264843d62e6d411 /templates/tests | |
parent | 43a4be2c3ba816b835ae3dcc8a57151807c62e73 (diff) |
Update CI test plan
Update the CI test plan to add the CAN tests for devices with tag "can".
Change-Id: I8f0a583787b60d9f3f2a4c21848da43f1891f612
Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
Diffstat (limited to 'templates/tests')
-rw-r--r-- | templates/tests/ci.jinja2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index 965af1a..9245255 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -20,6 +20,9 @@ name: service-check parameters: DEVICE_TAGS: "{{ DEVICE_TAGS }}" +{% if "can" in DEVICE_TAGS %} +{% include 'tests/can.jinja2' %} +{% endif %} - test: timeout: |