From 4aa72cef14250446dea9085bfadecc8c839011b0 Mon Sep 17 00:00:00 2001
From: Luis Araujo <luis.araujo@collabora.co.uk>
Date: Mon, 5 Sep 2016 19:18:39 +0800
Subject: [PATCH] Run SDK AMD64 image tests in the i386 VM

As the SDK image is supposed to run in a virtual machine,
there is no need to run its tests in a board.

This commit changes the LAVA profile configuration so the
SDK AMD64 image tests will be executed using the i386 device
(virtual machine).

Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: Luis Araujo <luis.araujo@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D4175
---
 templates/profiles.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/profiles.yaml b/templates/profiles.yaml
index 3af4a83..368277a 100644
--- a/templates/profiles.yaml
+++ b/templates/profiles.yaml
@@ -82,7 +82,7 @@ profiles:
                  sqlite-tpl.json ]
     variables:
       pretty: "Minnowboard max using SDK image"
-      device_type: minnowboard-max-E3825
+      device_type: i386
       arch: amd64
       image_type: sdk
       board: amd64-uefi
-- 
GitLab