From e02dd33642f2401e5b025a1cf8224b9825e7a48b Mon Sep 17 00:00:00 2001
From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Date: Tue, 19 Oct 2021 19:12:12 +0200
Subject: [PATCH] .oniro-ci: move zephyr-qemu-x86 to s3.large.2 instances

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
---
 .oniro-ci/machines-and-flavours.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.oniro-ci/machines-and-flavours.yaml b/.oniro-ci/machines-and-flavours.yaml
index e9b3c19d..1daaacc8 100644
--- a/.oniro-ci/machines-and-flavours.yaml
+++ b/.oniro-ci/machines-and-flavours.yaml
@@ -69,6 +69,7 @@ zephyr-qemu-x86:
     CI_ONIRO_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1
     CI_ONIRO_RECIPE_NAME: zephyr-philosophers
     CI_ONIRO_BUILD_FLAVOUR: zephyr
+    CI_ONIRO_INSTANCE_SIZE: s3.large.2
 
 zephyr-qemu-cortex-m3:
   extends: .build-image
-- 
GitLab