blob: dc4f1b8f0e62c21beea39531ba86ddfe1039ddf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
- test:
timeout:
minutes: 10
definitions:
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
from: git
path: test-suites/short-smoke/application-lifecycle.yaml
name: application-lifecycle
parameters:
{%- if APPURL != 'automatic' %}
APPURL: "{{ APPURL }}"
{%- else %}
APPURL: "{{app_url_base}}/{{ app_changeid }}/{{ app_patchset }}/{{ vcs_branch }}/{{ sdk_arch }}"
{%- endif %}
|