diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-10-29 11:21:33 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-04 14:24:32 +0000 |
commit | 60a52435b8777c094daab6a5c762fa3cf3b1977c (patch) | |
tree | becd696c76314945df1032e2738a070e4ce844f8 /templates/tests/pyagl.jinja2 | |
parent | a8899dd29fac6d4c15d362e796dbcc676f1155a1 (diff) |
Prepare CI on master for new framework integration
During the last workshop the transition to the new framework was presented.
This change essentially deprecates the SMACK-based application framework.
To prepare the integration of it, we remove the deprecated components:
- skip application framework related tests on master branch
Bug-AGL: SPEC-4121
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I6f8de8b6ddb76b5fc1a229f0ae78ebedc0a7220f
Diffstat (limited to 'templates/tests/pyagl.jinja2')
-rw-r--r-- | templates/tests/pyagl.jinja2 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/tests/pyagl.jinja2 b/templates/tests/pyagl.jinja2 deleted file mode 100644 index e080ebd..0000000 --- a/templates/tests/pyagl.jinja2 +++ /dev/null @@ -1,8 +0,0 @@ -- test: - timeout: - minutes: 15 - definitions: - - repository: https://git.automotivelinux.org/src/qa-testdefinitions - from: git - path: test-suites/short-smoke/pyagl-nohw-oneshot.yaml - name: pyagl-tests |