aboutsummaryrefslogtreecommitdiffstats
path: root/templates/tests/ci.jinja2
blob: ad75f2f06d712657e0ed57840adece11d42522e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
- test:
    timeout:
      minutes: 15
    definitions:
    - repository: https://git.automotivelinux.org/src/qa-testdefinitions
      from: git
      history: False
      path: test-suites/short-smoke/busybox.yaml
      name: ci-busybox
    - repository: https://git.automotivelinux.org/src/qa-testdefinitions
      from: git
      history: False
      path: test-suites/short-smoke/smoke-tests-basic.yaml
      name: ci-smoke-tests-basic
    - repository: https://git.automotivelinux.org/src/qa-testdefinitions
      from: git
      history: False
      path: test-suites/short-smoke/service-check.yaml
      name: ci-service-check
      parameters:
        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
    definitions:
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      history: False
      path: automated/linux/ptest/ptest.yaml
      name: ci-linaro-ptest
      parameters:
        TESTS: "xmlsec1 libxml2 lua"