Skip to content
Snippets Groups Projects
Commit 82cb4fa7 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

.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: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 59c889e7
No related branches found
No related tags found
No related merge requests found
...@@ -130,6 +130,7 @@ blueprint-smartpanel-zephyr: ...@@ -130,6 +130,7 @@ blueprint-smartpanel-zephyr:
blueprint-smartpanel-linux: blueprint-smartpanel-linux:
extends: .build-linux extends: .build-linux
tags: [large-disk, bitbake-friendly, heavy]
variables: variables:
MACHINE: stm32mp1-av96 MACHINE: stm32mp1-av96
DISTRO: allscenarios-linux-blueprint-dashboard DISTRO: allscenarios-linux-blueprint-dashboard
...@@ -137,6 +138,7 @@ blueprint-smartpanel-linux: ...@@ -137,6 +138,7 @@ blueprint-smartpanel-linux:
blueprint-gateway-linux: blueprint-gateway-linux:
extends: .build-linux extends: .build-linux
tags: [large-disk, bitbake-friendly, heavy]
variables: variables:
MACHINE: raspberrypi4-64 MACHINE: raspberrypi4-64
DISTRO: allscenarios-linux-blueprint-gateway DISTRO: allscenarios-linux-blueprint-gateway
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment