Skip to content
Snippets Groups Projects
Commit abf1ff1c authored by Emanuele Aina's avatar Emanuele Aina Committed by Andrej Shadura
Browse files

templates: Merge the ade-commands group in the sdk one


The ADE tests have been put in their own group, which mean that a whole new
image gets deployed just to run a couple of tests, for no good reason.

Let's save some trouble and re-use the same instance set up for all the
other SDK tests.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent d9cb2c79
No related branches found
No related tags found
1 merge request!170templates: Merge the ade-commands group in the sdk one
job_name: Ade test on {{release_version}} {{pretty}} {{image_date}}
{% include 'common-qemu-boot-tpl.yaml' %}
- test:
timeout:
minutes: 60
namespace: system
name: ade-tests
definitions:
- repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
revision: 'apertis/v2021dev1'
from: git
path: test-cases/ade-commands.yaml
name: ade-commands
......@@ -11,6 +11,11 @@ job_name: SDK tests on {{release_version}} {{pretty}} {{image_date}}
namespace: system
name: sdk-tests
definitions:
- repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
revision: 'apertis/v2021dev1'
from: git
path: test-cases/ade-commands.yaml
name: ade-commands
- repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
revision: 'apertis/v2021dev1'
from: git
......
......@@ -59,7 +59,6 @@ profiles:
templates: [ group-apparmor-tpl.yaml,
group-common-tpl.yaml,
group-modules-tpl.yaml,
group-ade-commands-tpl.yaml,
group-sdk-tpl.yaml ]
variables:
pretty: "QEMU using SDK image"
......@@ -71,7 +70,6 @@ profiles:
- name: apertis-basesdk-amd64-sdk
templates: [ group-apparmor-tpl.yaml,
group-common-tpl.yaml,
group-ade-commands-tpl.yaml,
group-sdk-tpl.yaml ]
variables:
pretty: "QEMU using basesdk image"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment