summaryrefslogtreecommitdiffstats
path: root/templates/tests/ci.jinja2
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-12-02 23:25:51 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-12-02 23:25:51 +0100
commit03ce45892111a14fd404695f687da74c10f311bc (patch)
tree130895236c9e5870598ef580ec58b81ecaae59ea /templates/tests/ci.jinja2
parent4ca9a1a2fa1a06eee9baab1d9e582b795af7e460 (diff)
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.jinja23
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 }}"