blob: c9e6242fb25f275b9db076bd63c43704a440c0e8 (
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 }}/{{ app_branch }}/{{ sdk_arch }}"
{%- endif %}
|