diff --git a/.oniro-ci/machines-and-flavours.yaml b/.oniro-ci/machines-and-flavours.yaml
index a75e7f956aea0fbecd488a70cdbe44119709bc52..d8d355d0351d4644b6d6ea25fc1eb93f20a1bb47 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