diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/tests/ci.jinja2 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index 87bf471..f8e42bf 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -22,14 +22,3 @@ BUILD_TAGS: "{{ BUILD_TAGS|join(' ')|lower }}" DEVICE_TAGS: "{{ DEVICE_TAGS|join(' ')|lower }}" -- test: - timeout: - minutes: 90 - definitions: - - repository: https://git.linaro.org/qa/test-definitions.git - from: git - history: False - path: automated/linux/ptest/ptest.yaml - name: ci-linaro-ptest - parameters: - TESTS: "dbus-test glib-2.0 lua" |