diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-10-02 19:31:51 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-10-09 12:28:30 +0000 |
commit | 3be9ed75f7679917464e3d85683932f6e14a2d5f (patch) | |
tree | e52258cae3b68ee5355c253eaa9c3f2719e7e8f8 /templates | |
parent | c4a103d9ddbc200da15356f208be8f8d3cdeed13 (diff) |
Add full ptest run for all installed ptests
Change-Id: I2c22cfc01e1f0da1c0891a886ea505cfb4bff4ce
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/tests/yocto-ptest-full.jinja2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/tests/yocto-ptest-full.jinja2 b/templates/tests/yocto-ptest-full.jinja2 new file mode 100644 index 0000000..01f5f4b --- /dev/null +++ b/templates/tests/yocto-ptest-full.jinja2 @@ -0,0 +1,8 @@ +- test: + timeout: + minutes: 300 + definitions: + - repository: https://git.automotivelinux.org/src/qa-testdefinitions + from: git + path: test-suites/yocto-ptest-full.yaml + name: yocto-ptest-full |