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