diff options
Diffstat (limited to 'templates/tests')
-rw-r--r-- | templates/tests/extend.jinja2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/tests/extend.jinja2 b/templates/tests/extend.jinja2 new file mode 100644 index 0000000..00a04dc --- /dev/null +++ b/templates/tests/extend.jinja2 @@ -0,0 +1,10 @@ + +- test: + timeout: + hours: 12 + definitions: + - repository: https://git.automotivelinux.org/src/qa-testdefinitions + from: git + history: False + path: test-suites/release/agl-extend-test.yaml + name: extend-tests |