Bodhi: update messaging queues for change in 5.7.1
In 5.7.1, Bodhi changed from consuming greenwave.decision.update messages to consuming resultsdb and waiverdb messages, when deciding whether to update an update's gating status. We need to subscribe to the correct message queues for that to work properly. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
c6b8f53f85
commit
42ca4444ec
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
|||
- "org.fedoraproject.*.bodhi.update.edit"
|
||||
- "org.fedoraproject.*.bodhi.update.request.testing"
|
||||
- "org.fedoraproject.*.buildsys.tag"
|
||||
- "org.fedoraproject.*.greenwave.decision.update"
|
||||
- "org.fedoraproject.*.resultsdb.result.new"
|
||||
- "org.fedoraproject.*.waiverdb.waiver.new"
|
||||
|
||||
pre_tasks:
|
||||
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue