[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [OSSTEST PATCH 4/6] sg-report-flight: Produce better output for running jobs.



Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 sg-report-flight |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/sg-report-flight b/sg-report-flight
index 2adc8a8..18a5afa 100755
--- a/sg-report-flight
+++ b/sg-report-flight
@@ -664,6 +664,14 @@ END
            print MRO "broken-step $s->{job} $s->{testid}\n";
        }
 
+       if ($st eq 'running') {
+           print MRO "running $j->{job} $s->{testid}\n";
+           print DEBUG " running, unjustifiable\n";
+           $failv->{Summary}= '';
+           $failv->{Blocker}= 'unfinished';
+           next;
+       }
+
         if (!($st eq 'fail' or $st eq 'broken')) {
             print MRO "broken $j->{job} $s->{testid} $st\n";
             print DEBUG " not a fail, unjustifiable\n";
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.