aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom/lava-job-definitions/testplan/stress.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lt-qcom/lava-job-definitions/testplan/stress.yaml')
-rw-r--r--lt-qcom/lava-job-definitions/testplan/stress.yaml38
1 files changed, 0 insertions, 38 deletions
diff --git a/lt-qcom/lava-job-definitions/testplan/stress.yaml b/lt-qcom/lava-job-definitions/testplan/stress.yaml
deleted file mode 100644
index bbe983ec96..0000000000
--- a/lt-qcom/lava-job-definitions/testplan/stress.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-{% 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 %}