From 95fe679eb8c397892b6ebb5d036b0440deea3032 Mon Sep 17 00:00:00 2001 From: Miroslav Vadkerti Date: Feb 07 2019 16:09:03 +0000 Subject: Small README update - add org.centos.prod.ci as a recognized fedmsg topic - add some additional artifact examples Signed-off-by: Miroslav Vadkerti --- diff --git a/README.md b/README.md index 8c143c3..8a21297 100644 --- a/README.md +++ b/README.md @@ -42,25 +42,34 @@ script to ensure your `message.json` file has proper format: Virtual topic namespace ----------------------- -The messages will use a unique UMB virtual topic namespace to mitigate +The messages will use unique UMB virtual topic namespaces to mitigate collisions with other systems: UMB: /topic/VirtualTopic.eng.ci - fedmsg: org.fedoraproject.prod.ci + + fedmsg: + org.fedoraproject.prod.ci + org.centos.prod.ci For all the tests on all the artifacts the systems will use this topic naming convention: - UMB: /topic/VirtualTopic.eng.ci..test.{queued,running,complete,error} - fedmsg: org.fedoraproject.prod.ci..test.{queued,running,complete,error} + UMB: /topic/VirtualTopic.eng.ci...{queued,running,complete,error} + fedmsg: org.fedoraproject.prod.ci...{queued,running,complete,error} where `artifact` is one of the defined build artifacts, for example: -* brew-build - scratch or non-scratch rpm build from brew -* koji-build - scratch or non-scratch rpm build from koji -* redhat-container-image - a build from OSBS, metadata accessible via brew +* brew-build - scratch or non-scratch rpm build from Brew build system +* container-image - generic container image build +* koji-build - scratch or non-scratch rpm build from Koji build system +* redhat-container-image - a container image build from OSBS, metadata accessible via Brew build system +* redhat-module - an Red Hat MBS module build + +where `event` is one of the recognized events, for example: +* test - for testing progression and results +* gate - for gating events of artifacts, i.e. events blocking progression of the artifact in the release pipeline Message Anatomy ---------------