diff options
Diffstat (limited to 'templates/tests/ci.jinja2')
-rw-r--r-- | templates/tests/ci.jinja2 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index 5eecba3..7d980ce 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -18,8 +18,15 @@ history: False path: test-suites/short-smoke/service-check.yaml name: service-check - - repository: https://git.automotivelinux.org/src/qa-testdefinitions + +- test: + timeout: + minutes: 60 + definitions: + - repository: https://git.linaro.org/qa/test-definitions.git from: git history: False - path: test-suites/yocto-ptest.yaml - name: yocto-ptest + path: automated/linux/ptest/ptest.yaml + name: linaro-ptest + parameters: + TESTS: "acl attr xmlsec1 libxml2 lua" |