[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 05/21] starvation: Teach sg-report-flight about starved step state
We are going to use this for situations where the resources to run the test weren't available. In general we are going to treat this as not a regression. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- sg-report-flight | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sg-report-flight b/sg-report-flight index a1adf952..2677c479 100755 --- a/sg-report-flight +++ b/sg-report-flight @@ -805,9 +805,9 @@ END next; } - if ($st eq 'blocked') { - print MRO "blocked $s->{job} $s->{testid}\n"; - print DEBUG " blocked, call it justifiable\n"; + if ($st eq 'blocked' or $st eq 'starved') { + print MRO "$st $s->{job} $s->{testid}\n"; + print DEBUG " $st, call it justifiable\n"; $failv->{Summary}= 'n/a'; $failv->{Blocker}= ''; next; -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |