summaryrefslogtreecommitdiffstats
path: root/templates/config/default.cfg
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-10-29 11:21:33 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-11-04 14:24:32 +0000
commit60a52435b8777c094daab6a5c762fa3cf3b1977c (patch)
treebecd696c76314945df1032e2738a070e4ce844f8 /templates/config/default.cfg
parenta8899dd29fac6d4c15d362e796dbcc676f1155a1 (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/config/default.cfg')
-rw-r--r--templates/config/default.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/config/default.cfg b/templates/config/default.cfg
index e4c0e7e..392cc75 100644
--- a/templates/config/default.cfg
+++ b/templates/config/default.cfg
@@ -4,19 +4,19 @@ style = AGL
[default]
[release]
urlbase = http://download.automotivelinux.org/AGL/release/
-test_plan = ["release", "pyagl", "can", "screenshooter", "dumpjournal"]
+test_plan = ["release", "dumpjournal"]
[prerelease]
urlbase = http://download.automotivelinux.org/AGL/upload/ci/
-test_plan = ["release", "pyagl", "can", "screenshooter", "dumpjournal"]
+test_plan = ["release", "dumpjournal"]
[weekly]
[daily]
[snapshot]
urlbase = http://download.automotivelinux.org/AGL/snapshots/
-test_plan = ["release", "pyagl", "can", "dumpjournal"]
+test_plan = ["release", "dumpjournal"]
[ci]
urlbase = http://download.automotivelinux.org/AGL/upload/ci/
-test_plan = ["ci", "pyagl", "can", "screenshooter", "dumpjournal"]
+test_plan = ["ci", "dumpjournal"]