1builders:
2  - jms-messaging:
3      override-topic: org.centos.stage.ci.pipeline.compose.complete
4      provider-name: fedmsg
5      msg-type: Custom
6      msg-props: |
7        topic=org.centos.prod.ci.pipeline.compose.complete
8        username=fedora-atomic
9      msg-content: |
10        {
11          "build_url": "${BUILD_URL}",
12          "compose_url": "<full-url-to-compose>",
13          "build_id": "${BUILD_ID}",
14          "ref": "fedora/rawhide/${basearch}/atomic-host",
15          "rev": "<sha of the commit from dist-git>",
16          "namespace": "rpms",
17          "repo": "php-simplepie",
18          "status": "<success/failure/aborted>",
19          "test_guidance": "<comma-separated-list-of-test-suites-to-run>"
20        }
21