Change the build queue identifier to disambiguate between old and new build jobs.

This commit is contained in:
yackob03 2014-02-12 12:51:30 -05:00
parent 83fb806e51
commit e1a4efe35c

View file

@ -64,5 +64,5 @@ class WorkQueue(object):
image_diff_queue = WorkQueue('imagediff')
dockerfile_build_queue = WorkQueue('dockerfilebuild')
dockerfile_build_queue = WorkQueue('dockerfilebuild2')
webhook_queue = WorkQueue('webhook')