From cec28d62e5f1789029b746192dffccd1c064b2b7 Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Jan 26 2021 14:33:12 +0000 Subject: docs: Make it clearer when decision change is published --- diff --git a/docs/messaging.rst b/docs/messaging.rst index 1615e36..a4e7ba5 100644 --- a/docs/messaging.rst +++ b/docs/messaging.rst @@ -6,8 +6,9 @@ Greenwave publishes a decision change message whenever a decision (a response of the API call) would change for a policy predefined in the Greenwave configuration, i.e. when there is a new test result in ResultsDB or a new waiver in WaiverDB related to a predefined policy, and the new result/waiver -changes the previous decision. The new result/waiver and related policy must -have the subject type, product version, and test case name match. +changes the previous decision, specifically satisfied or unsatisfied +requirements (ignoring ``result_id`` values). The new result/waiver and related +policy must have the subject type, product version, and test case name match. The message topic is "greenwave.decision.update".