Skip to content
Snippets Groups Projects
Commit 52faf87f authored by Denis Pynkin's avatar Denis Pynkin Committed by Emanuele Aina
Browse files

lava: enable ostree tests for arm64


After updating of Renesas boards in LAVA Lab with U-Boot
version 2020.04+dfsg-2co5 we are able to test all ostree-based
capabilities on Arm64 platform.
Moved all ostree tests into `templates-minimal-ostree` group since
only amd64 have no full ostree support.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
parent 2f345023
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,17 @@
- group-apparmor-standalone-tpl.yaml
- group-ostree-common-tpl.yaml
- iptables-nmap.yaml
- aum-offline-upgrade.yaml
- aum-offline-upgrade-signed.yaml
- aum-api.yaml
- aum-out-of-space.yaml
- aum-power-cut.yaml
- aum-rollback-blacklist.yaml
- aum-ota-api.yaml
- aum-ota-auto.yaml
- aum-ota-out-of-space.yaml
- aum-ota-signed.yaml
- aum-ota-rollback-blacklist.yaml
- &templates-target-apt
- group-apparmor-tpl.yaml
- group-common-tpl.yaml
......@@ -97,7 +108,10 @@ profiles:
pretty: "Minnowboard turbot using target image"
image_type: target
- name: apertis_ostree-minimal-amd64-uefi
templates: *templates-minimal-ostree
templates: [ group-minimal-standalone-tpl.yaml,
group-apparmor-standalone-tpl.yaml,
group-ostree-common-tpl.yaml,
iptables-nmap.yaml]
variables:
<<: *device-amd64-minnowboard
pretty: "Minnowboard turbot using minimal OStree image"
......@@ -183,21 +197,7 @@ profiles:
image_type: target
<<: *device-armhf-imx6-sabrelite
- name: apertis_ostree-minimal-armhf-uboot
templates: [ group-minimal-standalone-tpl.yaml,
group-apparmor-standalone-tpl.yaml,
group-ostree-common-tpl.yaml,
aum-offline-upgrade.yaml,
aum-offline-upgrade-signed.yaml,
aum-api.yaml,
aum-out-of-space.yaml,
aum-power-cut.yaml,
aum-rollback-blacklist.yaml,
aum-ota-api.yaml,
aum-ota-auto.yaml,
aum-ota-out-of-space.yaml,
aum-ota-signed.yaml,
aum-ota-rollback-blacklist.yaml,
iptables-nmap.yaml ]
templates: *templates-minimal-ostree
variables:
pretty: "i.MX6 Sabrelite using OStree minimal image"
image_type: minimal
......
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