~psivaa/uci-engine/lander-jenkins-plugin

« back to all changes in this revision

Viewing changes to image-builder/imagebuilder/run_worker.py

  • Committer: Chris Johnston
  • Author(s): Chris Johnston
  • Date: 2014-03-14 23:12:52 UTC
  • mfrom: (393.1.1 1292710)
  • Revision ID: chris_johnston-20140314231252-g1d4ye8obr0e4nxr
[r=Chris Johnston, Andy Doan, PS Jenkins bot] Rename image builder and test runner logs 1292710 from Chris Johnston

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
class ImageBuildWorker(amqp_worker.AMQPWorker):
23
23
    def __init__(self):
24
 
        super(ImageBuildWorker, self).__init__('image_builder')
 
24
        super(ImageBuildWorker, self).__init__('image_build')
25
25
 
26
26
    def handle_request(self, log, params):
27
27
        image = params['image']