aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom/lava-job-definitions/testplan/ptest.yaml
blob: a279b8405f14efecaf615037797c33d1ba865392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{% extends device_type %}

{% set job_timeout = 160 %}
{% block metadata %}
  {{ super() }}
{% endblock metadata %}

{% block job_name %}lt-qcom-{{OS_INFO}}-ptest-{{BUILD_NUMBER}}{% endblock job_name %}

{% block test_target %}
  {{ super() }}
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/ptest/ptest.yaml
      name: linux-ptest
      params:
        EXCLUDE: {{PTEST_EXCLUDE}}
      timeout:
        minutes: 160
{% endblock test_target %}