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/base | |
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/base')
-rw-r--r-- | templates/base/agl-base.jinja2 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/base/agl-base.jinja2 b/templates/base/agl-base.jinja2 index 8d3e690..346de32 100644 --- a/templates/base/agl-base.jinja2 +++ b/templates/base/agl-base.jinja2 @@ -44,9 +44,6 @@ actions: {%- if rootfs_type == "nbd" %} {% include "tests/veth.jinja2" %} {%- endif %} -{% if device_type == "r8a7795-h3ulcb-kf" or device_type == "bcm2711-rpi-4-b" or device_type == "r8a7795-agl-refhw" %} -{% include "tests/hack-SPEC3655.jinja2" %} -{%- endif %} {%-for test_template in test_templates %} {% include test_template %} {%- endfor %} |