[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH v3 04/25] step status skip: Ignore in cs-bisection-step
From: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> cs-bisection step wants to completely ignore all skipped steps. So we adjust the one query which doesn't already insist on particular status values, to filter out `skip'. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- cs-bisection-step | 1 + 1 file changed, 1 insertion(+) diff --git a/cs-bisection-step b/cs-bisection-step index 8d14423..a0595b2 100755 --- a/cs-bisection-step +++ b/cs-bisection-step @@ -573,6 +573,7 @@ END WHERE flight = ? AND job = ? AND testid = ? + AND status != 'skip' "); my $jobq= db_prepare(" -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |