Navigation Menu

Skip to content
This repository has been archived by the owner on May 15, 2018. It is now read-only.

Commit

Permalink
Revert "Temporarily use signing task as trigger for update tests (#683)…
Browse files Browse the repository at this point in the history
…" because the balrog task is back

This reverts commit 0e5abd0.
  • Loading branch information
whimboo committed Nov 6, 2015
1 parent d3abfe5 commit b6ae882
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/queues.py
Expand Up @@ -157,11 +157,7 @@ class FunsizeTaskCompletedQueue(PulseQueue):
'(?P<platform>.*?)\..*\.balrog')

def __init__(self, exchange_name='exchange/taskcluster-queue/v1/task-completed',
# TODO: Uncomment once bug 1220252 has been fixed
# routing_key='#.funsize-balrog.#',
routing_key='#.signing-provisioner-v1.signing-worker-v1.#',
**kwargs):

routing_key='#.funsize-balrog.#', **kwargs):
PulseQueue.__init__(self, exchange_name=exchange_name,
routing_key=routing_key, **kwargs)

Expand Down

0 comments on commit b6ae882

Please sign in to comment.