diff options
-rw-r--r-- | templates/config/default.cfg | 8 | ||||
-rw-r--r-- | templates/tests/pyagl.jinja2 | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/templates/config/default.cfg b/templates/config/default.cfg index af2340b..5e160fe 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"] +test_plan = ["release", "pyagl"] [prerelease] urlbase = http://download.automotivelinux.org/AGL/upload/ci/ -test_plan = ["release"] +test_plan = ["release", "pyagl"] [weekly] [daily] [snapshot] urlbase = http://download.automotivelinux.org/AGL/snapshots/ -test_plan = ["release"] +test_plan = ["release", "pyagl"] [ci] urlbase = http://download.automotivelinux.org/AGL/upload/ci/ -test_plan = ["ci"] +test_plan = ["ci", "pyagl"] diff --git a/templates/tests/pyagl.jinja2 b/templates/tests/pyagl.jinja2 index 121301e..410241a 100644 --- a/templates/tests/pyagl.jinja2 +++ b/templates/tests/pyagl.jinja2 @@ -5,4 +5,4 @@ - repository: https://git.automotivelinux.org/src/qa-testdefinitions from: git path: test-suites/short-smoke/pyagl-nohw-oneshot.yaml - name: pyagl tests + name: pyagl-tests |