From 82d09849412f63ff1de7bebe500c6de403c029c8 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Thu, 21 Oct 2021 17:39:18 +0100 Subject: [PATCH] machines-and-flavours.yaml: Add jobs for Vending Machine blueprint Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .oniro-ci/machines-and-flavours.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.oniro-ci/machines-and-flavours.yaml b/.oniro-ci/machines-and-flavours.yaml index 1daaacc8..3d61e9fa 100644 --- a/.oniro-ci/machines-and-flavours.yaml +++ b/.oniro-ci/machines-and-flavours.yaml @@ -143,3 +143,19 @@ blueprint-gateway-linux: DISTRO: oniro-linux-blueprint-gateway CI_ONIRO_BITBAKE_TARGETS: "blueprint-gateway-image" CI_ONIRO_INSTANCE_SIZE: s3.xlarge.4 + +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