diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-11-16 07:16:55 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-11-16 07:16:55 +0100 |
commit | 72b2d1e7987be917b8e15194f55d7d408810e284 (patch) | |
tree | 9ac6b06b9c1f542bf32fd64441b5b8113059a937 /templates/tests | |
parent | ef26eda226b6e3e4f3838883f2b46072b956b660 (diff) |
Disable full ptest run due to failures
All available ptests currently will fail to run. We need to select.
Change-Id: I9aa6d4b233aa9e78163cfb80235386288c0b47b3
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/tests')
-rw-r--r-- | templates/tests/yocto-ptest-full.jinja2 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/tests/yocto-ptest-full.jinja2 b/templates/tests/yocto-ptest-full.jinja2 deleted file mode 100644 index 01f5f4b..0000000 --- a/templates/tests/yocto-ptest-full.jinja2 +++ /dev/null @@ -1,8 +0,0 @@ -- 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 |