aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom/lava-job-definitions/testplan/desktop.yaml
blob: b0965c8f638e4c7410667fe6f6322f5f591f089d (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
{% extends device_type %}

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

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

{% block test_target %}
  {{ super() }}
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/glmark2/glmark2.yaml
      name: linux-glmark2
      timeout:
        minutes: 10

    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/piglit/piglit.yaml
      name: linux-piglit
      params:
        OPTIONS: "-l dummy -x streaming-texture-leak -x glx -x tex3d-maxsize -x max-texture-size -1"
        IGNORE_TESTS_REPO: {{PIGLIT_IGNORE_TESTS_REPO}}
        IGNORE_TESTS_FILE: {{PIGLIT_IGNORE_TESTS_FILE}}
      timeout:
        minues: 145
{% endblock test_target %}