diff options
| author | Jan Kaluža <jkaluza@redhat.com> | 2017-07-28 06:18:57 +0000 |
|---|---|---|
| committer | Jan Kaluža <jkaluza@redhat.com> | 2017-07-28 06:18:57 +0000 |
| commit | f04001aa0f117005e9ee5795612824c066ea780c (patch) | |
| tree | 224bb6d2e003b5040adb017d1a4a02fbaf4641c4 /roles/mbs | |
| parent | 1bf86a56ce536363d54260fc6130baf486d797d3 (diff) | |
| download | ansible-f04001aa0f117005e9ee5795612824c066ea780c.tar.gz ansible-f04001aa0f117005e9ee5795612824c066ea780c.tar.xz ansible-f04001aa0f117005e9ee5795612824c066ea780c.zip | |
Set the priority of MBS builds to 4, so it has higher priority than F27 mass rebuild.
Diffstat (limited to 'roles/mbs')
| -rw-r--r-- | roles/mbs/common/templates/config.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index 6e120ca15..08313622d 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -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 |
