Updated to support most recent SmokeStack job types.
This commit is contained in:
parent
8cb7e07250
commit
2d9b56c5a1
@ -1,3 +1,4 @@
|
||||
-Update to support most recent SmokeStack job types.
|
||||
-Replace gerrit urls to short circuit redirects
|
||||
-Show review feedback from gerrit
|
||||
-Coloring test result links.
|
||||
|
@ -94,12 +94,12 @@
|
||||
<a href="http://smokestack.openstack.org/?go=/jobs/$unit_data['id']" title="$unit_data['msg']">$helper.fail_status($unit_data, 'Unit')</a>
|
||||
#end if
|
||||
|
||||
#set $libvirt_data = $helper.job_data_for_type($mp.jobs, "job_chef_vpc")
|
||||
#set $libvirt_data = $helper.job_data_for_type($mp.jobs, "job_puppet_libvirt")
|
||||
#if $libvirt_data
|
||||
<a href="http://smokestack.openstack.org/?go=/jobs/$libvirt_data['id']" title="$libvirt_data['msg']">$helper.fail_status($libvirt_data, 'Libvirt')</a>
|
||||
#end if
|
||||
|
||||
#set $xenserver_data = $helper.job_data_for_type($mp.jobs, "job_chef_vpc_xen")
|
||||
#set $xenserver_data = $helper.job_data_for_type($mp.jobs, "job_puppet_xen")
|
||||
#if $xenserver_data
|
||||
<a href="http://smokestack.openstack.org/?go=/jobs/$xenserver_data['id']" title="$xenserver_data['msg']">$helper.fail_status($xenserver_data, 'XenServer')</a>
|
||||
#end if
|
||||
|
Loading…
x
Reference in New Issue
Block a user