Also allow openQA prod to send out 'ci' fedmsgs
Since this message format spec is public now: https://pagure.io/fedora-ci/messages Let's have production send out messages in that format as well as staging (well, more or less that format...actually a sort of 'pre-production' version of an addition to that format). Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
cbd944d3d0
commit
6af8e01720
1 changed files with 8 additions and 0 deletions
|
@ -69,6 +69,14 @@ fedmsg_certs:
|
||||||
- openqa.jobs.restart
|
- openqa.jobs.restart
|
||||||
- openqa.job.update.result
|
- openqa.job.update.result
|
||||||
- openqa.job.done
|
- openqa.job.done
|
||||||
|
- service: ci
|
||||||
|
owner: root
|
||||||
|
group: geekotest
|
||||||
|
can_send:
|
||||||
|
- ci.productmd-compose.test.queued
|
||||||
|
- ci.productmd-compose.test.running
|
||||||
|
- ci.productmd-compose.test.complete
|
||||||
|
- ci.productmd-compose.test.error
|
||||||
|
|
||||||
# we need this to log with fedmsg-logger
|
# we need this to log with fedmsg-logger
|
||||||
fedmsg_active: True
|
fedmsg_active: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue