From 25c49b30bfbba5902128a8e32db020e18c82e7e6 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Fri, 19 Nov 2021 13:03:21 +0000
Subject: [PATCH] ci: Remove blueprints jobs

Blueprints will have a new home:
https://booting.oniroproject.org/distro/meta-oniro-blueprints

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .oniro-ci/machines-and-flavours.yaml | 46 ----------------------------
 1 file changed, 46 deletions(-)

diff --git a/.oniro-ci/machines-and-flavours.yaml b/.oniro-ci/machines-and-flavours.yaml
index a75e7f95..d8d355d0 100644
--- a/.oniro-ci/machines-and-flavours.yaml
+++ b/.oniro-ci/machines-and-flavours.yaml
@@ -117,49 +117,3 @@ freertos-armv5:
     # See the note on linux-qemu-x86.
     CI_ONIRO_BUILD_CACHE: "pub"
     CI_ONIRO_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1
-
-blueprint-smartpanel-zephyr:
-  extends: .build-zephyr
-  variables:
-    MACHINE: 96b-nitrogen
-    DISTRO: oniro-zephyr-blueprint-dashboard
-    CI_ONIRO_BITBAKE_TARGETS: "zephyr-blueprint-smarthome-sensors zephyr-blueprint-smarthome-switch"
-
-blueprint-smartpanel-linux:
-  extends: .build-linux
-  variables:
-    MACHINE: stm32mp1-av96
-    DISTRO: oniro-linux-blueprint-dashboard
-    CI_ONIRO_BITBAKE_TARGETS: "blueprint-dashboard-gateway-image"
-    CI_ONIRO_INSTANCE_SIZE: s3.xlarge.4
-
-blueprint-gateway-linux:
-  extends: .build-linux
-  variables:
-    MACHINE: raspberrypi4-64
-    DISTRO: oniro-linux-blueprint-gateway
-    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:
-    MACHINE: seco-intel-b68
-    DISTRO: oniro-linux-blueprint-vending-machine
-    CI_ONIRO_BITBAKE_TARGETS: "blueprint-vending-machine-image"
-    CI_ONIRO_INSTANCE_SIZE: s3.xlarge.4
-
-blueprint-vending-machine-raspberrypi4-64:
-  extends: .build-linux
-  variables:
-    MACHINE: raspberrypi4-64
-    DISTRO: oniro-linux-blueprint-vending-machine
-    CI_ONIRO_BITBAKE_TARGETS: "blueprint-vending-machine-image"
-    CI_ONIRO_INSTANCE_SIZE: s3.xlarge.4
-- 
GitLab