From 03ce45892111a14fd404695f687da74c10f311bc Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 2 Dec 2021 23:25:51 +0100 Subject: Add branch lamprey when using qa-testdefinitions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit enforce the correct branches. Signed-off-by: Jan-Simon Möller Change-Id: I3315a669705196818012f5ccabfd43ff2106d3fd --- templates/tests/application-lifecycle.jinja2 | 2 ++ templates/tests/can_if_hw_connection.jinja2 | 1 + templates/tests/ci.jinja2 | 3 +++ templates/tests/dumpjournal.jinja2 | 1 + templates/tests/pyagl.jinja2 | 1 + templates/tests/release.jinja2 | 3 +++ templates/tests/screenshooter.jinja2 | 1 + templates/tests/test_can_loopback.jinja2 | 3 ++- templates/tests/veth.jinja2 | 1 + 9 files changed, 15 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg