summaryrefslogtreecommitdiffstats
path: root/templates/tests
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-06-02 20:17:35 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-06-02 20:17:35 +0200
commitb7b65449c824bc5cd7fdd0fba4a190fb47090e68 (patch)
tree8530ca153e28525efee561f836fba56539d4f410 /templates/tests
parent99f8e91d6641505e85528ca6e85b88a36888f9e6 (diff)
Add prerelease type to generatorjellyfish_9.99.1jellyfish/9.99.19.99.1
Allow the tool to generate jobs against the prerelease location. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I7f00ee52ad85b2aecc52679da4e98857a5dd59cb
Diffstat (limited to 'templates/tests')
-rw-r--r--templates/tests/ci.jinja28
-rw-r--r--templates/tests/release.jinja28
2 files changed, 8 insertions, 8 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2
index 996fdcb..ad75f2f 100644
--- a/templates/tests/ci.jinja2
+++ b/templates/tests/ci.jinja2
@@ -7,17 +7,17 @@
from: git
history: False
path: test-suites/short-smoke/busybox.yaml
- name: busybox
+ name: ci-busybox
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
from: git
history: False
path: test-suites/short-smoke/smoke-tests-basic.yaml
- name: smoke-tests-basic
+ name: ci-smoke-tests-basic
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
from: git
history: False
path: test-suites/short-smoke/service-check.yaml
- name: service-check
+ name: ci-service-check
parameters:
BUILD_TAGS: "{{ BUILD_TAGS|join(' ')|lower }}"
DEVICE_TAGS: "{{ DEVICE_TAGS|join(' ')|lower }}"
@@ -38,6 +38,6 @@
from: git
history: False
path: automated/linux/ptest/ptest.yaml
- name: linaro-ptest
+ name: ci-linaro-ptest
parameters:
TESTS: "xmlsec1 libxml2 lua"
diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2
index fdfe6bf..0848107 100644
--- a/templates/tests/release.jinja2
+++ b/templates/tests/release.jinja2
@@ -7,17 +7,17 @@
from: git
history: False
path: test-suites/short-smoke/busybox.yaml
- name: busybox
+ name: release-busybox
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
from: git
history: False
path: test-suites/short-smoke/smoke-tests-basic.yaml
- name: smoke-tests-basic
+ name: release-smoke-tests-basic
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
from: git
history: False
path: test-suites/short-smoke/service-check.yaml
- name: service-check
+ name: release-service-check
parameters:
BUILD_TAGS: "{{ BUILD_TAGS }}"
DEVICE_TAGS: "{{ DEVICE_TAGS }}"
@@ -30,6 +30,6 @@
from: git
history: False
path: automated/linux/ptest/ptest.yaml
- name: linaro-ptest
+ name: release-linaro-ptest
parameters:
TESTS: "xmlsec1 libxml2 lua"