diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-12-02 23:25:51 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-12-02 23:25:51 +0100 |
commit | 03ce45892111a14fd404695f687da74c10f311bc (patch) | |
tree | 130895236c9e5870598ef580ec58b81ecaae59ea /templates/tests/ci.jinja2 | |
parent | 4ca9a1a2fa1a06eee9baab1d9e582b795af7e460 (diff) |
Add branch lamprey when using qa-testdefinitionslamprey_12.1.4lamprey_12.1.3lamprey_12.1.2lamprey_12.1.1lamprey/12.1.4lamprey/12.1.3lamprey/12.1.2lamprey/12.1.112.1.412.1.312.1.212.1.1
enforce the correct branches.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I3315a669705196818012f5ccabfd43ff2106d3fd
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 }}" |