diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2020-09-16 15:52:52 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-09-19 00:40:01 +0200 |
commit | 1af3053a62c11f8455fddb99ba56def91589d663 (patch) | |
tree | b4754eecaca84a82756f60c1083f2a2a94dbf638 | |
parent | 3375f1f4daa736080f39b65b562191c7c00ef9b3 (diff) |
SPEC-3572: Enable pyagl test
This patch enable pyagl tests for all CI jobs (ci/daily/release/tc...)
Bug-AGL: SPEC-3572
Change-Id: I26900a81c04731b02ab7b07aeb8fe2b36c6c1aad
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
-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 |