Actually subscribe to the repo.build_finished event
This commit is contained in:
parent
8bd11b0060
commit
fce860f36f
@ -166,7 +166,7 @@ class Listener(PubSubConsumer):
|
||||
|
||||
def routing_keys(self):
|
||||
ret = []
|
||||
for suffix in ['.obs.repo.published', '.openqa.job.done',
|
||||
for suffix in ['.obs.repo.published', '.obs.repo.build_finished', '.openqa.job.done',
|
||||
'.openqa.job.create', '.openqa.job.restart']:
|
||||
ret.append(self.amqp_prefix + suffix)
|
||||
return ret
|
||||
|
Loading…
x
Reference in New Issue
Block a user