aboutsummaryrefslogtreecommitdiffstats
path: root/templates/config/default.cfg
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2020-10-21 10:41:38 +0200
committerCorentin LABBE <clabbe@baylibre.com>2020-10-21 10:42:23 +0200
commit183f1c5ebc9a54213ca070d6fa7bd63345ed326e (patch)
tree9099721314239e86458e9b0797de9215b89ac54c /templates/config/default.cfg
parente52669816edfa0ef48c61a5a7650614a58c02a72 (diff)
SPEC-3597: move can tests at the end
CAN tests can interfere with pyagl, so move them at the end of the run. Change-Id: Ied6ef3f08a997ca7f06a7f0756041008a7001245 Bug-AGL: SPEC-3597 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
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 5e160fe..0bc2f62 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"]
+test_plan = ["release", "pyagl", "can"]
[prerelease]
urlbase = http://download.automotivelinux.org/AGL/upload/ci/
-test_plan = ["release", "pyagl"]
+test_plan = ["release", "pyagl", "can"]
[weekly]
[daily]
[snapshot]
urlbase = http://download.automotivelinux.org/AGL/snapshots/
-test_plan = ["release", "pyagl"]
+test_plan = ["release", "pyagl", "can"]
[ci]
urlbase = http://download.automotivelinux.org/AGL/upload/ci/
-test_plan = ["ci", "pyagl"]
+test_plan = ["ci", "pyagl", "can"]