From 1267685f1ab6479503bd1e6d76d84be8ac17a0ea Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 30 Jun 2020 12:15:01 -0700 Subject: [PATCH] koji_hub: readd the heavybuilder channel for chromium This only works currently for aarch64. we have 2 buildhw's that have a lot of resources for aarch64, except for disk, so they are great fast heavy builders. All the other arches machines are pretty much all the same, so this doesn't help on any of them. We might someday expand this to more arches and packages when it makes sense to. In this case it takes a chromium build that takes ~24 hours down to taking about an hour. Note that we are currently keeping these in the default channel too so they can do normal builds most of the time. That might make chromium wait a bit, but still will end up being a LOT faster. Signed-off-by: Kevin Fenzi --- roles/koji_hub/templates/hub.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index a34e286520..a320e8a129 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -136,7 +136,7 @@ channel = # set this package to use the 'heavybuilder' channel. Note that this is NOT good for most anything. # It just happens to be for this particular package. Please check before adding anything here, you could # cause it to end up building a lot slower. -# source */chromium* :: use heavybuilder + source */chromium* :: use heavybuilder is_child_task :: parent all :: use default