diff options
Diffstat (limited to 'templates/tests')
-rw-r--r-- | templates/tests/release.jinja2 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2 new file mode 100644 index 0000000..5eecba3 --- /dev/null +++ b/templates/tests/release.jinja2 @@ -0,0 +1,25 @@ + +- test: + timeout: + minutes: 15 + definitions: + - repository: https://git.automotivelinux.org/src/qa-testdefinitions + from: git + history: False + path: test-suites/short-smoke/busybox.yaml + name: busybox + - repository: https://git.automotivelinux.org/src/qa-testdefinitions + from: git + history: False + path: test-suites/short-smoke/smoke-tests-basic.yaml + name: smoke-tests-basic + - repository: https://git.automotivelinux.org/src/qa-testdefinitions + from: git + history: False + path: test-suites/short-smoke/service-check.yaml + name: service-check + - repository: https://git.automotivelinux.org/src/qa-testdefinitions + from: git + history: False + path: test-suites/yocto-ptest.yaml + name: yocto-ptest |