Actions
action #103398
closedSend an AMQP message on comments taken over size:M
Description
Observation¶
job.done is sent out to AMQP, but it takes a polling to see if there were taken over comments. the done message neither carries the initial comments nor is a comment.created event sent. Please extend the messages, so we can have a unique view without polling.
Acceptance criteria¶
- AC1: an amqp event is sent on internal comment creation
- AC2: an amqp event is sent on comment take-over
Suggestions¶
- Extend unit tests
- Extend the "AMQP" openQA plugin
- https://rabbit.opensuse.org/
- https://github.com/openSUSE/suse_msg/blob/master/amqp_infra.md#the-amqp-server
Actions