From 615c28bcbee1b98c707847dd7ecdeb75932f85c2 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 8 May 2019 08:49:32 +0200 Subject: [PATCH] mbs/common: Set Koji build priority to 20 (#7740) --- roles/mbs/common/templates/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index 3f2ace2224..e8a10ecefa 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -198,8 +198,8 @@ class ProdConfiguration(BaseConfiguration): # Don't let people submit yaml directly. it has to come from dist-git YAML_SUBMIT_ALLOWED = False - # Set the priority to 4 to have higher priority than F27 mass rebuild. - KOJI_BUILD_PRIORITY = 4 + # Relative Koji task priority (0 means default priority of 20). + KOJI_BUILD_PRIORITY = 0 # Check branch EOL before building. Block EOL modules from building. # https://pagure.io/fm-orchestrator/issue/960