Set the priority of MBS builds to 4, so it has higher priority than F27 mass rebuild.
This commit is contained in:
parent
1bf86a56ce
commit
f04001aa0f
1 changed files with 3 additions and 0 deletions
|
@ -175,3 +175,6 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue