Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Commit

Permalink
Adding new jobs now uses 'requested_jobs' in the data instead of 'bui…
Browse files Browse the repository at this point in the history
…ldernames'
  • Loading branch information
Armen Zambrano G committed Jun 29, 2016
1 parent d0c2640 commit b3abe32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulse_actions/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def route(data, message, **kwargs):
ignored = treeherder_job_event.ignored
handler = treeherder_job_event.on_event

elif 'buildernames' in data:
elif 'buildernames' in data or 'requested_jobs' in data:
ignored = treeherder_add_new_jobs.ignored
handler = treeherder_add_new_jobs.on_event

Expand Down

0 comments on commit b3abe32

Please sign in to comment.