summaryrefslogtreecommitdiff
path: root/zuul/cmd/client.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-06 18:26:39 +0000
committerGerrit Code Review <review@openstack.org>2015-10-06 18:26:39 +0000
commit58d685073a17957b3459431c741722542104eb7d (patch)
tree825736211004d65630b0f2ed27b4103f1d37bba0 /zuul/cmd/client.py
parent1cc37f7b469a892cdbd16db6aa1d500a1200c417 (diff)
parentb2332081d8e0fda780bbc1f4dfd917f2546d1724 (diff)
downloadzuul-58d685073a17957b3459431c741722542104eb7d.tar.gz
Merge "Report the per-job build wait time to graphite"
Diffstat (limited to 'zuul/cmd/client.py')
-rw-r--r--zuul/cmd/client.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/zuul/cmd/client.py b/zuul/cmd/client.py
index 6e14ff569..59ac419f1 100644
--- a/zuul/cmd/client.py
+++ b/zuul/cmd/client.py
@@ -263,6 +263,12 @@ class Client(zuul.cmd.ZuulApp):
'number': {
'title': 'Number'
},
+ 'node_labels': {
+ 'title': 'Node Labels'
+ },
+ 'node_name': {
+ 'title': 'Node Name'
+ },
'worker.name': {
'title': 'Worker'
},
@@ -276,7 +282,7 @@ class Client(zuul.cmd.ZuulApp):
'worker.fqdn': {
'title': 'Worker Domain'
},
- 'worker.progam': {
+ 'worker.program': {
'title': 'Worker Program'
},
'worker.version': {