diff options
Diffstat (limited to 'templates/tests/ci.jinja2')
-rw-r--r-- | templates/tests/ci.jinja2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index f4cb8d9..8d9efad 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -8,16 +8,19 @@ history: False path: test-suites/short-smoke/busybox.yaml name: ci-busybox + branch: lamprey - repository: https://git.automotivelinux.org/src/qa-testdefinitions from: git history: False path: test-suites/short-smoke/smoke-tests-basic.yaml name: ci-smoke-tests-basic + branch: lamprey - repository: https://git.automotivelinux.org/src/qa-testdefinitions from: git history: False path: test-suites/short-smoke/service-check.yaml name: ci-service-check + branch: lamprey parameters: BUILD_TAGS: "{{ BUILD_TAGS|join(' ')|lower }}" DEVICE_TAGS: "{{ DEVICE_TAGS|join(' ')|lower }}" |