diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 464: merge lp:~rafaelmartins/lava-dispatcher/job-priority

Message ID 20121122032018.28655.20552.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson Nov. 22, 2012, 3:20 a.m. UTC
Merge authors:
  Rafael Martins (rafaelmartins)
Related merge proposals:
  https://code.launchpad.net/~rafaelmartins/lava-dispatcher/job-priority/+merge/135179
  proposed by: Rafael Martins (rafaelmartins)
  review: Approve - Michael Hudson-Doyle (mwhudson)
------------------------------------------------------------
revno: 464 [merge]
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Thu 2012-11-22 16:19:02 +1300
message:
  merge  lp:~rafaelmartins/lava-dispatcher/job-priority
modified:
  lava_dispatcher/job.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_dispatcher/job.py'
--- lava_dispatcher/job.py	2012-11-20 21:22:17 +0000
+++ lava_dispatcher/job.py	2012-11-22 03:19:02 +0000
@@ -90,6 +90,10 @@ 
             'items': {'type': 'string'},
             'optional': True,
             },
+        'priority': {
+            'type': 'string',
+            'optional': True,
+            },
         },
     }