Set the priority of MBS builds to 4, so it has higher priority than F27 mass rebuild.

This commit is contained in:
Jan Kaluža 2017-07-28 06:18:57 +00:00
parent 1bf86a56ce
commit f04001aa0f

View file

@ -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