From 82cb4fa75d4016dcc11f8d9f8791d7cd30f176dc Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Fri, 24 Sep 2021 07:48:59 +0000 Subject: [PATCH] .ostc-ci: route linux blueprints to "heavy" runners With the recent improvements to the CI infrastructure we are seeing relatively fast build times for most of our jobs. The exception to this rule are the relatively-larger blueprint build jobs. Assign the set of tags: "bitbake-friendly", large-disk (legacy) and the new "heavy" tag. The tag will route the job to a runner with significantly more resources. This shoudl help even out the total build time. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- .ostc-ci/machines-and-flavours.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ostc-ci/machines-and-flavours.yaml b/.ostc-ci/machines-and-flavours.yaml index d9a26bfb..6e6d0ef9 100644 --- a/.ostc-ci/machines-and-flavours.yaml +++ b/.ostc-ci/machines-and-flavours.yaml @@ -130,6 +130,7 @@ blueprint-smartpanel-zephyr: blueprint-smartpanel-linux: extends: .build-linux + tags: [large-disk, bitbake-friendly, heavy] variables: MACHINE: stm32mp1-av96 DISTRO: allscenarios-linux-blueprint-dashboard @@ -137,6 +138,7 @@ blueprint-smartpanel-linux: blueprint-gateway-linux: extends: .build-linux + tags: [large-disk, bitbake-friendly, heavy] variables: MACHINE: raspberrypi4-64 DISTRO: allscenarios-linux-blueprint-gateway -- GitLab