diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-03-30 13:13:46 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-03-30 13:45:41 +0200 |
commit | 6b47042ced499e63f8ce472d6c775a0b17dce62c (patch) | |
tree | 2a7704e3bdcfe9ae6a84197520183afc4a3a1e09 /templates/tests | |
parent | d3c142f5da3e6671e7fed3da0fff78ecfb5e9210 (diff) |
Update templates for screenshot tests
- qemu needs the mem= kernel parameter to work nicely
- pyagl needs a larger timeout
- pi4 needs an adapted rfs_image for snapshot builds
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Ida3ac188008c72d941dbe30203e5b8700ee8a304
Diffstat (limited to 'templates/tests')
-rw-r--r-- | templates/tests/pyagl.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tests/pyagl.jinja2 b/templates/tests/pyagl.jinja2 index 410241a..e080ebd 100644 --- a/templates/tests/pyagl.jinja2 +++ b/templates/tests/pyagl.jinja2 @@ -1,6 +1,6 @@ - test: timeout: - minutes: 10 + minutes: 15 definitions: - repository: https://git.automotivelinux.org/src/qa-testdefinitions from: git |