From 60a52435b8777c094daab6a5c762fa3cf3b1977c Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 29 Oct 2021 11:21:33 +0200 Subject: 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 Change-Id: I6f8de8b6ddb76b5fc1a229f0ae78ebedc0a7220f --- templates/base/agl-base.jinja2 | 3 --- 1 file changed, 3 deletions(-) (limited to 'templates/base/agl-base.jinja2') 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 %} -- cgit 1.2.3-korg