Updated to support most recent SmokeStack job types.

This commit is contained in:
Dan Prince 2012-08-29 14:55:25 -04:00
parent 8cb7e07250
commit 2d9b56c5a1
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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>&nbsp;
#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>&nbsp;
#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>&nbsp;
#end if