From c32b91368b64cc245c21288a34ee94ee2d85f3c1 Mon Sep 17 00:00:00 2001
From: Stefan Schmidt <stefan.schmidt@huawei.com>
Date: Fri, 5 Nov 2021 11:51:27 +0100
Subject: [PATCH] oniro-ci: Add job for Gateway blueprint Zephyr target

Ensure we test for the newly created distro and image.

Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com>
---
 .oniro-ci/machines-and-flavours.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.oniro-ci/machines-and-flavours.yaml b/.oniro-ci/machines-and-flavours.yaml
index 060ed921..a75e7f95 100644
--- a/.oniro-ci/machines-and-flavours.yaml
+++ b/.oniro-ci/machines-and-flavours.yaml
@@ -141,6 +141,13 @@ blueprint-gateway-linux:
     CI_ONIRO_BITBAKE_TARGETS: "blueprint-gateway-image"
     CI_ONIRO_INSTANCE_SIZE: s3.xlarge.4
 
+blueprint-gateway-zephyr:
+  extends: .build-zephyr
+  variables:
+    MACHINE: arduino-nano-33-ble
+    DISTRO: oniro-zephyr-blueprint-gateway
+    CI_ONIRO_BITBAKE_TARGETS: "zephyr-blueprint-gateway-node"
+
 blueprint-vending-machine-seco-intel-b68:
   extends: .build-linux
   variables:
-- 
GitLab