aboutsummaryrefslogtreecommitdiffstats
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
parent4ca9a1a2fa1a06eee9baab1d9e582b795af7e460 (diff)
enforce the correct branches. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I3315a669705196818012f5ccabfd43ff2106d3fd
-rw-r--r--templates/tests/application-lifecycle.jinja22
-rw-r--r--templates/tests/can_if_hw_connection.jinja21
-rw-r--r--templates/tests/ci.jinja23
-rw-r--r--templates/tests/dumpjournal.jinja21
-rw-r--r--templates/tests/pyagl.jinja21
-rw-r--r--templates/tests/release.jinja23
-rw-r--r--templates/tests/screenshooter.jinja21
-rw-r--r--templates/tests/test_can_loopback.jinja23
-rw-r--r--templates/tests/veth.jinja21
9 files changed, 15 insertions, 1 deletions
diff --git a/templates/tests/application-lifecycle.jinja2 b/templates/tests/application-lifecycle.jinja2
index 536ac4a..8fa1a77 100644
--- a/templates/tests/application-lifecycle.jinja2
+++ b/templates/tests/application-lifecycle.jinja2
@@ -7,6 +7,7 @@
from: git
history: False
path: test-suites/short-smoke/application-lifecycle.yaml
+ branch: lamprey
name: application-lifecycle
parameters:
{%- if APPURL != 'automatic' %}
@@ -24,3 +25,4 @@
history: False
path: test-suites/short-smoke/dumpjournal.yaml
name: ci-dumpjournal
+ branch: lamprey
diff --git a/templates/tests/can_if_hw_connection.jinja2 b/templates/tests/can_if_hw_connection.jinja2
index 3611bea..34112a3 100644
--- a/templates/tests/can_if_hw_connection.jinja2
+++ b/templates/tests/can_if_hw_connection.jinja2
@@ -7,3 +7,4 @@
from: git
path: test-suites/short-smoke/can_if_hw_connection.yaml
name: can_if_hw_connection
+ branch: lamprey
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 }}"
diff --git a/templates/tests/dumpjournal.jinja2 b/templates/tests/dumpjournal.jinja2
index a3011db..2d33f25 100644
--- a/templates/tests/dumpjournal.jinja2
+++ b/templates/tests/dumpjournal.jinja2
@@ -7,3 +7,4 @@
history: False
path: test-suites/short-smoke/dumpjournal.yaml
name: ci-dumpjournal
+ branch: lamprey \ No newline at end of file
diff --git a/templates/tests/pyagl.jinja2 b/templates/tests/pyagl.jinja2
index e080ebd..37a058f 100644
--- a/templates/tests/pyagl.jinja2
+++ b/templates/tests/pyagl.jinja2
@@ -6,3 +6,4 @@
from: git
path: test-suites/short-smoke/pyagl-nohw-oneshot.yaml
name: pyagl-tests
+ branch: lamprey \ No newline at end of file
diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2
index 0848107..e506950 100644
--- a/templates/tests/release.jinja2
+++ b/templates/tests/release.jinja2
@@ -8,16 +8,19 @@
history: False
path: test-suites/short-smoke/busybox.yaml
name: release-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: release-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: release-service-check
+ branch: lamprey
parameters:
BUILD_TAGS: "{{ BUILD_TAGS }}"
DEVICE_TAGS: "{{ DEVICE_TAGS }}"
diff --git a/templates/tests/screenshooter.jinja2 b/templates/tests/screenshooter.jinja2
index 6a2e21a..ffc61a9 100644
--- a/templates/tests/screenshooter.jinja2
+++ b/templates/tests/screenshooter.jinja2
@@ -6,3 +6,4 @@
from: git
path: test-suites/short-smoke/screenshooter.yaml
name: screenshooter
+ branch: lamprey
diff --git a/templates/tests/test_can_loopback.jinja2 b/templates/tests/test_can_loopback.jinja2
index 58eb994..65248ea 100644
--- a/templates/tests/test_can_loopback.jinja2
+++ b/templates/tests/test_can_loopback.jinja2
@@ -5,4 +5,5 @@
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
from: git
path: test-suites/short-smoke/test_can_loopback.yaml
- name: can_loopback \ No newline at end of file
+ name: can_loopback
+ branch: lamprey
diff --git a/templates/tests/veth.jinja2 b/templates/tests/veth.jinja2
index 4968492..e5b6863 100644
--- a/templates/tests/veth.jinja2
+++ b/templates/tests/veth.jinja2
@@ -5,4 +5,5 @@
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
from: git
path: test-suites/short-smoke/network-veth.yaml
+ branch: lamprey
name: network-veth