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

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

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

{% block test_target %}
  {{ super() }}
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/24h-stress-test/24h-stress-test.yaml
      params:
        TEST: "stress_ng"
        DURATION: "5400"
      name: linux-stress-cpu

    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/24h-stress-test/24h-stress-test.yaml
      params:
        TEST: "stress_oom"
        DURATION: "5400"
      name: linux-stress-oom

    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/24h-stress-test/24h-stress-test.yaml
      params:
        TEST: "stress_network"
        DURATION: "5400"
        INTERFACE: {{ETH_DEVICE}}
        LINK: "http://testdata.validation.linaro.org/stress/stress-network.img"
        MD5: "e5c834fbdaa6bfd8eac5eb9404eefdd4"
      name: linux-stress-network
{% endblock test_target %}